// 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

This commit is contained in:
bMancone
2011-11-29 10:07:51 +00:00
parent cf7301884c
commit 89257f7cce
3 changed files with 123 additions and 5 deletions
+1
View File
@@ -2152,6 +2152,7 @@ CREATE TABLE `PREFIX_supply_order` (
`total_ti` DECIMAL(20,6) DEFAULT '0.000000',
`discount_rate` DECIMAL(20,6) DEFAULT '0.000000',
`discount_value_te` DECIMAL(20,6) DEFAULT '0.000000',
`is_template` tinyint(1) DEFAULT '0',
PRIMARY KEY (`id_supply_order`),
KEY `id_supplier` (`id_supplier`),
KEY `id_warehouse` (`id_warehouse`),