This commit is contained in:
2021-01-07 20:08:25 +00:00
parent 7a9df51de1
commit 11edc845f1
2 changed files with 8 additions and 2 deletions

View File

@@ -89,7 +89,13 @@ todo: DOC ENTRY (or is this defensive for no reason?)
CURRENTLY DOING:
CustomerServiceRequest
CustomerServiceRequest
Front inside form
needs acceptnew, reject, acceptexisting working and fleshed out
needs restrictions on field edits and readonly once accepted or not open anyway
needs top read only Client:ssss, Created:xxx, Status: xxx section displayed
Needs report print test
TWO UI's one for inside user and one for outside users
UI form make sure once accepted can't be changed to not accepted, it's one way trip

View File

@@ -680,7 +680,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({
title: "CustomerServiceRequestAcceptToNew",
icon: null,
key: FORM_KEY + ":acceptssssnew",
key: FORM_KEY + ":acceptnew",
vm: vm
});