|
Size: 267
Comment:
|
Size: 539
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ** stocktake states */ PRE_STAKE_RECORDED 1 COUNT_ENTERED 2 COUNT_GENERATED 4 ADJ_GENERATED 8 |
You can run srgrep to list out stocktake states. Alternatively you can use chmin to see the stocktake state on each item. |
| Line 9: | Line 5: |
| /** When you answer NO to 'assume recorded but not counted items are 0' in pre record */ #define PARTIAL_STOCKTAKE 16 |
The stocktake states are as follows: Flag 1 = PreRecord Stocktake Entry Flag 2 = Stocktake Count has been Entered Flag 4 = Stocktake Count has been Generated Flag 7 = Prerecord, count enter, generated (addup 1 2 4) Flag 8 = Stocktake Adjustment has been generated When you answer NO to 'assume recorded but not counted items are 0' in pre record Flag = 16 Partial Stocktake |
STOCKTAKE STATES
You can run srgrep to list out stocktake states. Alternatively you can use chmin to see the stocktake state on each item.
The stocktake states are as follows:
Flag 1 = PreRecord Stocktake Entry
Flag 2 = Stocktake Count has been Entered
Flag 4 = Stocktake Count has been Generated
Flag 7 = Prerecord, count enter, generated (addup 1 2 4)
Flag 8 = Stocktake Adjustment has been generated
When you answer NO to 'assume recorded but not counted items are 0' in pre record Flag = 16 Partial Stocktake
