mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add new CONVERTED_TO_VARIANT tracking code
This commit is contained in:
parent
65ee15cace
commit
ab114b52e9
@ -255,6 +255,9 @@ class StockHistoryCode(StatusCode):
|
|||||||
# Stock merging operations
|
# Stock merging operations
|
||||||
MERGED_STOCK_ITEMS = 45
|
MERGED_STOCK_ITEMS = 45
|
||||||
|
|
||||||
|
# Convert stock item to variant
|
||||||
|
CONVERTED_TO_VARIANT = 48
|
||||||
|
|
||||||
# Build order codes
|
# Build order codes
|
||||||
BUILD_OUTPUT_CREATED = 50
|
BUILD_OUTPUT_CREATED = 50
|
||||||
BUILD_OUTPUT_COMPLETED = 55
|
BUILD_OUTPUT_COMPLETED = 55
|
||||||
@ -294,6 +297,8 @@ class StockHistoryCode(StatusCode):
|
|||||||
|
|
||||||
MERGED_STOCK_ITEMS: _('Merged stock items'),
|
MERGED_STOCK_ITEMS: _('Merged stock items'),
|
||||||
|
|
||||||
|
CONVERTED_TO_VARIANT: _('Converted to variant'),
|
||||||
|
|
||||||
SENT_TO_CUSTOMER: _('Sent to customer'),
|
SENT_TO_CUSTOMER: _('Sent to customer'),
|
||||||
RETURNED_FROM_CUSTOMER: _('Returned from customer'),
|
RETURNED_FROM_CUSTOMER: _('Returned from customer'),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user