feature/tipo-operacion-invoice

This commit is contained in:
2026-04-24 07:09:28 -06:00
parent 6329e8e82f
commit 43caaeffd3
8 changed files with 121 additions and 87 deletions

View File

@@ -193,6 +193,18 @@
"title": "Invoices",
"description": "Manage system invoices"
},
"titles": {
"base": "INVOICE CATALOG",
"import": "IMPORT",
"export": "EXPORT",
"import_temporal": "TEMPORARY IMPORT",
"import_definitive": "DEFINITIVE IMPORT",
"import_mexican": "MEXICAN PURCHASES",
"import_regime_change": "REGIME CHANGE AND REGULARIZATION",
"import_repair": "IMPORT REPAIR",
"export_definitive": "DEFINITIVE EXIT",
"export_repair": "REPAIR"
},
"filters": {
"operation_label": "Operation Type",
"operation_all_option": "Operation: All",

View File

@@ -192,6 +192,18 @@
"title": "Facturas",
"description": "Gestiona las facturas del sistema"
},
"titles": {
"base": "CATALOGO DE FACTURAS",
"import": "DE IMPORTACION",
"export": "DE EXPORTACION",
"import_temporal": "DE IMPORTACION TEMPORAL",
"import_definitive": "DE IMPORTACION DEFINITIVA",
"import_mexican": "DE COMPRAS MEXICANAS",
"import_regime_change": "DE CAMBIO DE REGIMEN Y REGULARIZACION",
"import_repair": "DE IMPO. DE REPARACION",
"export_definitive": "DE SALIDA DEFINITIVA",
"export_repair": "DE REPARACION"
},
"filters": {
"operation_label": "Tipo de Operacion",
"operation_all_option": "Operacion: Todas",