Laurent Destailleur
|
2be9a2fdb4
|
Fix: If multiprice is enabled and level is not defined for customer, we always use the level 1. We can't use the denormalized price stored in product table as this price is the last price saved (it might be any level) and should never bee seen by user when multiprice is activated.
So we force the level to 1 if not defined.
|
2009-06-19 07:32:39 +00:00 |
|
Laurent Destailleur
|
6d8e0b05d3
|
Fix: Syntax error in request
|
2009-06-16 18:41:01 +00:00 |
|
Laurent Destailleur
|
8732364f01
|
Qual: Now module services and products are two completely separated modules.
|
2009-06-08 18:14:37 +00:00 |
|
Laurent Destailleur
|
d7e460c18a
|
New: Add filters on stock movement
|
2009-06-03 19:58:51 +00:00 |
|
Laurent Destailleur
|
c9daeaa149
|
Add a confirmation when cloning products.
|
2009-05-27 15:16:54 +00:00 |
|
Laurent Destailleur
|
bd99870694
|
Add a confirmation when cloning products.
|
2009-05-27 15:11:24 +00:00 |
|
Regis Houssin
|
fa55e65e54
|
Fix: Disables token renewal in Ajax request
|
2009-05-26 17:01:18 +00:00 |
|
Regis Houssin
|
16e91bf213
|
Fix: no accent
|
2009-05-19 20:19:45 +00:00 |
|
Regis Houssin
|
06d2d2fc2f
|
Fix: nous ne sommes jamais trop prudent !
|
2009-05-18 13:10:40 +00:00 |
|
Regis Houssin
|
e5d222b6cc
|
Fix: régression sur l'utilisation des niveau du jeton, on test sur les 2 niveaux car
comportement aléatoire avec certaines fonctions
|
2009-05-17 08:01:54 +00:00 |
|
Regis Houssin
|
c1c1f8a4d2
|
Fix: ajout d'un niveau supplémentaire du cache du jeton
|
2009-05-16 15:45:26 +00:00 |
|
Regis Houssin
|
07c6ffb065
|
Fix: ajout d'un jeton aléatoire dans les requetes POST
|
2009-05-16 12:52:53 +00:00 |
|
Regis Houssin
|
e63c142ce7
|
Fix: ajout d'un jeton aléatoire dans les requetes POST
|
2009-05-15 15:33:33 +00:00 |
|
Laurent Destailleur
|
fb4119ae7d
|
Fix: Can update price even with "NPR" VAT rates.
|
2009-05-15 10:47:12 +00:00 |
|
Laurent Destailleur
|
2fd22e6865
|
Can update price iv vat is a npr vat
|
2009-05-15 10:44:00 +00:00 |
|
Laurent Destailleur
|
14afe7a82f
|
Fix: Can not validate an order if there is a discount
Qual: Uniformize code for stock decrease
|
2009-05-07 21:38:56 +00:00 |
|
Regis Houssin
|
f1a5c6fae3
|
Fix: seul le superadmin peut changer la config de syslog
|
2009-05-07 09:06:57 +00:00 |
|
Laurent Destailleur
|
3ccecb4e7f
|
Qual: Use a so much simpler way to have ajax confirmation boxes
|
2009-05-06 16:27:45 +00:00 |
|
Laurent Destailleur
|
7c6016b355
|
Qual: Use a so much simpler way to have ajax confirmation boxes
|
2009-05-06 13:39:43 +00:00 |
|
Laurent Destailleur
|
9694d926e6
|
Qual: Factorize code. Removed useless code.
|
2009-05-04 19:02:32 +00:00 |
|
Regis Houssin
|
524f01348c
|
Fix: security with multi-company
|
2009-05-04 10:46:53 +00:00 |
|
Regis Houssin
|
d144a2af4d
|
Fix: security with multi-company
|
2009-05-04 10:36:44 +00:00 |
|
Laurent Destailleur
|
aee2dcff57
|
Test if user is in correct company is done only when multicompany is enabled.
|
2009-05-04 10:27:35 +00:00 |
|
Regis Houssin
|
9037816c33
|
Fix: security with multi-company
|
2009-05-04 08:48:49 +00:00 |
|
Regis Houssin
|
8b02eb1f3f
|
Fix: security with multi-company
|
2009-05-04 08:42:29 +00:00 |
|
Regis Houssin
|
825f3346c9
|
Fix: security with multi-company
|
2009-05-04 08:31:42 +00:00 |
|
Laurent Destailleur
|
7322cd136e
|
Fix: rename function sanitizeFileName into dol_sanitizeFileName to avoir conflict with fckeditor
|
2009-04-29 18:02:50 +00:00 |
|
Regis Houssin
|
b86684805c
|
New: early development of multi-company module
|
2009-04-27 20:37:50 +00:00 |
|
Laurent Destailleur
|
b67ea0a034
|
Fix: Fix serious bug in associated products.
|
2009-04-23 08:18:22 +00:00 |
|
Laurent Destailleur
|
53cf18e3e8
|
Fix: Pb in price level management
|
2009-03-28 19:06:17 +00:00 |
|
Laurent Destailleur
|
1f3f2b8c44
|
Log file for error messages use LOG_ERR level.
|
2009-03-12 22:49:05 +00:00 |
|
Laurent Destailleur
|
cdc6493ba5
|
Removed TODO and deprecated files
|
2009-03-09 21:59:29 +00:00 |
|
Laurent Destailleur
|
ba14103659
|
New: Upload of joined files need create/modify permissions to work
|
2009-03-03 00:12:56 +00:00 |
|
Laurent Destailleur
|
61e2282cb1
|
Qual: Removed deprecated code
|
2009-03-02 18:25:51 +00:00 |
|
Laurent Destailleur
|
0823322ba1
|
Qual: All call to dolibarr_ functions are made on dol_ functions.
|
2009-02-20 22:53:15 +00:00 |
|
Laurent Destailleur
|
a2b8b30a84
|
Reorganize code to reduce memory usage
|
2009-02-19 19:06:12 +00:00 |
|
Laurent Destailleur
|
247daaabc5
|
Fix: Can find product with ajax on product ref even in supplier objects
|
2009-02-14 00:52:30 +00:00 |
|
Laurent Destailleur
|
0056facfd2
|
Clean a lot of code
|
2009-02-11 15:09:59 +00:00 |
|
Laurent Destailleur
|
c42ed09071
|
Fix: Some fix everywhere in beta
|
2009-02-10 22:07:31 +00:00 |
|
Laurent Destailleur
|
b31d25e767
|
Add stock information in products list.
|
2009-02-06 06:45:50 +00:00 |
|
Laurent Destailleur
|
f7c956454a
|
Add stock information in products list.
|
2009-02-06 06:26:45 +00:00 |
|
Laurent Destailleur
|
0c501189cc
|
Minor fixes
|
2009-02-04 22:30:46 +00:00 |
|
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 |
|