This commit is contained in:
@@ -19,8 +19,11 @@ Aug
|
|||||||
no delete, write once
|
no delete, write once
|
||||||
must migrate as well
|
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
|
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
|
||||||
|
todo / outstanding
|
||||||
|
enter via work order, bring over work orderitem unit id
|
||||||
|
notification of multiple however the fuck that works
|
||||||
|
test notification
|
||||||
|
|
||||||
|
|
||||||
migrate woitem loan not tagging loan units??
|
migrate woitem loan not tagging loan units??
|
||||||
migrate users not tagged with vendorid if subcontractor or ho/custid if customer type user?
|
migrate users not tagged with vendorid if subcontractor or ho/custid if customer type user?
|
||||||
|
|
||||||
@@ -884,3 +887,8 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
|
|||||||
BUILD CHANGES OF NOTE
|
BUILD CHANGES OF NOTE
|
||||||
|
|
||||||
BUILD 124
|
BUILD 124
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|||||||
@@ -208,13 +208,7 @@
|
|||||||
@change="fieldValueChanged('metered')"
|
@change="fieldValueChanged('metered')"
|
||||||
>
|
>
|
||||||
<template v-slot:append v-if="canOpenMeter()">
|
<template v-slot:append v-if="canOpenMeter()">
|
||||||
<v-btn
|
<v-btn outlined small color="primary" @click="openMeter">
|
||||||
outlined
|
|
||||||
small
|
|
||||||
color="primary"
|
|
||||||
@click="openMeter"
|
|
||||||
class="ml-12"
|
|
||||||
>
|
|
||||||
<v-icon>$ayiWeight</v-icon></v-btn
|
<v-icon>$ayiWeight</v-icon></v-btn
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user