Introduction¶
An option to discontinue inactive warehouses has been added in the software. Once discontinued, the warehouse will not be available for Transactions.
However, users can still select the discontinued warehouse in the Reports UI.
To discontinue a warehouse, navigate to Configuration>Warehouse Setting. Select the warehouse you need to discontinue & click on Edit. Check the Discontinue checkbox and click on Save.
Before discontinuing a warehouse, make sure it is not tagged in Sales Terminal/User/Product, and its total inventory is Zero.
Once discontinued, the warehouse will not be available for any Transactions and a validation message will be shown if the user tries to add a transaction in a discontinued warehouse.
Database Changes¶
- Added
Discontinue BIT
column inRMD_WAREHOUSE
. - Added
OSP_ValidateWarehouseDiscontinue
procedure.