Added dashboard framework. Components are not yet created nor is the query finalized. BOD-79

Missed in previous commit. BOD-79
This commit is contained in:
Patrick Fic
2020-07-14 15:21:38 -07:00
parent e91751e20c
commit 2eb8360f5d
28 changed files with 753 additions and 85 deletions

View File

@@ -305,6 +305,20 @@
"submittedsub": "Your input is highly appreciated."
}
},
"dashboard": {
"actions": {
"addcomponent": "Add Component"
},
"errors": {
"updatinglayout": "Error saving updated layout {{message}}"
},
"titles": {
"monthlyrevenuegraph": "Monthly Revenue Graph",
"productiondollars": "Total dollars in production",
"productionhours": "Total hours in production",
"projectedmonthlysales": "Projected Monthly Sales"
}
},
"documents": {
"actions": {
"delete": "Delete Selected Documents",

View File

@@ -305,6 +305,20 @@
"submittedsub": ""
}
},
"dashboard": {
"actions": {
"addcomponent": ""
},
"errors": {
"updatinglayout": ""
},
"titles": {
"monthlyrevenuegraph": "",
"productiondollars": "",
"productionhours": "",
"projectedmonthlysales": ""
}
},
"documents": {
"actions": {
"delete": "",

View File

@@ -305,6 +305,20 @@
"submittedsub": ""
}
},
"dashboard": {
"actions": {
"addcomponent": ""
},
"errors": {
"updatinglayout": ""
},
"titles": {
"monthlyrevenuegraph": "",
"productiondollars": "",
"productionhours": "",
"projectedmonthlysales": ""
}
},
"documents": {
"actions": {
"delete": "",