This commit is contained in:
2021-07-30 18:09:36 +00:00
parent 758bd22e3e
commit f5f3578bce
2 changed files with 10 additions and 3 deletions

View File

@@ -108,6 +108,8 @@ todo:1 workorders - need to set billing and service address from customers on mi
## CLIENT MISC ITEMS ## CLIENT MISC ITEMS
- 1 Can't mass delete work orders, jobs log says not authorized?
-3 case 3864 Joyce misc item - Layout improvement: -3 case 3864 Joyce misc item - Layout improvement:
Summary (workorder overall) - looks like now can enter unlimited amount of text..... BUT if only using for four or five words, its still showing ALL this blank space across the entire screen Summary (workorder overall) - looks like now can enter unlimited amount of text..... BUT if only using for four or five words, its still showing ALL this blank space across the entire screen
Tags - takes up entire row even though none or only one tag. Tags - takes up entire row even though none or only one tag.
@@ -507,7 +509,12 @@ todo:2 many biz objects are not using new PUT methodology
######################################################################################################################## ########################################################################################################################
CURRENTLY DOING: PM stuff biz rules / sanity checks CURRENTLY DOING: bizobjectfactory security improvements
to test:
Import (admin->import object) make sure it works, should work for bizadmin user only
PM stuff biz rules / sanity checks
Add back end rules as necessary for quotes and PM's Add back end rules as necessary for quotes and PM's

View File

@@ -48,8 +48,8 @@
const FORM_KEY = "adm-import"; const FORM_KEY = "adm-import";
export default { export default {
async created() { async created() {
//NOTE: chose this because there is no general import but report covers bizadmin and bizadminrestricted //NOTE:Global is what is checked for initialize to show this form and at server to allow import
this.rights = window.$gz.role.getRights(window.$gz.type.Report); this.rights = window.$gz.role.getRights(window.$gz.type.Global);
window.$gz.eventBus.$on("menu-click", clickHandler); window.$gz.eventBus.$on("menu-click", clickHandler);
await fetchTranslatedText(this); await fetchTranslatedText(this);
await populateSelectionLists(this); await populateSelectionLists(this);