This commit is contained in:
2021-05-17 22:55:16 +00:00
parent ac3fc49fc4
commit e5f1923c94
3 changed files with 30 additions and 13 deletions

View File

@@ -341,10 +341,7 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: labors
todo: any change of contract should trigger a full refresh not just manually changing the contract
client requests new record when *it* detects a change of contract on the normal save of header (direct contract change route already handled, this is for customer change)
and in future Unit change may trigger this as well so make it re-usable
Once this is in place, perhaps don't need the whole contract control stuff anymore since it should just handle it...right?
todo: Once this is in place, perhaps don't need the whole contract control stuff anymore since it should just handle it...right?
todo: address setting - rather than setting it *at* the client automatically shouldn't it set at the server automatically?
this would remove some weight from the client and with a forcefullrefresh system in place that will help with this as well.