From 71a68243bffc8a2c179b52a29f719ea91ab11041 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 4 Jan 2021 20:22:13 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 +++++---- ayanova/src/api/gzutil.js | 17 +++++++++++------ 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3503b604..6cca706f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -24,7 +24,10 @@ todo: Notification at server has NotifyDeliveryLog object unused and no UI at fr and no ui to view them?! figure it out -todo: figure out the grid view form slowness, maybe there are extraneous elements or something, it's important because it's oft-used +todo: figure out the datalistview form slowness, maybe there are extraneous elements or something, it's important because it's oft-used + come to think of it, the form custom is plenty fast, what is different about the grid datalist view customization that slows it so much + also it's only noticeably slow in the name entry I think? + todo: in many areas I'm using unnecessary v-row elements, only one is necessary Do a quick search for v-row and see what's what @@ -67,9 +70,7 @@ todo: actual customer reports so can figure out datalist for bringing other name CURRENTLY DOING: - Unit - Migration code written and tested but HISTORY is not working correctly for any object, it seems to just default to the migrate time and date - check the history fixup code in v8migrate, something wrong. Once that's corrected then can post to server as per below wa la! + diff --git a/ayanova/src/api/gzutil.js b/ayanova/src/api/gzutil.js index 45d614ce..4c44c959 100644 --- a/ayanova/src/api/gzutil.js +++ b/ayanova/src/api/gzutil.js @@ -453,12 +453,6 @@ export default { return "$ayiStamp"; case window.$gz.type.WorkOrderTemplateItem: return "$ayiStamp"; - //rights only, not an object - // case window.$gz.type.GlobalOps: - // return "$XXXXXXXXXXXXXXX"; - //this is actually not anything right now, maybe deprecated? - // case window.$gz.type.BizMetrics: - // return "$XXXXXXXXXXXXXXX"; case window.$gz.type.Backup: return "$ayiFileArchive"; case window.$gz.type.Notification: @@ -481,6 +475,17 @@ export default { return "$ayiTachometer"; case window.$gz.type.CustomerNote: return "$ayiClipboard"; + case window.$gz.type.Memo: + return "$ayiInbox"; + case window.$gz.type.Review: + return "$ayiCalendarCheck"; + case window.$gz.type.ServiceRate: + return "$ayiCalculator"; + case window.$gz.type.TravelRate: + return "$ayiCalculator"; + case window.$gz.type.TaxCode: + return "$ayiPercent"; + //scroll icon is good one for something default: return null;