This commit is contained in:
@@ -124,9 +124,6 @@ TRACK:
|
||||
|
||||
|
||||
|
||||
## V8MIGRATE OUTSTANDING
|
||||
|
||||
|
||||
|
||||
## CLIENT / SERVER MISC ITEMS THAT CAME UP
|
||||
|
||||
@@ -137,11 +134,6 @@ Coded by importance
|
||||
3 means nice to have but not sure or not urgent may even remove
|
||||
|
||||
|
||||
## TESTING CASES
|
||||
|
||||
- Test menu on workorder form in smaller screen sizes on other devices, works in testing but will it work on a phone and iPad?
|
||||
|
||||
|
||||
|
||||
|
||||
## MIGRATION ITEMS
|
||||
@@ -161,6 +153,16 @@ todo: inventory migration will it be out of balance due to open work orders? I.
|
||||
Maybe it exports only closed wo in one stage, then syncs inventory, then exports open wo?
|
||||
what if people never closed their wo or used in service??
|
||||
|
||||
3. REGARDING: - known bug: v8 inventory is incorrect currently because it synchronizes v7 and v8 to match at the end however it shouldn't for any parts on v7 workorders not set to Used in service as those should be consumed in v8. Working on a solution.
|
||||
|
||||
I suggest (if there is any head scratching trying to code for this) to just include in the HELP DOCS Changes about v7/Migrate stuff, in section about Parts and serials :
|
||||
|
||||
In v7 serials for parts that are selected in workorders that have not yet been checkmarked Service Completed continue to show as available. Whereas v8 serials for parts will not show as available that have been added to a workorder regardless of the workorder status
|
||||
If end user is confirming that parts serials in v7 are successfully migrated to v8, to be aware of this difference between v7 and v8
|
||||
End user can quickly see which serials are actually consumed in v7 open workorders by filtering their AyaNova v7 Service -> Service Workorders ->Parts grid by the part's "Serial Number" column (selecting NonBlanks) and the Service Completed column (selecting Blanks) to display a list of open workorders that have serialized parts added to these work orders
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## REPORTING ITEMS
|
||||
@@ -961,5 +963,11 @@ BUILD 136 CHANGES OF NOTE
|
||||
this means it won't use the Android style pickers but whatever the browsers native date and time input controls are
|
||||
did this for automated testing and also for users who may want to use the native browser controls if they don't suck and for people who don't want to leave the keyboard to select
|
||||
- Work order item misc expense first single line "Description" field incorrect text in English translations, says "Description" should say "Summary" so changed it. Other languages ok.
|
||||
|
||||
- Added stock reports sent in emails
|
||||
Example Inventory Reconciliation Form Grouped By Tag.ayrt
|
||||
Example Parts grouped by Tags with optional filter by contains.ayrt
|
||||
Example Units Per Customer using built in Helper and Prepare.ayrt
|
||||
Sample Units with API method to get additional customer data.ayrt
|
||||
- case 3999
|
||||
- case 4009
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.0-alpha.136",
|
||||
version: "8.0.0-alpha.137",
|
||||
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user