This commit is contained in:
2021-07-12 19:28:18 +00:00
parent 5cbc6516e1
commit dfe16ac70f
2 changed files with 1 additions and 10 deletions

View File

@@ -250,6 +250,7 @@ todo: cypress testing for load testing etc
## SERVER MISC ITEMS ## SERVER MISC ITEMS
todo: seeder is putting customer users in as techs in sample workorders (on scheduled user for sure at least) todo: seeder is putting customer users in as techs in sample workorders (on scheduled user for sure at least)
todo: seeder customer and head office accounts now login show "No features have been enabled for your account"
todo: notify on server boot?? (general notify to admin user or whatever?) todo: notify on server boot?? (general notify to admin user or whatever?)
or on shutdown? or on shutdown?
@@ -420,15 +421,6 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: CURRENTLY DOING:
todo 1: "DispatchFull" and "DispatchLimited" roles MUST be renamed to "ServiceFull" and "ServiceLimited" to match other roles and intent
dispatch is a subset of a service manager job
Rename at both ends and all translations and docs as well.
todo 2: New wo link from related objects like Customer, Unit etc replicates v7 feature from grid
todo 1: reporting - need to add pre-caching code (for the few ENUM lists there are) and populate *Viz throughout graph to workorder before testing printing code.
todo 2: biz rules todo 2: biz rules
Go over v7 rules for each level and object and mirror to v8 plus new Go over v7 rules for each level and object and mirror to v8 plus new
like date precedence etc like date precedence etc

View File

@@ -294,7 +294,6 @@ async function fetchTranslatedText(vm) {
"User", "User",
"Browser", "Browser",
"LanguageCode", "LanguageCode",
"TimeZone",
"CurrencyCode" "CurrencyCode"
]); ]);
} }