Improve the frontend modals

This commit is contained in:
Urtzi Alfaro
2025-10-27 16:33:26 +01:00
parent 61376b7a9f
commit 858d985c92
143 changed files with 9289 additions and 2306 deletions

View File

@@ -1,49 +1,118 @@
{
"product_type": {
"raw_material": "Raw Material",
"intermediate": "Intermediate Product",
"finished_product": "Finished Product",
"packaging": "Packaging"
"title": "Inventory Management",
"subtitle": "Manage stock, costs, batches and ingredient alerts",
"fields": {
"name": "Name",
"sku": "SKU Code",
"barcode": "Barcode",
"brand": "Brand",
"category": "Category",
"current_stock": "Current Stock",
"min_stock": "Minimum Stock",
"max_stock": "Maximum Stock",
"unit": "Unit",
"cost": "Cost",
"price": "Price",
"supplier": "Supplier",
"last_restocked": "Last Restocked",
"expiration_date": "Expiration Date",
"batch_number": "Batch Number",
"lot_number": "Lot Number",
"supplier_batch_ref": "Supplier Ref.",
"location": "Location",
"description": "Description",
"notes": "Notes",
"package_size": "Package Size",
"average_cost": "Average Cost",
"standard_cost": "Standard Cost",
"unit_cost": "Unit Cost",
"low_stock_threshold": "Low Stock Threshold",
"reorder_point": "Reorder Point",
"reorder_quantity": "Reorder Quantity",
"max_stock_level": "Maximum Stock",
"shelf_life_days": "Shelf Life Days",
"is_perishable": "Is Perishable?",
"costs_and_pricing": "Costs and Pricing",
"reserved_quantity": "Reserved Quantity",
"available_quantity": "Available Quantity",
"received_date": "Received Date",
"best_before_date": "Best Before",
"warehouse_zone": "Warehouse Zone",
"shelf_position": "Shelf Position",
"quality_status": "Quality Status",
"storage_instructions": "Storage Instructions",
"transformation_reference": "Transformation Reference",
"original_expiration_date": "Original Expiration",
"transformation_date": "Transformation Date",
"final_expiration_date": "Final Expiration"
},
"production_stage": {
"raw": "Raw",
"in_process": "In Process",
"finished": "Finished",
"packaged": "Packaged"
"sections": {
"purchase_costs": "Purchase Costs",
"stock_management": "Stock Management"
},
"unit_of_measure": {
"kg": "Kilograms",
"g": "Grams",
"l": "Liters",
"ml": "Milliliters",
"pieces": "Pieces",
"units": "Units",
"portions": "Portions"
"help": {
"standard_cost": "Target cost for budgeting and variance analysis",
"average_cost": "Automatically calculated from weighted average of purchases"
},
"ingredient_category": {
"flour": "Flour",
"dairy": "Dairy",
"eggs": "Eggs",
"fats": "Fats",
"sugar": "Sugar",
"yeast": "Yeast",
"spices": "Spices",
"other": "Other"
},
"product_category": {
"bread": "Bread",
"pastry": "Pastry",
"cake": "Cake",
"cookie": "Cookie",
"salted": "Salted",
"other": "Other"
},
"stock_movement_type": {
"purchase": "Purchase",
"production": "Production",
"sale": "Sale",
"adjustment": "Adjustment",
"waste": "Waste",
"transfer": "Transfer"
"enums": {
"product_type": {
"ingredient": "Ingredient",
"finished_product": "Finished Product"
},
"production_stage": {
"raw_ingredient": "Raw Ingredient",
"par_baked": "Par-Baked",
"fully_baked": "Fully Baked",
"prepared_dough": "Prepared Dough",
"frozen_product": "Frozen Product"
},
"unit_of_measure": {
"kg": "Kilograms",
"g": "Grams",
"l": "Liters",
"ml": "Milliliters",
"units": "Units",
"pcs": "Pieces",
"pkg": "Packages",
"bags": "Bags",
"boxes": "Boxes"
},
"ingredient_category": {
"flour": "Flour",
"yeast": "Yeast",
"dairy": "Dairy",
"eggs": "Eggs",
"sugar": "Sugar",
"fats": "Fats",
"salt": "Salt",
"spices": "Spices",
"additives": "Additives",
"packaging": "Packaging",
"cleaning": "Cleaning",
"other": "Other"
},
"product_category": {
"bread": "Bread",
"croissants": "Croissants",
"pastries": "Pastries",
"cakes": "Cakes",
"cookies": "Cookies",
"muffins": "Muffins",
"sandwiches": "Sandwiches",
"seasonal": "Seasonal",
"beverages": "Beverages",
"other_products": "Other Products"
},
"stock_movement_type": {
"PURCHASE": "Purchase",
"PRODUCTION_USE": "Production Use",
"TRANSFORMATION": "Transformation",
"ADJUSTMENT": "Adjustment",
"WASTE": "Waste",
"TRANSFER": "Transfer",
"RETURN": "Return",
"INITIAL_STOCK": "Initial Stock",
"OTHER": "Other"
}
}
}