2
0
forked from Wavyzz/dolibarr
Commit Graph

1519 Commits

Author SHA1 Message Date
Regis Houssin
ed46d0d65f Fix: possibility to add options 2012-03-22 19:48:42 +08:00
Laurent Destailleur
19940e5f58 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-03-22 09:39:41 +01:00
Laurent Destailleur
6f7f4b6bc2 Doxygen 2012-03-22 09:39:18 +01:00
Regis Houssin
5d2da2c884 Fix: uniformize code 2012-03-22 08:33:44 +01:00
Laurent Destailleur
bf9b7e9090 New: Can add more js during CKEditor creation 2012-03-22 00:22:40 +01:00
Laurent Destailleur
dbc457176c Fix: When option MAIN_DISABLE_NOTES_TAB is not enabled, we must show all
notes with no need to click (saved 2 clicks)
2012-03-22 00:21:45 +01:00
Laurent Destailleur
05ff0c7f0b New: Can add more js when creating editor. 2012-03-22 00:09:05 +01:00
Laurent Destailleur
ee1c507190 Add id on field 2012-03-21 21:31:10 +01:00
Regis Houssin
95aa484e44 Fix: move in constructor 2012-03-21 08:53:49 +01:00
Regis Houssin
52a8216e3e Fix: avoid php E_STRICT errors and compatibility with php 5.4 2012-03-21 02:12:44 +01:00
Regis Houssin
e02fe135db Fix: instantiate $mc object at the end 2012-03-20 15:28:21 +01:00
Regis Houssin
ea65c45b2c Fix: backward compatibility 2012-03-20 15:14:37 +01:00
Laurent Destailleur
4690944216 checkstyle 2012-03-20 12:46:57 +01:00
Laurent Destailleur
3383d314c9 Doxygen 2012-03-19 17:18:11 +01:00
Laurent Destailleur
fb33dd6801 Qual: Move class file into class dir
Qual: Utility methods must be static.
2012-03-19 15:51:55 +01:00
Regis Houssin
99ab46510b Fix: remove private status for external modules 2012-03-18 20:23:50 +01:00
Regis Houssin
4ecc64504d Fix: use the original json functions 2012-03-18 19:59:38 +01:00
Laurent Destailleur
7c4ef2fbf7 Qual: Move some class as private 2012-03-18 17:47:17 +01:00
Regis Houssin
579df2b131 Add TODO 2012-03-18 15:30:01 +01:00
Regis Houssin
79bdb85f6d Fix: missing return num 2012-03-18 14:25:39 +01:00
Regis Houssin
5d33f687ae Fix: change for getJSON format 2012-03-18 14:17:10 +01:00
Regis Houssin
7f7ef8da1e Fix: this parameter is used by editInPlace() method for define the save
method
2012-03-18 14:10:04 +01:00
Regis Houssin
cfd72a5f73 Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop 2012-03-18 14:07:07 +01:00
Regis Houssin
808c4b5732 New: testing a new method to avoid reloading the page 2012-03-18 14:06:55 +01:00
Laurent Destailleur
b0d319eaf7 Update code comments.
TODO: What is the goal of field 5 in
ckeditor:dolibarr_zzz:width:height:?:1:rows:cols
2012-03-18 12:48:07 +01:00
Regis Houssin
3cdff5361f Fix: add empty message in combobox 2012-03-18 12:18:23 +01:00
Regis Houssin
9526465824 Fix: for compatibility with edit in place 2012-03-18 11:22:28 +01:00
Regis Houssin
630844d698 Fix: wrong copy/paste :-) 2012-03-18 11:17:50 +01:00
Regis Houssin
d752e25946 New: add new notes system in contract and order/invoice supplier module 2012-03-18 11:13:01 +01:00
Laurent Destailleur
59bef9caa1 Qual: Uniformize code to use new note system. 2012-03-18 02:01:23 +01:00
Laurent Destailleur
a7a55645d8 Fix: Some fix when using fckeditor with notes.
Qual: Uniformize code to use new system for notes.
Qual: Removed duplicate updatenote method into commandefournisseur
class.
2012-03-18 00:59:24 +01:00
Laurent Destailleur
8d1b9055b4 Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
into develop

Conflicts:
	htdocs/core/class/html.form.class.php
	htdocs/core/tpl/notes.tpl.php
2012-03-17 23:32:28 +01:00
Laurent Destailleur
21a1d47130 New: Can define if ckeditor is opened or not in editval
New: Can use a width of 100% in ckeditor
2012-03-17 23:27:53 +01:00
Laurent Destailleur
4c2da4f5fa New: Can define if ckeditor is opened or not in editval
New: Can use a width of 100% in ckeditor
2012-03-17 23:11:25 +01:00
Regis Houssin
281c6b7f2a New: sharing code of contact and note tabs 2012-03-17 16:05:58 +01:00
Regis Houssin
60a6c3fa95 Fix: missing fetch for get extraparams 2012-03-16 19:16:17 +01:00
Regis Houssin
b862b37731 New: update CKEditor to 3.6.2 2012-03-16 16:56:18 +01:00
Regis Houssin
391ce8490f New: add "extraparams" field for stock extra parameters with json 2012-03-16 14:32:37 +01:00
Laurent Destailleur
245edb8596 Fix: Maxi debug on sending document by email. Works now with odt too. 2012-03-16 00:34:41 +01:00
Laurent Destailleur
bc94ec9cd6 Fix: We allow to add credit not higher than invoice amount. 2012-03-15 22:51:02 +01:00
Laurent Destailleur
5f8fc30121 Fix: Avoid duplicate hooks 2012-03-15 22:37:42 +01:00
Regis Houssin
e8ec5f5ad7 New: add vat rate in supplier price
New: add events system in jquery combobox
2012-03-15 16:52:18 +01:00
Regis Houssin
704d7de02a New: add load_cache_vatrates() method 2012-03-15 11:01:29 +01:00
Regis Houssin
993b5eefaf Fix: wrong blank space for jquery combobox
Fix: uniformize code
2012-03-15 10:14:54 +01:00
Regis Houssin
942b1f2a19 Fix: status not updated after reopen 2012-03-15 06:59:27 +01:00
Regis Houssin
5d0a8945c1 New: add getNomUrl() method 2012-03-14 19:17:04 +01:00
Regis Houssin
9b7afbc29b Works on alternative addresses management 2012-03-14 18:03:36 +01:00
Regis Houssin
44158efa95 Fix: possibility to have dynamic menu title with auguria menu 2012-03-14 16:07:44 +01:00
Regis Houssin
0c8686b5b4 Fix: possibility to use alternative addresses management 2012-03-14 15:04:55 +01:00
Laurent Destailleur
84397b4735 New: Add same contact tab than for object origin. This is to avoid to
switch to view/edit.
2012-03-14 14:00:20 +01:00