Commit Graph

124 Commits

Author SHA1 Message Date
bMancone
6857a45fa0 // Fixed #PSTEST-626 2012-02-06 09:12:01 +00:00
bMancone
6ea3a720b3 // Improved supply orders 2012-02-01 14:59:45 +00:00
bMancone
ad112b5b46 // Added warning in SupplyOrdersController if there is not a least one warehouse 2012-01-31 09:25:27 +00:00
bMancone
b183432e22 // Warehouses & supply orders : default country / lang / currency are now loaded by default in the forms 2012-01-30 16:29:17 +00:00
bMancone
39f8cfe26a // SupplyOrder form updated 2012-01-30 10:11:36 +00:00
bMancone
2ff6c693dd // Supply Order ergonomy 2012-01-25 15:03:56 +00:00
bMancone
aa7f30121c // Fixed #PSTEST-527 2012-01-24 16:43:27 +00:00
bMancone
96cf8a2059 // Improvement #PSTEST-518 2012-01-23 10:23:14 +00:00
rMalie
eee9b353c1 [-] Classes : all classes and controllers now use their name in static calls instead of self (improve override) #PSFV-376 2012-01-19 10:14:10 +00:00
bMancone
a8bb46862f // Fixed #PSTEST-518 2012-01-18 17:29:31 +00:00
bMancone
9d93127877 // SupplyOrders: the date is now correctly displayed 2012-01-18 14:27:07 +00:00
bMancone
1fb9b13eff // Fixed #PSTEST-512 2012-01-18 11:14:40 +00:00
bMancone
021a5a8dcd // Fixed #PSTEST-501 2012-01-17 17:13:57 +00:00
bMancone
2e60be01b5 // Fixed #PSTEST-449 2012-01-17 15:39:40 +00:00
bMancone
2a25745e11 // Fixed #PSTEST-449 2012-01-17 15:34:08 +00:00
bMancone
5f572ab773 // Fixed #PSTEST-454 #PSTEST-455 #PSTEST-458 2012-01-17 15:28:30 +00:00
bMancone
f82b52ff4e // #PSTEST-457 2012-01-17 14:20:24 +00:00
bMancone
43c71cc1b0 // Norm.. 2012-01-16 15:58:01 +00:00
bMancone
5812d37709 // Fixed #PSTEST-447 2012-01-16 15:55:51 +00:00
bMancone
13ed870bde // Fixed #PSTEST-450 : number of digits displayed for prices is now 2 2012-01-16 14:27:51 +00:00
tDidierjean
88b3c8f9e7 // Refactor AdminController::_errors to errors 2012-01-11 08:58:12 +00:00
bMancone
98395917e8 // Added warning for supply orders if there is not at least one warehouse 2012-01-02 14:27:31 +00:00
bMancone
a159f42471 // fixed translations problems due to r11899 2011-12-29 17:26:16 +00:00
bMancone
0d4ce7a269 // Supply Orders CSV Import 2011-12-29 16:24:24 +00:00
bMancone
987e583d8b // removed some buttons in the view of the supply order 2011-12-28 16:10:09 +00:00
bMancone
1bf1a70446 // fixed supply orders 2011-12-28 15:49:35 +00:00
bMancone
c655fc9e82 // SupplyOrder reference is now unique 2011-12-28 14:58:55 +00:00
bMancone
ce2f18de66 // Fixed SupplyOrders 2011-12-27 17:14:41 +00:00
bMancone
16a8c6a170 // SupplyOrders : fixed products loaded using the threshold 2011-12-27 16:54:02 +00:00
rMalie
b2b678ab3d // Improve collections : where() method reworked (prototype changed) + validation of fields 2011-12-19 16:57:28 +00:00
rMalie
1302bdb194 // Change prototype of methods from(), leftJoin(), innerJoin(), leftOuterJoin() and naturalJoin() for DbQuery class 2011-12-19 11:13:13 +00:00
bMancone
872fc047c1 // Improved StockInstantState/StockMvt/SupplyOrders interfaces 2011-12-13 14:50:57 +00:00
dSevere
ea26882c58 // Multiple bugs fix on stock interfaces during tests 2011-12-08 15:22:31 +00:00
dSevere
0dd95b2564 // Bugs fix on CSV export on supply order interface 2011-12-07 18:07:38 +00:00
dSevere
1cbfafe547 // Bugs fix (Collection, SQL optimizations, Backoffice interfaces improvement, ...) + update db_settings_extends.sql for base datas relative to available quantities and suppliers 2011-12-06 18:07:06 +00:00
rMalie
27b198dcd6 [*] Classes: Db->execute() now return always a boolean. Use Db->query() instead. 2011-12-06 15:41:34 +00:00
bMancone
440c6df43e // StockManager: fixed. AdminSupplyOrders: fixed price. AdminStockInstantState: added CSV export per warehouse + valuation field is now displayed per warehouse 2011-12-06 12:51:10 +00:00
bMancone
5a6973dc66 // Fixed CSV export without pagination. Fixed StockManager, with new Collection object. Fixed StockMvt : id_supply_order was missing. 2011-12-06 09:37:23 +00:00
bMancone
d5ca3fc687 // SupplyOrders: fixed products loaded under a particular threshold. StockMvt: CSV export 2011-12-05 16:46:49 +00:00
bMancone
e6a915a8b5 // AdminSupplyOrders: fixed permissions 2011-12-05 15:11:24 +00:00
bMancone
605dfdf4ca // Fixed buttons as asked. 2011-12-05 15:08:58 +00:00
bMancone
f8802c275a // SupplyOrders: CSV 2011-12-05 14:50:48 +00:00
bMancone
43a15145b9 // AdminSupplyOrders : improved 2011-11-30 17:08:23 +00:00
tDidierjean
885701b27a // Rename AdminController methods initForm() initList() etc. to renderForm() renderList() 2011-11-30 11:06:38 +00:00
bMancone
8a42d8ffae // missing comment on getFilterStatus() 2011-11-30 10:35:14 +00:00
bMancone
1661cf6ba9 // Stock: updated controllers 2011-11-30 10:32:55 +00:00
bMancone
1e2d5695e3 // AdminSupplyOrdersController: fixed actions displayed when updating quantity received. 2011-11-29 17:32:26 +00:00
bMancone
b7753cb859 // AdminSupplyOrdersController: fixed bugs when adding products to the order 2011-11-29 17:04:43 +00:00
bMancone
ec97b5d703 // AdminSupplyOrdersController: fixed condition.. 2011-11-29 16:48:19 +00:00
bMancone
e46eb40d38 // AdminSupplyOrdersController: added confirm message before using a template to create an order 2011-11-29 14:47:06 +00:00