This commit is contained in:
2021-07-02 21:30:05 +00:00
parent acb5964362
commit 35c1c663b5
2 changed files with 9 additions and 11 deletions

View File

@@ -423,13 +423,7 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING:
todo: as part of duplication above, REMOVE TEMPLATES ENTIRELY??
If can duplicate this way at client and can easily change customer etc do we even need the wo templates anymore?
can just pick any existing one, open it and duplicate it and change whatever is required
would be nice, but then again it would only work with real wo and they may not be templatable in the same way
Something to consider for sure, pros and cons it, this shoudl go into a case
INVESTIGATE exactly what happens in v7 with template and dates as this seems like the sticking point potentially
todo 2-3: cases 3501 / 3867 both - bulk add units by tag
Do this as a separate popup dialog accessible from woitemunits list menu
@@ -437,11 +431,12 @@ todo 2-3: cases 3501 / 3867 both - bulk add units by tag
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
copy serials stuff for this at client end
Select List should show Customer name -> Unit name / number etc sorted in that order
TODO 2 (all 2's): V7 features on wo I haven't coded yet
Template replacement support case 3897
some funky mass delete and other menu options, not huge but very necessary
WOItem selected
3374 - be able to move woitem to any customer's open workorders not just the same customer.
@@ -1265,14 +1260,17 @@ Build 111
prices which are set on new records by server at time of save to snapshot the current price:
workorder item part
loaner
SNEAK PEAK - this might be a good sneak peeks feature to show
- Workorder descendant collections now have a mark all for deletion option to quickly remove an entire collection to facilitate Duplicate in v8 as replacement of v7 template feature which will not be ported to v8
- WorkorderItemPart
PartAssembly implemented - can now choose part assembly to populate work order item parts list from menu item in workorderitemparts vertical dots menu
SNEAK PEAK - this might be a good sneak peeks feature to show
Serials implemented - can now choose and append from existing serials for part using icon beside serial entry text area in addition to just typing or pasting them in
case 3899 Fixed issue where cost and listprice were not preserved on any update to woitempart record
case 3899 / 3896 (same issue) Fixed issue where cost and listprice were not preserved on any update and save of woitempart record for any reason (not related to tabbing or price override etc)
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3899
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3896
- User / Custom contact on create / duplicate now allows entry of new user options before first User save rather than previous behaviour of having to save new record first then edit and save user options

View File

@@ -68,7 +68,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//************************************************************
const DEV_MODE = true;
const DEV_MODE = false;
//************************************************************
//**************************************************************
//**************************************************************