...
There are 5 available inventory statuses which can be set to:
- Normal Active - active normal item that can be sold or purchased
- Discontinued - no stock on hand exists for this item and replacement items have been entered into the Alternate tab. When this item is selected on a sales order/quote, a message displays 'This item has been discontinued. Do you want to load the alternatives?'
- Deleted - the item cannot be sold or purchased. Status can only be set when there are no outstanding transactions, all quotes for the item are 'Closed' and there is no stock on hand
- Slow - set to manage restocking. Automatic purchasing excludes these items unless set to include
- Obsolete - set to manage restocking. Automatic purchasing excludes these items unless set to include
Status | Binary equivalent in IN_Main.Status |
---|---|
NormalActive | 0 |
Discontinued | 1 |
Deleted | 2 |
Slow | 3 |
Obsolete | 4 |
...