diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c54542ac..e1dad843 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -888,7 +888,41 @@ He claims he did not slide it under our door, only emailed it to someone (unclea He stated he will contact meicorp and make sure we get our proper notice. +---------- +2022-01-25 11:09:49 Got reply from Hillary at meicor re my email above +Good morning John, +Allen put the notice of deck inspection under your door. I'm having him complete a notice of entry form which will contain the exact same information and have him deliver it to you today. + +If you are not going to be home on January 27th between 9:30 am - 4:30 pm please let Allen know so he can let the contractor in. + +Kind regards, + +Hillary Turple +Licensed Rental & Strata Manager +917B Fitzgerald Avenue, Courtenay, BC V9N 2R6 +(250) 338-9979 +www.meicorproperty.com + + +I replied +Thank you for the timely response Hillary. + +Please note for future similar issues that the notice we received was not a notice of entry so it just created confusion and concerns here as it appeared that Bayview had given it to us and wanted *us* to take responsibility for allowing work on our unit. + +We will be here on Thursday between those hours to let them in so there is no need for Allen to do so. + +Will look for the official notice, thank you. + +Also please be aware that we have not received any reply from Bayview regarding the worn our laundry room key and it's been 5 days now, how should we proceed to get this taken care of? + +- John + + +On 2022-01-25 10:53 AM, hillary wrote: +> Good morning John, +> +> Allen put t 000000000000000000 Questions for RDH Building sciences 250-703-4753 diff --git a/ayanova/src/components/work-order-item-labors.vue b/ayanova/src/components/work-order-item-labors.vue index 72b83e28..db25eae0 100644 --- a/ayanova/src/components/work-order-item-labors.vue +++ b/ayanova/src/components/work-order-item-labors.vue @@ -911,7 +911,6 @@ export default { if (isNew) { if (globalMinutes != 0) { - //todo: minimize this code, try to use dStop instead of new variable and let else block set actual minutes - cleaner dStop = window.$gz.locale.addMinutesToUTC8601String( dStart, globalMinutes @@ -920,17 +919,6 @@ export default { this.value.items[this.activeWoItemIndex].labors[ this.activeItemIndex ].serviceStopDate = dStop; - - // = window.$gz.locale.addMinutesToUTC8601String( - // dStart, - // globalMinutes - // ); - // this.value.items[this.activeWoItemIndex].labors[ - // this.activeItemIndex - // ].serviceRateQuantity = window.$gz.locale.diffHoursFromUTC8601String( - // dStart, - // sstop - // ); } } { @@ -951,19 +939,17 @@ export default { if (isNew && dStart == null) { if (globalMinutes != 0) { - //set start date based on stop date and global minutes - this.value.items[this.activeWoItemIndex].labors[ - this.activeItemIndex - ].serviceStartDate = window.$gz.locale.addMinutesToUTC8601String( + dStart = window.$gz.locale.addMinutesToUTC8601String( dStop, 0 - globalMinutes ); - + //set start date based on stop date and global minutes this.value.items[this.activeWoItemIndex].labors[ this.activeItemIndex - ].serviceRateQuantity = globalMinutes; + ].serviceStartDate = dStart; } - } else { + } + { //Existing record or both dates filled, just update quantity if (dStart != null) { this.value.items[this.activeWoItemIndex].labors[