Commit Graph

34721 Commits

Author SHA1 Message Date
Regis Houssin
37350a93ca Fix: request error 2010-05-18 18:56:53 +00:00
Regis Houssin
e5ac48b844 Add social security contributions for Belgium 2010-05-18 17:10:33 +00:00
Regis Houssin
b23169c4c4 Add social security contributions for Belgium 2010-05-18 17:06:18 +00:00
Laurent Destailleur
026978ea17 Major fix of italian language translation. Thanks to Alessandro. 2010-05-18 08:25:45 +00:00
Laurent Destailleur
6ef1098734 Rename DELIVERY_VALIDATE into SHIPPING_VALIDATE to make a difference between sending (SHIPPING) and receiving module (DELIVERY). 2010-05-18 07:22:58 +00:00
fcharpentier
bb5d3bc421 Update trigger on shipping validation to rename action 'DELIVERY_VALIDATE' 2010-05-17 16:24:19 +00:00
Regis Houssin
dc77231df7 Fix: change proformat to proforma 2010-05-17 15:41:17 +00:00
Laurent Destailleur
3082e61164 Fix: A lot of fix in shipping module 2010-05-17 14:13:03 +00:00
Laurent Destailleur
eeb8fb09ba Fix: Change status of order to cancel 2010-05-17 12:48:55 +00:00
Laurent Destailleur
f83954daef Fix: Change status of order to cancel 2010-05-17 12:43:36 +00:00
Laurent Destailleur
e936dafbfd Fix: Missing include 2010-05-17 00:20:03 +00:00
Laurent Destailleur
0f7fba3f29 Fix: List to get project 2010-05-17 00:16:40 +00:00
Laurent Destailleur
2bbede3133 Fix: Avoid errors after migration 2010-05-16 21:12:09 +00:00
Laurent Destailleur
a23d0b6d5f Rename function to be more clear. 2010-05-16 21:04:47 +00:00
Juanjo Menent
71c1b19e7b Trad: Fix: A lot of fixes on delivery date 2010-05-14 20:23:45 +00:00
Regis Houssin
13b7dcd27d Fix: regression 2010-05-14 14:11:27 +00:00
Regis Houssin
93235cc1b5 Add php template class 2010-05-14 08:00:30 +00:00
Regis Houssin
514e26c9c7 Add php template class 2010-05-14 07:57:27 +00:00
Regis Houssin
138cf20991 Fix: uniformise name of directory and module name 2010-05-13 16:32:13 +00:00
Regis Houssin
2f8cd177cf Fix: uniformise name of directory and module name 2010-05-13 16:20:01 +00:00
Regis Houssin
cf7f7340e4 Fix: uniformise name of directory and module name 2010-05-13 15:55:15 +00:00
Laurent Destailleur
4ed11786c1 Mutualize font-list 2010-05-13 00:41:13 +00:00
Laurent Destailleur
38b924b85c Use unique id 2010-05-13 00:32:16 +00:00
Laurent Destailleur
db7abdcd09 Mutualize font-list 2010-05-13 00:32:01 +00:00
Laurent Destailleur
757f9491e1 Fix: A lot of fixes on delivery date 2010-05-12 23:03:33 +00:00
Laurent Destailleur
8b8d851995 Postgresql compatibility 2010-05-12 17:46:39 +00:00
Laurent Destailleur
aab735a952 Fix: Add missing column 2010-05-12 17:26:02 +00:00
Laurent Destailleur
e52a0b20a2 Postgresql compatibility 2010-05-12 17:21:12 +00:00
Laurent Destailleur
7fa356374a Fix: Missing title 2010-05-12 17:18:04 +00:00
Laurent Destailleur
dbaaa179c0 Works on odt generation 2010-05-12 17:15:02 +00:00
Regis Houssin
9bb9558aab Fix: doxygen 2010-05-12 15:50:59 +00:00
Regis Houssin
d0bdd8aa7b Fix: country code of Monaco is MC
Fix: update license number of prototype and scriptaculous
2010-05-12 14:16:01 +00:00
Laurent Destailleur
af7cfec808 New: Can now send supplier order by mail 2010-05-12 13:14:26 +00:00
Laurent Destailleur
83aebbb2ce Fix: Removed a duplicate permission 2010-05-12 12:41:38 +00:00
Laurent Destailleur
2a29f90d14 Fix: Bad path for some includes
New: Add more predefined actions
2010-05-12 11:58:58 +00:00
Laurent Destailleur
fa8a201d04 Mutualize a lot of code 2010-05-12 11:29:21 +00:00
Laurent Destailleur
f39d3cf574 On the fly GZIP compression is done only if bit 3 of constant is set (this is to allow to choose wich optimization we enabled among the 3 actually available). 2010-05-12 00:40:18 +00:00
Laurent Destailleur
a0d677cd3d Fix: No error whan vat is not defined. 2010-05-12 00:12:49 +00:00
Laurent Destailleur
2082e1650f Menu was not complete 2010-05-12 00:07:19 +00:00
Laurent Destailleur
aa9e608e25 Fix: Can not update user if in mode monouser.
Fix: Postgresql compatibility
2010-05-11 23:56:12 +00:00
Regis Houssin
fa41f91977 Fix: optimize speed (YUI and gzip compression) 2010-05-10 21:28:25 +00:00
Regis Houssin
5fef42452e Fix: optimize speed
Qual: update scriptaculous en protoype
2010-05-10 20:59:18 +00:00
Regis Houssin
23549635ae Fix: if provider disable "glob()" function 2010-05-10 18:26:34 +00:00
Regis Houssin
7045266217 Fix: traduction 2010-05-10 17:04:56 +00:00
Regis Houssin
05b0b08e30 Fix: more clear 2010-05-10 15:16:02 +00:00
fcharpentier
4f47b666ea Define constant 'DOL_CLASS_PATH' for compatibilty between 2.8 and 2.9 releases
This allow to include class from modules like this :
if (!defined('DOL_CLASS_PATH'))
	define('DOL_CLASS_PATH', null);
require_once(DOL_DOCUMENT_ROOT.'/categories/'.DOL_CLASS_PATH.'categorie.class.php');
2010-05-10 13:18:59 +00:00
Juanjo Menent
0c783a76f8 Trad: Add possibility to defined "main_force_https" in install mode 2010-05-10 08:01:21 +00:00
Juanjo Menent
92ab60936c Trad: Add warning if postgresql has a wrong configuration 2010-05-10 07:56:03 +00:00
Regis Houssin
2ae1a4ae2f Add possibility to defined "main_force_https" in install mode 2010-05-10 06:15:17 +00:00
Regis Houssin
635b44b906 Fix: if you rename a module, rename all 2010-05-10 04:50:39 +00:00