This commit is contained in:
@@ -47,6 +47,8 @@ TODO CLIENT STUFF
|
|||||||
- https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3494
|
- https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3494
|
||||||
- UI:GENERAL:LAYOUT: - All layout, not just workorder needs to be modular and optional sections with simple starting view.
|
- UI:GENERAL:LAYOUT: - All layout, not just workorder needs to be modular and optional sections with simple starting view.
|
||||||
|
|
||||||
|
- MISC
|
||||||
|
- Search area seems to take up too much space
|
||||||
|
|
||||||
- SERVER CHANGE USEROPTIONS SETTINGS NEEDED:
|
- SERVER CHANGE USEROPTIONS SETTINGS NEEDED:
|
||||||
- Best to do this useroptions stuff after a form is in place that I can play with at the client and experiment to see what is possible
|
- Best to do this useroptions stuff after a form is in place that I can play with at the client and experiment to see what is possible
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-alpha.1",
|
version: "8.0.0-alpha.2",
|
||||||
copyright:
|
copyright:
|
||||||
"Copyright © 1999-2018, Ground Zero Tech-Works Inc. All Rights Reserved"
|
"Copyright © 1999-2019, Ground Zero Tech-Works Inc. All Rights Reserved"
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -60,10 +60,10 @@ export default {
|
|||||||
ltKeysRequired: [
|
ltKeysRequired: [
|
||||||
"Widget",
|
"Widget",
|
||||||
"WidgetList",
|
"WidgetList",
|
||||||
"CommonName",
|
"WidgetName",
|
||||||
"WidgetSerial",
|
"WidgetSerial",
|
||||||
"WidgetDollarAmount",
|
"WidgetDollarAmount",
|
||||||
"CommonActive",
|
"Active",
|
||||||
"WidgetRoles",
|
"WidgetRoles",
|
||||||
"WidgetStartDate",
|
"WidgetStartDate",
|
||||||
"WidgetEndDate",
|
"WidgetEndDate",
|
||||||
@@ -88,12 +88,12 @@ export default {
|
|||||||
rowsPerPageText: "blah per blah",
|
rowsPerPageText: "blah per blah",
|
||||||
headers: [
|
headers: [
|
||||||
{
|
{
|
||||||
text: this.lt("CommonName"),
|
text: this.lt("WidgetName"),
|
||||||
value: "name"
|
value: "name"
|
||||||
},
|
},
|
||||||
{ text: this.lt("WidgetSerial"), value: "serial" },
|
{ text: this.lt("WidgetSerial"), value: "serial" },
|
||||||
{ text: this.lt("WidgetDollarAmount"), value: "dollarAmount" },
|
{ text: this.lt("WidgetDollarAmount"), value: "dollarAmount" },
|
||||||
{ text: this.lt("CommonActive"), value: "active" },
|
{ text: this.lt("Active"), value: "active" },
|
||||||
{ text: this.lt("WidgetRoles"), value: "roles" },
|
{ text: this.lt("WidgetRoles"), value: "roles" },
|
||||||
{ text: this.lt("WidgetStartDate"), value: "startDate" },
|
{ text: this.lt("WidgetStartDate"), value: "startDate" },
|
||||||
{ text: this.lt("WidgetEndDate"), value: "endDate" }
|
{ text: this.lt("WidgetEndDate"), value: "endDate" }
|
||||||
|
|||||||
Reference in New Issue
Block a user