This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -680,7 +680,7 @@ function generateMenu(vm) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "CustomerServiceRequestAcceptToNew",
|
||||
icon: null,
|
||||
key: FORM_KEY + ":acceptssssnew",
|
||||
key: FORM_KEY + ":acceptnew",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user