mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
PO Line Item Improvements (#340)
* Refactor thumbnail image * Add paginated list of purchase order line items * Refactor getBody() function - No longer "have" to specify - Can use getTiles for a simpler interface * Add detail widget for polineitem * add pricing info * Receive line items via action button * tweak color * update release notes * linting fixes
This commit is contained in:
@ -274,6 +274,9 @@
|
||||
"editItem": "Edit Stock Item",
|
||||
"@editItem": {},
|
||||
|
||||
"editLineItem": "Edit Line Item",
|
||||
"@editLineItem": {},
|
||||
|
||||
"enterPassword": "Enter password",
|
||||
"@enterPassword": {},
|
||||
|
||||
@ -534,6 +537,9 @@
|
||||
"lineItems": "Line Items",
|
||||
"@lineItems": {},
|
||||
|
||||
"lineItemUpdated": "Line item updated",
|
||||
"@lineItemUpdated": {},
|
||||
|
||||
"locateItem": "Locate stock item",
|
||||
"@locateItem": {},
|
||||
|
||||
@ -612,7 +618,7 @@
|
||||
"outstanding": "Outstanding",
|
||||
"@outstanding": {},
|
||||
|
||||
"outstandingOrderDetail": "Show outstanding orders",
|
||||
"outstandingOrderDetail": "Show outstanding items",
|
||||
"@outstandingOrderDetail": {},
|
||||
|
||||
"packaging": "Packaging",
|
||||
@ -797,9 +803,6 @@
|
||||
"quantityPositive": "Quantity must be positive",
|
||||
"@quantityPositive": {},
|
||||
|
||||
"quarantined": "Quarantined",
|
||||
"@quarantined": {},
|
||||
|
||||
"queryEmpty": "Enter search query",
|
||||
"@queryEmpty": {},
|
||||
|
||||
@ -809,6 +812,9 @@
|
||||
"received": "Received",
|
||||
"@received": {},
|
||||
|
||||
"receivedFilterDetail": "Show received items",
|
||||
"@receivedFilterDetail": {},
|
||||
|
||||
"receiveItem": "Receive Item",
|
||||
"@receiveItem": {},
|
||||
|
||||
@ -1038,6 +1044,9 @@
|
||||
"serverNotSelected": "Server not selected",
|
||||
"@serverNotSelected": {},
|
||||
|
||||
"sku": "SKU",
|
||||
"@sku": {},
|
||||
|
||||
"sounds": "Sounds",
|
||||
"@sounds": {},
|
||||
|
||||
@ -1256,6 +1265,9 @@
|
||||
"translateHelp": "Help translate the InvenTree app",
|
||||
"@translateHelp": {},
|
||||
|
||||
"unitPrice": "Unit Price",
|
||||
"@unitPrice": {},
|
||||
|
||||
"units": "Units",
|
||||
"@units": {},
|
||||
|
||||
|
Reference in New Issue
Block a user