Improve the UI and tests
This commit is contained in:
@@ -12,6 +12,16 @@
|
||||
"title": "Add Inventory",
|
||||
"inventoryDetails": "Inventory Item Details",
|
||||
"fillRequiredInfo": "Fill in the required information to create an inventory item",
|
||||
"summary": "Summary",
|
||||
"steps": {
|
||||
"productType": "Product Type",
|
||||
"basicInfo": "Basic Information",
|
||||
"stockConfig": "Stock Configuration"
|
||||
},
|
||||
"typeDescriptions": {
|
||||
"ingredient": "Raw materials and ingredients used in recipes",
|
||||
"finished_product": "Final products ready for sale or consumption"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Name",
|
||||
"namePlaceholder": "E.g., All-Purpose Flour, Sourdough Bread",
|
||||
@@ -81,6 +91,11 @@
|
||||
"basicInformation": "Basic Information",
|
||||
"advancedOptions": "Advanced Options",
|
||||
"advancedOptionsDescription": "Optional fields for comprehensive inventory management",
|
||||
"additionalInformationDescription": "Optional product identifiers",
|
||||
"additionalDetails": "Additional Details",
|
||||
"additionalDetailsDescription": "Optional product details",
|
||||
"advancedStockSettings": "Advanced Stock Settings",
|
||||
"advancedStockSettingsDescription": "Configure inventory thresholds and reorder points",
|
||||
"pricingInformation": "Pricing Information",
|
||||
"inventoryManagement": "Inventory Management",
|
||||
"productInformation": "Product Information",
|
||||
|
||||
Reference in New Issue
Block a user