Commit Graph

45 Commits

Author SHA1 Message Date
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
bMancone
d552efe42d // AdminSupplyOrdersController: it now possible to create supply order templates, and use them to create actual supply orders 2011-11-29 14:36:15 +00:00
bMancone
c62f609009 // SupplyOrders : updated comments 2011-11-29 10:14:45 +00:00
bMancone
89257f7cce // Supply Order : it is now possible to automatically load products, for a given supplier, which physical quantity is equal or less to a given threshold 2011-11-29 10:07:51 +00:00
bMancone
a306e44d55 // CRUD for StockMvtLabels & SupplyOrderStatus are now in AdminStockConfigurationController 2011-11-28 15:44:06 +00:00
bMancone
585d791ef7 // Stock - interfaces updated : (reason=>label, state=>status) 2011-11-28 11:12:17 +00:00
dSevere
e8f74caf1d // Product Suppliers : Debug and optimizations 2011-11-23 18:48:09 +00:00
dSevere
7e51bf2fee // Stock Management : Show stock interfaces only if the option is active in the configuration + debug 2011-11-23 16:07:57 +00:00
dSevere
78e540cd94 // AdminController and stock management : some debug and updates 2011-11-23 13:15:40 +00:00
bMancone
c4a3c2da6b // Supply Orders : prices are now correctly converted, depending on the currency of the order/warehouse 2011-11-22 16:23:00 +00:00
bMancone
3db7913942 // Supply Orders : it is not possible to create an order if the date_delivery_expected is in the past, anymore. 2011-11-22 15:31:01 +00:00
dSevere
74faf61479 // Product Warehouse location : Manage multiple warehouses and location associated for a product / product attribute 2011-11-21 18:43:04 +00:00
bMancone
c98c62f1e0 // Supply Orders: the supply order form is now generated (PDF) 2011-11-21 18:31:44 +00:00
bMancone
6c0e507d11 // StockAvailable: synchronizes stock when updating an order (if necessary) 2011-11-21 11:52:04 +00:00
bMancone
3c1fa76032 // StockAvailable: updated synchronize() and updated its usage within the different stock controllers when necessary 2011-11-21 11:01:33 +00:00
tDidierjean
c4a0a95af9 // HelperForm : 'p' replaced by 'desc' 2011-11-18 18:27:48 +00:00
dSevere
4e7a4a692a // Supply Orders : Move ajax product search in the controller -> ajaxProcessSearchProduct() 2011-11-18 16:57:10 +00:00
dSevere
12e7f3a0b4 // Suppliers : Manage multiple suppliers for a product / product attribute + integration with supply orders 2011-11-18 16:29:50 +00:00
tDidierjean
5c47836cee // Remove unused attributeLang 2011-11-18 14:09:17 +00:00
bMancone
aa89a7764a Supply Orders: updates rights on receipt update 2011-11-16 10:10:46 +00:00
bMancone
743846c334 // AdminSupplyOrdersController: fixed currency in 'view'. StockManager: added warehouse filter on getProductRealQuantity() 2011-11-16 09:51:06 +00:00
bMancone
9c9d348507 // AdminStock{Cover,InstantState} : fixed and updated. 2011-11-16 09:30:45 +00:00
bMancone
72b9974662 // Stock : fixed bugs on cover/instant state/warehouse/management 2011-11-15 18:19:27 +00:00
dSevere
4c7fba91c4 // stock management : Bugs fix after rename and historization modifications 2011-11-15 14:05:57 +00:00
dSevere
21b017a131 // stock management : Supplier order is now supply order, employee and product is now historized for sttock movements and supply order 2011-11-14 18:58:02 +00:00