This commit is contained in:
2020-07-16 21:20:40 +00:00
parent 19694f08b8
commit 3c20299e2e

View File

@@ -92,7 +92,10 @@ todo: WorkorderStatus types and QuoteStatusTypes FINISHED STATUS or END STATUS
There needs to be a way to flag a quote or wo status as being the END status of the process
This is required so that things like wostatusage notifications know to ignore the END status as it's not going to change after that
and also so it knows which are considered "Finished" or "Finalized" or whatever is the best term
probably going to need it for a bunch of other stuff as well since there is no separate Closed flage
probably going to need it for a bunch of other stuff as well since there is no separate Closed flag
todo: wo, quote and any other AgeValue notify objects are going to need to be able to determine when they were last modified, read the event log I guess
For things like wostatusAge etc. Or, maybe they will need a separate datetime field to record the last time the status was changed
##########################
todo: Customer User list form side track but relevant to this