Started modifying chart components. Removed chartjs and added Nivo. Fixed signout functionality.

This commit is contained in:
Patrick Fic
2020-03-03 13:29:08 -08:00
parent cb0b5c552c
commit 64595664c9
12 changed files with 354 additions and 52 deletions

View File

@@ -167,6 +167,7 @@
"receive": "Receive Part"
},
"errors": {
"creating": "Error adding invoice.",
"invalidro": "Not a valid RO.",
"invalidvendor": "Not a valid vendor.",
"validation": "Please ensure all fields are entered correctly. "
@@ -182,6 +183,9 @@
"labels": {
"actions": "Actions",
"new": "New Invoice"
},
"successes": {
"creating": "Invoice added successfully."
}
},
"joblines": {

View File

@@ -167,6 +167,7 @@
"receive": ""
},
"errors": {
"creating": "",
"invalidro": "",
"invalidvendor": "",
"validation": ""
@@ -182,6 +183,9 @@
"labels": {
"actions": "",
"new": ""
},
"successes": {
"creating": ""
}
},
"joblines": {

View File

@@ -167,6 +167,7 @@
"receive": ""
},
"errors": {
"creating": "",
"invalidro": "",
"invalidvendor": "",
"validation": ""
@@ -182,6 +183,9 @@
"labels": {
"actions": "",
"new": ""
},
"successes": {
"creating": ""
}
},
"joblines": {