This commit is contained in:
2021-07-21 23:39:19 +00:00
parent 8d3a614b9c
commit df27df8760

View File

@@ -460,12 +460,6 @@ CASES TODO:
Some initial workorder cases to do
AdministrationGlobalSettings showing instead of translation? Is this valid. Yes key is valid, not sure why it's not translated
3721 1: make labor rate mandatory on workorderitemlabor record and import v7 with some kind of dummy rate if not filled in there
um...be sure about this, mandatory stuff kind of sucks, what's up in that case?
3763 1: mark all tasks as completed at once with a single click
3769 2: if public FromQuoteId, FromPMId or FromCSRId are set on wo header then it should surface a button or menu option to open the related object(s)
I think a menu option would be cleanest as you wouldn't always want to see it in your face but have it available
3843 1: prevent negative amounts on woitempart.quantity (rule I guess)
@@ -1246,3 +1240,4 @@ BUILD 116
- Application title bar fixed regression bug where it was not showing translation for main data table forms but was showing translation key instead
it should show the data table list name when it's a main data table list and if it's an individual record opened then it should show the record name or closest equivalent (serial for wo etc)
- Workorder header new Viz fields added: FromQuoteViz, FromPMViz, FromCSRViz which display the source record serial (or Name in the case of CSR) if the work order was generated from any of those things