This commit is contained in:
@@ -341,6 +341,15 @@ todo: many biz objects are not using new PUT methodology
|
|||||||
|
|
||||||
CURRENTLY DOING: labors
|
CURRENTLY DOING: labors
|
||||||
|
|
||||||
|
todo: PUT SHOULD UPDATE IF VIZ (work order alert notes isue)
|
||||||
|
when update header (put) doesn't return populated viz alert notes as it should
|
||||||
|
I'm guessing this also should return the entire object to resolve this issue
|
||||||
|
probably every save of every bit should return that object, particularly if it has any populate viz fields
|
||||||
|
Test by changing customer or contract and save should show new alert notes
|
||||||
|
(same as done in svc-workorder.vue line 947 with labor, replicate that shit everywhere)
|
||||||
|
|
||||||
|
CHANGED PUT ITEMS: expenses, workorder header, loans,outsideservice,parts, scheduledusers
|
||||||
|
|
||||||
todo: check contract expiry for applying!!
|
todo: check contract expiry for applying!!
|
||||||
|
|
||||||
todo: Test back end correctly sets contract on new wo and correctly sets response time (complete by date) on NEW workorder
|
todo: Test back end correctly sets contract on new wo and correctly sets response time (complete by date) on NEW workorder
|
||||||
@@ -349,12 +358,7 @@ CURRENTLY DOING: labors
|
|||||||
todo: Server new wo auto contract resolution code,
|
todo: Server new wo auto contract resolution code,
|
||||||
if NEW record and contractid already set then use that otherwise find effective one and set (only way it's set automatically)
|
if NEW record and contractid already set then use that otherwise find effective one and set (only way it's set automatically)
|
||||||
|
|
||||||
todo: PUT SHOULD UPDATE IF VIZ (work order alert notes isue)
|
|
||||||
when update header (put) doesn't return populated viz alert notes as it should
|
|
||||||
I'm guessing this also should return the entire object to resolve this issue
|
|
||||||
probably every save of every bit should return that object, particularly if it has any populate viz fields
|
|
||||||
Test by changing customer or contract and save should show new alert notes
|
|
||||||
(same as done in svc-workorder.vue line 947 with labor, replicate that shit everywhere)
|
|
||||||
|
|
||||||
todo: replicate labor save code at front and back to the other contracted objects
|
todo: replicate labor save code at front and back to the other contracted objects
|
||||||
- return full object, update accordingly
|
- return full object, update accordingly
|
||||||
@@ -445,7 +449,7 @@ todo: remember, some users should not even have data sent from the server / scru
|
|||||||
workorder will have to handle that as necessary and expect sometimes data is not forthcoming
|
workorder will have to handle that as necessary and expect sometimes data is not forthcoming
|
||||||
system to handle contractor who isn't supposed to see costs it's easy to hide them in the ui but they must
|
system to handle contractor who isn't supposed to see costs it's easy to hide them in the ui but they must
|
||||||
not be sent over the wire either otherwise any savvy person could just view the prices and costs easily by going to developer mode and watching the traffic
|
not be sent over the wire either otherwise any savvy person could just view the prices and costs easily by going to developer mode and watching the traffic
|
||||||
|
|
||||||
todo: make sure all rules are mirrored at both ends (like date precedence etc)
|
todo: make sure all rules are mirrored at both ends (like date precedence etc)
|
||||||
todo: signature: report helper display signature and form ui control to capture /display signature
|
todo: signature: report helper display signature and form ui control to capture /display signature
|
||||||
TODO: Test address / units select alternate when have units working
|
TODO: Test address / units select alternate when have units working
|
||||||
|
|||||||
Reference in New Issue
Block a user