Commit Graph

30727 Commits

Author SHA1 Message Date
Laurent Destailleur
2c98e8a581 Convert a FIXME into a TODO 2011-07-13 22:18:12 +00:00
Laurent Destailleur
5485706bdc Fix: Activation of a module must works even when $user not defined (for installer). 2011-07-13 22:15:19 +00:00
Laurent Destailleur
41a5fc2eb7 Work on 3.1.0 release 2011-07-13 21:09:30 +00:00
Laurent Destailleur
37d676149c Work on 3.1.0 release 2011-07-13 21:09:30 +00:00
Laurent Destailleur
597a99a518 Work on 3.1.0 release 2011-07-13 21:09:30 +00:00
Laurent Destailleur
ec5eef5075 Trans 2011-07-13 18:30:29 +00:00
Laurent Destailleur
dc4cbb1480 Trans 2011-07-13 18:30:29 +00:00
Laurent Destailleur
450dcc94c8 Trans 2011-07-13 18:30:29 +00:00
Laurent Destailleur
1c7ed29a76 Fix: Removed warning 2011-07-13 21:54:07 +00:00
Laurent Destailleur
6b573962f0 Fix: Bad init of object on actions 2011-07-13 18:05:27 +00:00
Laurent Destailleur
ddcaae3403 Fix: Bad init of object on actions 2011-07-13 18:05:27 +00:00
Laurent Destailleur
eecb0227f8 Fix: Bad init of object on actions 2011-07-13 18:05:27 +00:00
Laurent Destailleur
fe3f860953 Fix: Object should never be a global variable as there is several object in a context. Also object type must be fixed for each "trigger code". So we add trigger code and object on parameter because only caller of a function know which object type we use and what trigger code we want to trigger. 2011-07-13 21:33:38 +00:00
Laurent Destailleur
5b1d9ea4d0 Comment TODO 2011-07-13 18:04:25 +00:00
Laurent Destailleur
01395bd85a Comment TODO 2011-07-13 18:04:25 +00:00
Laurent Destailleur
19904fba77 Comment TODO 2011-07-13 18:04:25 +00:00
Laurent Destailleur
bbeaee7780 Fix: Avoid conflict with other payment modules functions
New: EMail topics can be forced by external modules
2011-07-13 16:55:25 +00:00
Laurent Destailleur
9c350a9f8c Fix: Avoid conflict with other payment modules functions
New: EMail topics can be forced by external modules
2011-07-13 16:55:25 +00:00
Laurent Destailleur
7f81e029ab Fix: Avoid conflict with other payment modules functions
New: EMail topics can be forced by external modules
2011-07-13 16:55:25 +00:00
Laurent Destailleur
17cdbd2ea6 Prepare 3.1 beta 2011-07-13 21:19:58 +00:00
Laurent Destailleur
46380c0b18 Work on 3.1.0 release 2011-07-13 21:09:30 +00:00
Laurent Destailleur
13c407e25a New: Add cancel button on note edit 2011-07-13 16:24:57 +00:00
Laurent Destailleur
2709bc7f69 New: Add cancel button on note edit 2011-07-13 16:24:57 +00:00
Laurent Destailleur
adbff7bc50 New: Add cancel button on note edit 2011-07-13 16:24:57 +00:00
Laurent Destailleur
67b9550314 Doc 2011-07-13 15:25:21 +00:00
Laurent Destailleur
f550357e6c Doc 2011-07-13 15:25:21 +00:00
Laurent Destailleur
cf184ec351 Doc 2011-07-13 15:25:21 +00:00
Laurent Destailleur
d01a8f22bd Trans 2011-07-13 18:30:29 +00:00
Laurent Destailleur
204f7c9d98 Fix: Bad init of object on actions 2011-07-13 18:05:27 +00:00
Laurent Destailleur
e5bbb0db23 Fix: No check box if no PDF 2011-07-13 14:41:02 +00:00
Laurent Destailleur
0297898803 Fix: No check box if no PDF 2011-07-13 14:41:02 +00:00
Laurent Destailleur
b6ca5d1439 Fix: No check box if no PDF 2011-07-13 14:41:02 +00:00
Laurent Destailleur
e36e34918f Comment TODO 2011-07-13 18:04:25 +00:00
Laurent Destailleur
1135923e34 Fix: Avoid conflict with other payment modules functions
New: EMail topics can be forced by external modules
2011-07-13 16:55:25 +00:00
Laurent Destailleur
5e5401f8b6 Fix: Cash account should be alos used to pay taxes 2011-07-13 14:25:49 +00:00
Laurent Destailleur
60d31b5533 Fix: Cash account should be alos used to pay taxes 2011-07-13 14:25:49 +00:00
Laurent Destailleur
b722bbd6ec Fix: Cash account should be alos used to pay taxes 2011-07-13 14:25:49 +00:00
Laurent Destailleur
4f1b65a736 Doc 2011-07-13 14:16:39 +00:00
Laurent Destailleur
0c5391eb13 Doc 2011-07-13 14:16:39 +00:00
Laurent Destailleur
d12bf9338b Doc 2011-07-13 14:16:39 +00:00
Laurent Destailleur
fb2f763eec Fix: Bad var 2011-07-13 14:09:35 +00:00
Laurent Destailleur
a1670820dd Fix: Bad var 2011-07-13 14:09:35 +00:00
Laurent Destailleur
6f05956bf5 Fix: Bad var 2011-07-13 14:09:35 +00:00
Laurent Destailleur
4742db3f23 New: Add cancel button on note edit 2011-07-13 16:24:57 +00:00
Laurent Destailleur
e7783c0d44 Fix: Missing global 2011-07-13 14:03:15 +00:00
Laurent Destailleur
12b99177dd Convert a FIXME into a TODO 2011-07-13 22:18:12 +00:00
Laurent Destailleur
04bceea04f Fix: Activation of a module must works even when $user not defined (for installer). 2011-07-13 22:15:19 +00:00
Laurent Destailleur
a026187d48 Fix: Removed warning 2011-07-13 21:54:07 +00:00
Laurent Destailleur
27784c9155 Fix: Object should never be a global variable as there is several object in a context. Also object type must be fixed for each "trigger code". So we add trigger code and object on parameter because only caller of a function know which object type we use and what trigger code we want to trigger. 2011-07-13 21:33:38 +00:00
Laurent Destailleur
5375fd1118 Prepare 3.1 beta 2011-07-13 21:19:58 +00:00