WIP on invoice enter modal.
This commit is contained in:
@@ -145,18 +145,24 @@
|
||||
}
|
||||
},
|
||||
"invoices": {
|
||||
"actions": {
|
||||
"receive": "Receive Part"
|
||||
},
|
||||
"errors": {
|
||||
"invalidro": "Not a valid RO.",
|
||||
"invalidvendor": "Not a valid vendor."
|
||||
"invalidvendor": "Not a valid vendor.",
|
||||
"validation": "Please ensure all fields are entered correctly. "
|
||||
},
|
||||
"fields": {
|
||||
"date": "Invoice Date",
|
||||
"invoice_number": "Invoice Number",
|
||||
"is_credit_memo": "Credit Memo?",
|
||||
"ro_number": "RO Number",
|
||||
"total": "Invoice Total",
|
||||
"vendor": "Vendor"
|
||||
},
|
||||
"labels": {
|
||||
"actions": "Actions",
|
||||
"new": "New Invoice"
|
||||
}
|
||||
},
|
||||
@@ -177,6 +183,7 @@
|
||||
"mod_lbr_ty": "Labor Type",
|
||||
"oem_partno": "OEM Part #",
|
||||
"op_code_desc": "Operation Code Description",
|
||||
"part_qty": "Quantity",
|
||||
"part_type": "Part Type",
|
||||
"status": "Status",
|
||||
"unq_seq": "Seq #"
|
||||
|
||||
@@ -145,18 +145,24 @@
|
||||
}
|
||||
},
|
||||
"invoices": {
|
||||
"actions": {
|
||||
"receive": ""
|
||||
},
|
||||
"errors": {
|
||||
"invalidro": "",
|
||||
"invalidvendor": ""
|
||||
"invalidvendor": "",
|
||||
"validation": ""
|
||||
},
|
||||
"fields": {
|
||||
"date": "",
|
||||
"invoice_number": "",
|
||||
"is_credit_memo": "",
|
||||
"ro_number": "",
|
||||
"total": "",
|
||||
"vendor": ""
|
||||
},
|
||||
"labels": {
|
||||
"actions": "",
|
||||
"new": ""
|
||||
}
|
||||
},
|
||||
@@ -177,6 +183,7 @@
|
||||
"mod_lbr_ty": "Tipo de trabajo",
|
||||
"oem_partno": "OEM parte #",
|
||||
"op_code_desc": "",
|
||||
"part_qty": "",
|
||||
"part_type": "Tipo de parte",
|
||||
"status": "Estado",
|
||||
"unq_seq": "Seq #"
|
||||
|
||||
@@ -145,18 +145,24 @@
|
||||
}
|
||||
},
|
||||
"invoices": {
|
||||
"actions": {
|
||||
"receive": ""
|
||||
},
|
||||
"errors": {
|
||||
"invalidro": "",
|
||||
"invalidvendor": ""
|
||||
"invalidvendor": "",
|
||||
"validation": ""
|
||||
},
|
||||
"fields": {
|
||||
"date": "",
|
||||
"invoice_number": "",
|
||||
"is_credit_memo": "",
|
||||
"ro_number": "",
|
||||
"total": "",
|
||||
"vendor": ""
|
||||
},
|
||||
"labels": {
|
||||
"actions": "",
|
||||
"new": ""
|
||||
}
|
||||
},
|
||||
@@ -177,6 +183,7 @@
|
||||
"mod_lbr_ty": "Type de travail",
|
||||
"oem_partno": "Pièce OEM #",
|
||||
"op_code_desc": "",
|
||||
"part_qty": "",
|
||||
"part_type": "Type de pièce",
|
||||
"status": "Statut",
|
||||
"unq_seq": "Seq #"
|
||||
|
||||
Reference in New Issue
Block a user