This commit is contained in:
@@ -344,11 +344,12 @@ CURRENTLY DOING: labors
|
||||
|
||||
|
||||
todo: test - Double check it correctly sets response time (complete by date) on NEW workorder as well as existing on change
|
||||
if Gold then should be 24 hours from setting to gold
|
||||
if silver then should be 48 hours from setting to silver
|
||||
.if Gold then should be 24 hours from setting to gold
|
||||
.if silver then should be 48 hours from setting to silver
|
||||
if bronze should take global default
|
||||
if none should take global default
|
||||
if global default is changed new wo should take it
|
||||
if pre-set to a completed by date on a *new* workorder then no contract or global default should override that on first save
|
||||
|
||||
|
||||
|
||||
@@ -423,6 +424,9 @@ todo: Need a preset default for the workorder customization, right now it's just
|
||||
todo: is it really feasible to duplicate a workorder? What about all the side effects?
|
||||
maybe if not actually saved yet just returned as copy??
|
||||
|
||||
todo: should be able to create a new workorder for a customer from that customers menu (same with other objects that have an identifiable customer)
|
||||
this was in v7
|
||||
|
||||
OVERALL
|
||||
|
||||
- then full in front end and flow out to back end as required, remove any backend that was a defunct evolutionary path so no cruft left around
|
||||
|
||||
@@ -522,7 +522,7 @@ export default {
|
||||
name: "workorder-edit",
|
||||
params: {
|
||||
recordid: vm.obj.id
|
||||
// ,obj: vm.obj // Pass data object to new form
|
||||
// ,obj: vm.obj // Do NOT Pass data object to new form as normal because for a workorder, it's not a full and complete record at this end
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user