bMancone
|
0d4ce7a269
|
// Supply Orders CSV Import
|
2011-12-29 16:24:24 +00:00 |
|
bMancone
|
35e6d6543f
|
// Fixed SupplyOrderDetail::calculatePrices()
|
2011-12-29 16:01:00 +00:00 |
|
bMancone
|
d993f8ced4
|
// StockManagement: added hints with the last unit price and the last quantity of the last stock mvt when adding stock. Quantity is now usable by default when adding stock.
|
2011-12-28 18:16:51 +00:00 |
|
bMancone
|
5d213abab4
|
// updated getSupplyOrderByReference
|
2011-12-28 16:43:15 +00:00 |
|
bMancone
|
1bf1a70446
|
// fixed supply orders
|
2011-12-28 15:49:35 +00:00 |
|
bMancone
|
9e291b0a1b
|
// Updated Supply Order + import CSV
|
2011-12-28 15:08:07 +00:00 |
|
bMancone
|
c655fc9e82
|
// SupplyOrder reference is now unique
|
2011-12-28 14:58:55 +00:00 |
|
bMancone
|
2c83d9bf2f
|
// Stock: WebServices
|
2011-12-26 10:34:25 +00:00 |
|
bMancone
|
b5b7c8ef1e
|
// Warehouse: fixed queries. AdminPPreferencesController: fixed advanced stock management
|
2011-12-22 14:26:45 +00:00 |
|
bMancone
|
459488c082
|
// Warehouse: when being flaged as deleted, fixed deletion of associations with carriers, products, shops. StockInterfaces: fixed size of the filters
|
2011-12-22 13:58:16 +00:00 |
|
bMancone
|
7177cb08b6
|
// AdminWarehousesController: fixed association with carriers. Warehouse: fixed association with carriers. Carrier: norm & tags. AdminProductsController: added warning when using the advanced stock management without assocations with warehouses/carriers
|
2011-12-22 11:09:33 +00:00 |
|
bMancone
|
48c3fb3b15
|
// Orders : fixed stock (available quantity & Stock)
|
2011-12-21 14:24:34 +00:00 |
|
bMancone
|
e33326c990
|
// StockManager: fixed
|
2011-12-20 13:51:05 +00:00 |
|
bMancone
|
e88312df36
|
// Stockavailable debugged
|
2011-12-20 13:31:45 +00:00 |
|
bMancone
|
2e4c8bb553
|
// Webservice: Stock
|
2011-12-19 18:34:31 +00:00 |
|
rMalie
|
b2b678ab3d
|
// Improve collections : where() method reworked (prototype changed) + validation of fields
|
2011-12-19 16:57:28 +00:00 |
|
lLefevre
|
8da13ce16e
|
[-] BO : #PSTEST-53 : fixed added quantities maximal for a pack
|
2011-12-19 16:13:52 +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
|
d46b9c6832
|
// StockMvt : added id_warehouse as part of the params of getNegativeStockMvts()
|
2011-12-19 09:10:21 +00:00 |
|
rMalie
|
58d7f37130
|
[*] Classes: ObjectModel::getTranslationsField|Child() is now deprecated, use ObjectModel::getFieldsLang() if need instead
|
2011-12-15 13:24:03 +00:00 |
|
mDeflotte
|
f7208ee5d5
|
// BugFix : Adding warehouse on order edition
|
2011-12-14 16:19:05 +00:00 |
|
rMalie
|
e4309d013f
|
// Format definitions
|
2011-12-13 16:34:09 +00:00 |
|
rMalie
|
c022f4e0e5
|
// Format definitions
|
2011-12-13 13:41:54 +00:00 |
|
bMancone
|
4180588c40
|
// Updated OrderHistory / StockManager. Added feature to StockCover: it is now possible to display the number of sales per product / and highlight products which coverage is less than a given threshold
|
2011-12-13 09:48:52 +00:00 |
|
rMalie
|
1c39ab4685
|
[*] Classes: Remove $fieldsRequired, $fieldsSize and $fieldsValidate (and lang properties) properties, use $definition instead
|
2011-12-12 18:10:38 +00:00 |
|
bMancone
|
741c952bc2
|
// Updated re-stock
|
2011-12-12 15:25:51 +00:00 |
|
bMancone
|
9a75ad714a
|
// Re-stock (Prices fixed/warehouse fixed)
|
2011-12-12 13:54:17 +00:00 |
|
bMancone
|
75de66ce78
|
// Stock : product can now be returned
|
2011-12-09 16:08:27 +00:00 |
|
rMalie
|
0af197daf3
|
// Remove $this->table and $this->identifier from objectModels + normalize
|
2011-12-09 14:05:24 +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
|
b59a66658f
|
// Address: added id_warehouse. Supplier: it is now possible to edit the address of a given supplier. Manufacturers: addresses are now correctly displayed. AdminSuppliers: addresses are now editable / when deleting a supplier (if possible <=> no current orders) address is now flaged deleted. AdminWarehouses: when deleting a warehouse, its address is now flagged as deleted.
|
2011-12-06 14:28:40 +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 |
|
rMalie
|
5361b1f68d
|
// Fix missing Core suffix for some classes / controllers
|
2011-12-05 16:49:05 +00:00 |
|
bMancone
|
d5ca3fc687
|
// SupplyOrders: fixed products loaded under a particular threshold. StockMvt: CSV export
|
2011-12-05 16:46:49 +00:00 |
|
dSevere
|
c2d0e5c822
|
// Update and fix some bugs on front and admin itnerfaces relative to available quantities functionnality
|
2011-12-05 15:11:21 +00:00 |
|
bMancone
|
74ba8dc98d
|
// Updated comment for object definition
|
2011-12-05 15:06:59 +00:00 |
|
bMancone
|
f8802c275a
|
// SupplyOrders: CSV
|
2011-12-05 14:50:48 +00:00 |
|
rMalie
|
b59ddba454
|
// Remove $table and $identifier property from all classes, and add static $definition instead
|
2011-12-05 13:56:03 +00:00 |
|
rMalie
|
53c553fee9
|
// Fix collections
|
2011-12-05 09:05:45 +00:00 |
|
dSevere
|
98492b6a36
|
// Stock Available : Improve BackOffice interfaces with groups of shops management + bugs fix
|
2011-12-02 17:31:16 +00:00 |
|
dSevere
|
b65b363b1c
|
// Some bugs fix
|
2011-12-02 16:22:45 +00:00 |
|
dSevere
|
6fddfce5e7
|
// StockManager : bugs fix + improvement of StockManager utilisation in fucntion of global configuration
|
2011-12-02 15:23:01 +00:00 |
|
rMalie
|
5259d4e64e
|
// Use Collection instead of HydrateCollection in several places
|
2011-12-02 15:20:47 +00:00 |
|
dSevere
|
4d8fcb347c
|
// Stock Available : Improve BackOffice interface + Update all SQL requests relative to StockAvailable + code refactoring on Product Class
|
2011-12-01 19:09:27 +00:00 |
|
dSevere
|
b9719b8561
|
// Stock Available : Add shared management for group of shops
|
2011-11-30 16:28: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
|
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 |
|
tDidierjean
|
a3fc59b92b
|
// Fix bug with product quantity update
|
2011-11-23 21:45:11 +00:00 |
|
dSevere
|
b14090def2
|
// Stock Available : bug fix
|
2011-11-22 12:57:09 +00:00 |
|