From 9d2ef57a02ffa40f9d83bfe9607115b688de473c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 23 Dec 2020 23:53:37 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 ++++- ayanova/src/views/vendor.vue | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index fc5b9631..4bf59cb2 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,8 +5,11 @@ MISC ITEMS THAT CAME UP -todo: vendor edit form has locale keys from headoffice, check all recent, may be more, memo etc +todo: search for customer field that is in the weeds see what the result summary looks like because it seems sketchy, do this before moving on to rest below todo: All objects, check biz searchresult code to ensure all text fields were added as some were probably missed, particularly recent ones + This is very fucked up, Customer has nothing being indexed but standard fields + perhaps it's better changed to a reflection method that finds the text? But then sometimes you don't want a field indexed...fuck + todo: newer objects use full translation key for form field definitions but some forms have abbreviated or lower case for ShowMe() code, double check recent todo: grid list filter needs to have a single button to reset / clear to default because things like review will always be having their filters set by the most recent op diff --git a/ayanova/src/views/vendor.vue b/ayanova/src/views/vendor.vue index c1c0effe..9a6b5505 100644 --- a/ayanova/src/views/vendor.vue +++ b/ayanova/src/views/vendor.vue @@ -1213,9 +1213,6 @@ async function fetchTranslatedText(vm) { "VendorNotes", "WebAddress", "VendorPopUpNotes", - "VendorBillHeadOffice", - "HeadOffice", - "VendorTechNotes", "VendorAccountNumber", "VendorContact", "VendorContactNotes",