This commit is contained in:
2021-05-21 19:49:32 +00:00
parent a6d744d085
commit 472d4b844d

View File

@@ -341,17 +341,12 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING:
todo: Just changed labor at back end, next form field defs, then need to update front end and then verify it works now as expected
- maybe not too early to put in role exemption for fields not allowed (subcontractor / costs and charges)
UI pretty simple, but back needs to not send those fields or blank them before sending (viz?) and not accept manual override form that role but keep original
todo: do expenses, part and travel objects: model, schema, FormFieldReference, biz object, front end UI
todo: remove taxcode edit control once done
Move back to original linked tax codes with hybrid history preservation system
BACKEND:
- Tax codes
REcord must be sent to clietn with inuse flag set so ui can selectively allow or not edit fields to replicate server validation
- Service rates
REcord must be sent to clietn with inuse flag set so ui can selectively allow or not edit fields that would pass validation
- Travel rates
REcord must be sent to clietn with inuse flag set so ui can selectively allow or not edit fields that would pass validation
BACKEND:
- FORM FIELD DEFINITIONS
Edit to remove fields and add manual override field back
@@ -359,9 +354,7 @@ Move back to original linked tax codes with hybrid history preservation system
- Workorder
TAXES
remove all the code that preserves the tax info like name and values and move back to the single ID
update the calcs code to fetch the tax code to apply it
update the calcs code to fetch the tax code to apply it
put back the tax code viz field
update the FormFieldReference to remove the tax code shit
@@ -374,8 +367,7 @@ Move back to original linked tax codes with hybrid history preservation system
Calcs are now all Viz fields populated on the fly and not stored in the wo
Override field is used if non-null otherwise the rate is pulled and used for the calc
DOCS
Document rate locking (new for v8) and tax code locking (not new).
FRONT:
Revert back to viz fields and remove snapshotted fields