This commit is contained in:
@@ -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!
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user