mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Add new CONVERTED_TO_VARIANT tracking code
This commit is contained in:
		| @@ -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'), | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user