Difference between revisions of "Reserving Inventory for Orders"
m (Protected "Reserving Inventory for Orders": Sysop page [edit=sysop:move=sysop]) |
|||
Line 1: | Line 1: | ||
Inventory is reserved for orders based on the settings of the products store of the order. You can set a facility ID for the warehouse where the inventory for the order should be reserved, and you can also set the sequence of the inventory reservation. | Inventory is reserved for orders based on the settings of the products store of the order. You can set a facility ID for the warehouse where the inventory for the order should be reserved, and you can also set the sequence of the inventory reservation. | ||
− | In opentaps 1.4 and later versions, you can set a different warehouse for reserving the inventory of an order, based on the shipping address of the order. This can be done by populating the <tt>ProductStoreFacilityByAddress</tt> entity (<tt>PROD_STORE_FACILITY_BY_ADDR</tt> table) with the product store ID, contact mech ID of the postal address, and facility ID of the warehouse. If the particular shipping address has an entry in this table, inventory for it will be reserved in the facility ID of the <tt>ProductStoreFacilityByAddress</tt>. If not, the facility ID defined in the product store will be the default one. | + | In opentaps 1.4 and later versions, you can set a different warehouse for reserving the inventory of an order, based on the shipping address of the order. This can be done by populating the <tt>ProductStoreFacilityByAddress</tt> entity (<tt>PROD_STORE_FACILITY_BY_ADDR</tt> table) with the product store ID, contact mech ID of the postal address, and facility ID of the warehouse. If the particular shipping address has an entry in this table, inventory for it will be reserved in the facility ID of the <tt>ProductStoreFacilityByAddress</tt>. If not, the facility ID defined in the product store will be the default one. There is currently no user interface for modifying <tt>ProductStoreFacilityByAddress</tt>, So it would have to be set automatically by a script or service. |
Revision as of 23:15, 9 February 2009
Inventory is reserved for orders based on the settings of the products store of the order. You can set a facility ID for the warehouse where the inventory for the order should be reserved, and you can also set the sequence of the inventory reservation.
In opentaps 1.4 and later versions, you can set a different warehouse for reserving the inventory of an order, based on the shipping address of the order. This can be done by populating the ProductStoreFacilityByAddress entity (PROD_STORE_FACILITY_BY_ADDR table) with the product store ID, contact mech ID of the postal address, and facility ID of the warehouse. If the particular shipping address has an entry in this table, inventory for it will be reserved in the facility ID of the ProductStoreFacilityByAddress. If not, the facility ID defined in the product store will be the default one. There is currently no user interface for modifying ProductStoreFacilityByAddress, So it would have to be set automatically by a script or service.