diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 030ad9b7..dbed5a80 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -12,21 +12,12 @@ Aug - change woitempart to allow negative values entered which will add to inventory but *only* if they have full inventory role - return understandable error if they don't - test it out first - do a full end to end rebuild for Joyce to test - going to need server and clients update - - Meter reading - write only - enter via work order or via unit->meter reading button - Needs main data list and entry form like all other things - Unit form should have a viz field for last meter reading that shows only if it's metered - no delete, write once - must migrate as well - NOTE: need to make a switch during migration v7 has workorderitem id but v8 links to workorderitemunit id so need to fixup that as well + + Meter reading todo / outstanding + must migrate as well + NOTE: need to make a switch during migration v7 has workorderitem id but v8 links to workorderitemunit id so need to fixup that as well + enter via work order, bring over work orderitem unit id notification of multiple however the fuck that works test notification @@ -865,17 +856,6 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo -BUILD CHANGES OF NOTE +BUILD 125 CHANGES OF NOTE -BUILD 124 - -- Customer form implemented menu links to quotes and pms -- Unit form implemented menu links to quotes and pms -- Loan unit form added links to quotes and pms and implemented all -- Part form implemented menu links to quotes and pms -- Project form implemented menu links to quotes and pms -- fixed incorrect icon for Project type when filtered by Project on workorder/quote/pm lists -- Unit meter reading implemented - Accessed from Unit form as well as work order item Unit area of work order form - Unit report data has last meter reading and last meter reading date and last meter reading notes viz fields added - TODO: v8 migrates +- \ No newline at end of file diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index e38e6843..61eb49f4 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.124", + version: "8.0.0-alpha.125", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/components/work-order-item-units.vue b/ayanova/src/components/work-order-item-units.vue index 43c055e2..b1ad3875 100644 --- a/ayanova/src/components/work-order-item-units.vue +++ b/ayanova/src/components/work-order-item-units.vue @@ -128,6 +128,11 @@ " @update:name="unitChange" > +