From 231f3a448bf3d76f2a960c5b43462ef5531e7a94 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 31 May 2021 21:45:04 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 75e708b1..e0a460bf 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -415,7 +415,9 @@ todo: subcontractor not seeing prices but still able to make workorder case (not todo: signature: report helper display signature and form ui control to capture /display signature for both tech and customer + case 3682 implies code to steal to make signatures better so look into that case 2052 is this one + case 3673 also directly related TODO: Test address / units select alternate when have units working TODO: Sequence field sb hidden by default, most won't want it I'm guessing @@ -433,9 +435,8 @@ CASES TODO: 1465 - several subcontractor / tech limited restriction features in this case 1467 - text1,text2 etc to show in "Warranty" area of Unit display info (however I have not coded or even thought of / decided on any v7 style warranty info section yet so double case here) 1746 - Turn a Part on a workorder into a Unit for the customer in one click (not necesarilly for that workorder, but for future [it's not clear]) - ?? - somewhere there's a case about selecting multiple units by tag for entering in mass on a workorder to support scott as part of new units collection, do this 1908 - set new durationtocompleted field on wo header upon setting to a closed status, also show it in the main data list - 1961 - auto remove from inventory immediately when wo saved and re-instate if changed + 1961 / 3752 both - auto remove from inventory immediately when wo saved and re-instate if changed see PO back end for example of exactly this 3374 - be able to move woitem to any customer's open workorders not just the same customer. not sure of the use of this, it's couched like a template issue which is what template is for, but since we no longer force @@ -447,8 +448,23 @@ CASES TODO: make a shadow units customer in seeder sample data make units under shadow units customer assign some loan items to those shadow units - - + 3501 - bulk add units by tag + Do this as a separate popup dialog accessible from woitemunits list menu + It will do a search by tag for units and create a woitemunit record for each one found + ideally in some kind of order so it's easy to find them and remove any they don't want + also it should have a sane limit of some kind so 10,000 units aren't added accidentally to a workorder + Do at client so user can just not save if they fuck it up + 3560 - changing date and time updates quantity?? (customer request, see how it was in v7 and replicate if it was that, but I have doubts if this is a good idea) + 3709 - Project to have list all workorders button + also this is the point to make sure that is working with all the other list all workorders previously added in stubbed form like Customer, Unit etc + 3720 - prevent double booking a tech (some kind of warning) + availability feature??? maybe bump as a new availablity feature where user picks from a popup schedule for that tech? + if not maybe a alert from the workorder itself when they save saying double booked?? + 3721 - make labor rate mandatory on workorderitemlabor record and import v7 with some kind of dummy rate if not filled in there + 3763 - mark all tasks as completed at once with a single click + 3769 - 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 + 3839 - pick serial numbers quickly from serialized part selection (ui affordance popup dialog likely with offer of available sn, probably already something in PO similar) ------------------------------------------