UI fields for cost center

This commit is contained in:
2026-02-25 13:03:04 +05:30
parent 5eea0d38cc
commit 714702015c
14 changed files with 188 additions and 8 deletions

View File

@@ -252,6 +252,8 @@
"location_hint": "e.g., Downtown Restaurant",
"address_label": "Address",
"address_hint": "Full address",
"cost_center_label": "Cost Center",
"cost_center_hint": "eg: 1001, 1002",
"create_button": "Create Hub"
},
"edit_hub": {
@@ -261,6 +263,8 @@
"name_hint": "e.g., Main Kitchen, Front Desk",
"address_label": "Address",
"address_hint": "Full address",
"cost_center_label": "Cost Center",
"cost_center_hint": "eg: 1001, 1002",
"save_button": "Save Changes",
"success": "Hub updated successfully!"
},
@@ -270,6 +274,8 @@
"address_label": "Address",
"nfc_label": "NFC Tag",
"nfc_not_assigned": "Not Assigned",
"cost_center_label": "Cost Center",
"cost_center_none": "Not Assigned",
"edit_button": "Edit Hub"
},
"nfc_dialog": {

View File

@@ -252,6 +252,8 @@
"location_hint": "ej., Restaurante Centro",
"address_label": "Direcci\u00f3n",
"address_hint": "Direcci\u00f3n completa",
"cost_center_label": "Centro de Costos",
"cost_center_hint": "ej: 1001, 1002",
"create_button": "Crear Hub"
},
"nfc_dialog": {
@@ -276,6 +278,8 @@
"name_hint": "Ingresar nombre del hub",
"address_label": "Direcci\u00f3n",
"address_hint": "Ingresar direcci\u00f3n",
"cost_center_label": "Centro de Costos",
"cost_center_hint": "ej: 1001, 1002",
"save_button": "Guardar Cambios",
"success": "\u00a1Hub actualizado exitosamente!"
},
@@ -285,7 +289,9 @@
"name_label": "Nombre del Hub",
"address_label": "Direcci\u00f3n",
"nfc_label": "Etiqueta NFC",
"nfc_not_assigned": "No asignada"
"nfc_not_assigned": "No asignada",
"cost_center_label": "Centro de Costos",
"cost_center_none": "No asignado"
}
},
"client_create_order": {