diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 50c4f946..edac6974 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -22,15 +22,6 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019 # OUTSTANDING MAJOR AREAS TO BETA -"NetPrice" vs "NetValue" - NetValue is deprecated but Joyce used it on many reports, it's a straight up swap to NetPrice so consult with her to just mass change it here search and replace - Also joyce used WorkOrderItemLaborPrice but it also should be NetPrice as the UI uses that, same swap - Both translate to "Net price" but the key Joyce used translated to "Net" so it was shorter, wondering if should also just change NetPrice to "Net" - I think it's ok to do that because there is no other Net, just Net price so net is net, docs will need update as well and maybe images need erase Price text whiteout - Remove translation "WorkOrderItemLaborPrice" after double checking not used anywhere else at backend - Then can proceed on to next items in trans key request stats.json file - -ObjectCustomFieldFieldType used where it should be UiFieldDataType in z_customfields report beta versioning for actual release, beta rc1? @@ -41,6 +32,10 @@ do a linux install fresh again here locally to confirm each step is still legit metrics is fucked, see client 1 option, fix that before beta +beta notification handling, prevent sending emails to customers during beta test +i.e. All emails will be sent to only the following domains otherwise will be sent to single address for testing + in beta mode it will say I would have sent this email to blah@blah.com but here it is instead: + Maybe config in notification extra line that is beta mode send all to this address kind of thing # OUTSTANDING BEFORE RELEASE @@ -210,12 +205,25 @@ todo:3 todo: check out this SPA memory leak detector, it *does* have a login abi + +todo: 1 pm and quote biz grandchildren need trans keys because they are selectable for notifications and search and will otherwise display untranslated + even though not used in actual forms for display + +todo: 1 dashboard cleanup before beta, TestWidgetDataList call is triggering an exception at server, no test widget data list + maybe just make one that works and remove the rest?? + Priciest widgets crashes as it uses an actual data list, the other three are fake data and don't cause an exception but are unclear that they are test ones + so user's are giong to be confused + todo:2 need to track fetched keys vs used keys so can tell if fetched a key that I don't need or stopped using due to code change todo: 1 metrics fucked? db total size is empty, file storage sizes empty, route runs just returns empty, cpu memory are ok + uncomment out corejobmetricssnapshot line 92 once get trans keys missing figured out and let that run to see what the fuck, will need 24 hours without reboot, maybe needs to be enabled at devops?? + todo: profiler page has columns: Request Start Response Start Dom Complete which are all empty, somethjing new added that needs to be disabled maybe?? +todo: 2 adm-import lists a lot of objects that are work order item children etc, I think people mainly want invenotry (which isn't there), customers, ho maybe, whatever is the biggest lists + so remove unimportable types, implement most desired import types ............................ @@ -830,6 +838,7 @@ BUILD 8.0.0-beta.0.15 CHANGES OF NOTE - updated all docs with example backslash in config.json to include sample specific to windows and linux separately and predominant warning about any backslashes need to be doubled in config.json file - updated install docs for windows iis and lan to include windows pg14's dump path in the example and also a block explaining about setting that to the correct location - changed installed config.json for windows lan and iis to include a pre-configured pg_dump path assuming pg14 is installed to default location +- Removed 860 unused translation keys 2315 was now is 1455 - Report change: z_customfields deprecated translation key ObjectCustomFieldFieldType replaced with key UiFieldDataType - Reports change: swapped deprecated translation key NetValue not used in UI for NetPrice same translation "Net" in the following reports: Charges Summary Grouped By Customer.ayrt diff --git a/ayanova/src/api/translation.js b/ayanova/src/api/translation.js index 8a21b3c5..04b61d7f 100644 --- a/ayanova/src/api/translation.js +++ b/ayanova/src/api/translation.js @@ -123,11 +123,8 @@ export default { "WorkOrderItemUnitList", "WorkOrderItemTasks", "WorkOrderItemOutsideServiceList", - //"WorkOrderServiceTemplate", "QuoteList", - //"WorkOrderQuoteTemplate", "PMList", - "PMTemplate", "UnitList", "UnitModels", "ContractList", diff --git a/ayanova/src/views/cust-customer.vue b/ayanova/src/views/cust-customer.vue index aa93e6ea..41d0d136 100644 --- a/ayanova/src/views/cust-customer.vue +++ b/ayanova/src/views/cust-customer.vue @@ -1506,10 +1506,8 @@ async function fetchTranslatedText() { "HeadOffice", "CustomerTechNotes", "CustomerAccountNumber", - //"UsesBanking", "Contract", "ContractExpires", - "WorkOrderTemplate", "CustomerPhone1", "CustomerPhone2", "CustomerPhone3", diff --git a/ayanova/src/views/cust-head-office.vue b/ayanova/src/views/cust-head-office.vue index a2037eb2..8aa7cd86 100644 --- a/ayanova/src/views/cust-head-office.vue +++ b/ayanova/src/views/cust-head-office.vue @@ -1336,7 +1336,6 @@ async function fetchTranslatedText() { "HeadOfficeNotes", "WebAddress", "HeadOfficeAccountNumber", - //"UsesBanking", "Contract", "ContractExpires", "HeadOfficePhone1", diff --git a/ayanova/src/views/svc-unit.vue b/ayanova/src/views/svc-unit.vue index e175396d..78d9fa73 100644 --- a/ayanova/src/views/svc-unit.vue +++ b/ayanova/src/views/svc-unit.vue @@ -1345,7 +1345,6 @@ async function fetchTranslatedText() { "UnitOverrideWarranty", "UnitOverrideLength", "UnitOverrideWarrantyTerms", - "UsesBanking", "Contract", "ContractExpires", "UnitMetered",