Commit Graph

995 Commits

Author SHA1 Message Date
Laurent Destailleur
ce6f8a1c81 Change to uniformize code of PDF generators 2009-01-29 20:56:14 +00:00
Laurent Destailleur
569316d3bd Removed deprecated code 2009-01-28 09:00:29 +00:00
Laurent Destailleur
5f50893b48 Fix: Errors with price lower than 0 with some languages 2009-01-25 14:30:42 +00:00
Laurent Destailleur
0befb92a12 Removed PHP warnings with E_ALL level 2009-01-21 14:09:42 +00:00
Laurent Destailleur
f31fd284a7 Add navigation on order pages 2009-01-12 16:33:54 +00:00
Laurent Destailleur
dbaf649a8e Removed deprecated code 2009-01-10 02:18:17 +00:00
Laurent Destailleur
530c1312ac Maxi debug of multiprice feature
Prepare 2.5.1
2009-01-10 01:11:17 +00:00
Laurent Destailleur
d724ee4427 Qual: Simplify and fix multiprice management 2009-01-10 00:44:38 +00:00
Laurent Destailleur
aa23471000 Qual: Simplify and fix multiprice management 2009-01-10 00:32:42 +00:00
Laurent Destailleur
1359866802 Add graph report on number of entities in product statistics page. 2009-01-09 20:53:03 +00:00
Laurent Destailleur
6e47327ee7 Fix: Fix bad link toward suplier invoice in referer stat page of products 2009-01-07 13:06:56 +00:00
Laurent Destailleur
0bdd1efe2b Qual: Renamed all function dolibarr_xxx to dol_xxx to use same prefix everywhere. 2009-01-07 10:57:36 +00:00
Laurent Destailleur
f2ffd767dc Qual: Replace ereg_replace(",","." by price2num 2008-12-09 21:02:59 +00:00
Laurent Destailleur
d3283a798a Qual: Replace ereg_replace(",","." by price2num 2008-12-09 21:02:58 +00:00
Laurent Destailleur
ac7c2e8e3f Show link 2008-12-08 14:06:53 +00:00
Laurent Destailleur
0c848c3d89 Add nature in product fields 2008-12-07 21:38:33 +00:00
Laurent Destailleur
fcc5f9f28d Can use several root directories. 2008-12-07 20:54:08 +00:00
Laurent Destailleur
b15aed3cb6 Increase ref size in list 2008-12-06 00:11:23 +00:00
Laurent Destailleur
3a0b8aabd4 Translation 2008-12-05 12:23:40 +00:00
Laurent Destailleur
e90e29c201 Fix: Log error level 2008-11-28 18:42:11 +00:00
Laurent Destailleur
dc46ba4000 Removed duplicate code.
Prepare dynamic disabling of modules
2008-11-27 23:02:49 +00:00
Laurent Destailleur
0e1fc52054 Fix: Search in stock area
New: Add list of last stock movements
2008-11-26 12:18:57 +00:00
Laurent Destailleur
44a8179a5a Make message more clear 2008-11-26 12:01:51 +00:00
Laurent Destailleur
c2cb3e3c7a Fix: Minor fix 2008-11-17 18:59:02 +00:00
Laurent Destailleur
1880373019 Look: A lot of enhancements in Dolibarr skins 2008-11-16 19:30:29 +00:00
Laurent Destailleur
584d23bfbc Qual: Reduce memory required by 2% 2008-11-16 01:09:04 +00:00
Laurent Destailleur
ab9b598254 Trad: Fix translation 2008-11-11 21:15:39 +00:00
Laurent Destailleur
6ca3d3335f Fix: Status of contract is now status of servics 2008-10-27 19:19:51 +00:00
Laurent Destailleur
389f744c4e Fix: Link was last 2008-10-26 19:09:39 +00:00
Laurent Destailleur
055c4411ff Dolibarr and cashdesk module shares the same cookie 2008-10-26 12:59:56 +00:00
Laurent Destailleur
dbae510665 No special chars in filename 2008-10-25 21:18:53 +00:00
Laurent Destailleur
6ab140f169 Add navigation next/previous in warehous cards 2008-10-25 18:33:32 +00:00
Laurent Destailleur
211be07fb1 Reduce amount of memory. 2008-10-25 17:27:15 +00:00
Laurent Destailleur
fd7a8195bd Qual: Mutualize some code 2008-10-25 15:21:37 +00:00
Laurent Destailleur
f2238b6885 Enhancements on datawarehouse management 2008-10-25 12:49:16 +00:00
Laurent Destailleur
51160ac2e0 Can delete a price line log 2008-10-25 12:14:16 +00:00
Laurent Destailleur
d298438e66 Maxi debug of stock management. 2008-10-24 21:36:12 +00:00
Laurent Destailleur
fc0ebfa9b5 Maxi debug of stock management. 2008-10-24 20:16:36 +00:00
Laurent Destailleur
294adcba90 Fix: Syntax error 2008-10-23 23:45:52 +00:00
Laurent Destailleur
d1a90768cd Fix: Maxi debug on stock decrease 2008-10-23 21:54:30 +00:00
Laurent Destailleur
2a5c9a7590 Patch sladame 2008-10-23 08:10:59 +00:00
Laurent Destailleur
bbbb8b983d Add total in statistics 2008-09-10 23:28:23 +00:00
Laurent Destailleur
46bdd811d3 Fix: form tag not closed 2008-09-04 15:16:30 +00:00
Laurent Destailleur
bd20a88be3 Fix: Removed bad W3C compliant HTML tags 2008-08-29 21:16:34 +00:00
Laurent Destailleur
0a878fd94d Fix: Error when removing supplier prices 2008-08-29 18:02:16 +00:00
Laurent Destailleur
06af1761a8 Fix: Back to view after edit 2008-08-29 07:40:45 +00:00
Laurent Destailleur
070d715c1f Fix: Back to view after edit 2008-08-29 07:39:34 +00:00
Laurent Destailleur
8411203632 Add patch from patrick raguin to support minimum for a price 2008-08-27 23:00:37 +00:00
Laurent Destailleur
4d0a68d48c Removed all now() and sysdate() database sql inline function by a date defined by PHP ($db->idate(mktime())).
This is to be more portable, to solve problem when database server time differs from PHP server and to prepare for TZ support.
2008-08-27 18:53:27 +00:00
Laurent Destailleur
a0f5d2fa8b Show orders on process even if physical stock differs from theorical stock 2008-08-27 17:45:41 +00:00