Ability to delete non-exported payment IO-559

This commit is contained in:
Patrick Fic
2021-01-21 15:57:42 -08:00
parent 2117896410
commit 3836750fb3
13 changed files with 195 additions and 10 deletions

View File

@@ -112,7 +112,8 @@
"return": "Return Items"
},
"errors": {
"creating": "Error adding bill.",
"creating": "Error adding bill. {{error}}",
"deleting": "Error deleting bill. {{error}}",
"exporting": "Error exporting payable(s). {{error}}",
"exporting-partner": "Unable to connect to ImEX Partner. Please ensure it is running and logged in.",
"invalidro": "Not a valid RO.",
@@ -154,7 +155,8 @@
"subtotal": "Subtotal"
},
"successes": {
"created": "Invoice added successfully."
"created": "Invoice added successfully.",
"deleted": "Bill deleted successfully."
},
"validation": {
"unique_invoice_number": "This invoice number has already been entered for this vendor."

View File

@@ -113,6 +113,7 @@
},
"errors": {
"creating": "",
"deleting": "",
"exporting": "",
"exporting-partner": "",
"invalidro": "",
@@ -154,7 +155,8 @@
"subtotal": ""
},
"successes": {
"created": ""
"created": "",
"deleted": ""
},
"validation": {
"unique_invoice_number": ""

View File

@@ -113,6 +113,7 @@
},
"errors": {
"creating": "",
"deleting": "",
"exporting": "",
"exporting-partner": "",
"invalidro": "",
@@ -154,7 +155,8 @@
"subtotal": ""
},
"successes": {
"created": ""
"created": "",
"deleted": ""
},
"validation": {
"unique_invoice_number": ""