2025-11-15 21:21:06 +01:00
|
|
|
{
|
|
|
|
|
"purchase_order": "Purchase Order",
|
|
|
|
|
"purchase_orders": "Purchase Orders",
|
|
|
|
|
"created": "Created",
|
|
|
|
|
"supplier": "Supplier",
|
2025-11-18 11:59:23 +01:00
|
|
|
"supplier_name": "Supplier Name",
|
2025-11-15 21:21:06 +01:00
|
|
|
"order_date": "Order Date",
|
|
|
|
|
"expected_delivery": "Expected Delivery",
|
|
|
|
|
"items": "Items",
|
|
|
|
|
"no_items": "No items in this order",
|
|
|
|
|
"notes": "Notes",
|
2025-11-18 11:59:23 +01:00
|
|
|
"order_notes": "Order Notes",
|
2025-11-15 21:21:06 +01:00
|
|
|
"not_found": "Purchase order not found",
|
|
|
|
|
"total_amount": "Total Amount",
|
2025-11-18 11:59:23 +01:00
|
|
|
"general_information": "General Information",
|
|
|
|
|
"financial_summary": "Financial Summary",
|
|
|
|
|
"dates": "Dates",
|
|
|
|
|
"po_number": "PO Number",
|
|
|
|
|
"status_label": "Status",
|
|
|
|
|
"quantity": "Quantity",
|
|
|
|
|
"unit_price": "Unit Price",
|
|
|
|
|
"quality_requirements": "Quality Requirements",
|
|
|
|
|
"total": "Total",
|
|
|
|
|
"priority": "Priority",
|
|
|
|
|
"required_delivery_date": "Required Delivery Date",
|
|
|
|
|
"supplier_info": "Supplier Information",
|
|
|
|
|
"order_details": "Order Details",
|
|
|
|
|
"products": "Products",
|
|
|
|
|
"modify_order": "Modify Purchase Order",
|
|
|
|
|
"modifying_order": "Modifying Order",
|
|
|
|
|
"supplier_cannot_modify": "Supplier cannot be modified",
|
|
|
|
|
"adjust_priority": "Adjust the priority of this order",
|
|
|
|
|
"delivery_deadline": "Delivery deadline",
|
|
|
|
|
"special_instructions": "Special instructions for supplier...",
|
|
|
|
|
"additional_info": "Additional information or special instructions",
|
|
|
|
|
"product": "Product",
|
|
|
|
|
"sku": "SKU",
|
|
|
|
|
"ordered_quantity": "Ordered Quantity",
|
|
|
|
|
"unit": "Unit",
|
|
|
|
|
"unit_price_euro": "Unit Price (€)",
|
|
|
|
|
"add_product": "Add Product",
|
|
|
|
|
"modify_quantities": "Modify quantities, units and prices as needed",
|
|
|
|
|
"at_least_one_product": "Please add at least one product",
|
|
|
|
|
"quantities_greater_zero": "All quantities must be greater than 0",
|
|
|
|
|
"products_need_names": "All products must have a name",
|
|
|
|
|
"priority_urgent": "Urgent",
|
|
|
|
|
"priority_high": "High",
|
|
|
|
|
"priority_normal": "Normal",
|
|
|
|
|
"priority_low": "Low",
|
|
|
|
|
"unit_kg": "Kilograms",
|
|
|
|
|
"unit_g": "Grams",
|
|
|
|
|
"unit_l": "Liters",
|
|
|
|
|
"unit_ml": "Milliliters",
|
|
|
|
|
"unit_units": "Units",
|
|
|
|
|
"unit_boxes": "Boxes",
|
|
|
|
|
"unit_bags": "Bags",
|
2025-11-15 21:21:06 +01:00
|
|
|
"status": {
|
|
|
|
|
"draft": "Draft",
|
|
|
|
|
"pending_approval": "Pending Approval",
|
|
|
|
|
"approved": "Approved",
|
|
|
|
|
"sent": "Sent",
|
|
|
|
|
"partially_received": "Partially Received",
|
|
|
|
|
"received": "Received",
|
|
|
|
|
"cancelled": "Cancelled"
|
|
|
|
|
},
|
|
|
|
|
"details": {
|
|
|
|
|
"title": "Purchase Order Details",
|
|
|
|
|
"quick_view": "Quick Order View",
|
|
|
|
|
"summary": "Summary",
|
|
|
|
|
"supplier_info": "Supplier Information",
|
|
|
|
|
"delivery_info": "Delivery Information",
|
|
|
|
|
"order_items": "Order Items",
|
|
|
|
|
"additional_notes": "Additional Notes"
|
|
|
|
|
},
|
|
|
|
|
"actions": {
|
|
|
|
|
"approve": "Approve Order",
|
|
|
|
|
"modify": "Modify Order",
|
2025-11-18 11:59:23 +01:00
|
|
|
"close": "Close",
|
|
|
|
|
"save": "Save Changes",
|
|
|
|
|
"cancel": "Cancel"
|
2025-11-15 21:21:06 +01:00
|
|
|
}
|
|
|
|
|
}
|