This commit is contained in:
2021-05-21 23:40:47 +00:00
parent 32c629bfd9
commit 3f8e6d9385
3 changed files with 8 additions and 169 deletions

View File

@@ -339,21 +339,15 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING:
todo: remove taxcode edit control once done
todo: part prices are going to change / volatile, are they snapshotted? (cost/charge)
rates and taxes are ok to not snapshot, their values are protected once used but parts are volatile and should be snapshotted
CURRENTLY DOING: WorkOrderItemTravel
ORDER: Travel, tasks, parts, loans, units, outside service
todo: WorkorderItemPart- part prices are going to change / volatile so snapshot them (cost/charge)
rates and taxes are ok to not snapshot, their values are protected once used but parts are volatile and should be snapshotted
(resurrect the bizaction stuff)
todo: "DispatchFull" and "DispatchLimited" roles MUST be renamed to "ServiceFull" and "ServiceLimited" to match other roles and intent
dispatch is a subset of a service manager job
Rename at both ends and all translations and docs as well.