From 281da8a46a1483e747c0978911eb5d089d55a630 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 16 Feb 2022 01:29:33 +0000 Subject: [PATCH] remove unused trans keys part 6 of .....???? a bazillion? --- ayanova/devdocs/todo.txt | 9 +++++++++ ayanova/src/views/svc-pm.vue | 1 - ayanova/src/views/svc-quote.vue | 1 - ayanova/src/views/svc-workorder.vue | 1 - 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9224f8f8..734f3c1f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -22,6 +22,15 @@ 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 + + beta versioning for actual release, beta rc1? diff --git a/ayanova/src/views/svc-pm.vue b/ayanova/src/views/svc-pm.vue index 3aa74951..64230dcd 100644 --- a/ayanova/src/views/svc-pm.vue +++ b/ayanova/src/views/svc-pm.vue @@ -2037,7 +2037,6 @@ async function fetchTranslatedText() { "WorkOrderItemLaborUserID", "WorkOrderItemLaborNoChargeQuantity", "WorkOrderItemLaborTaxRateSaleID", - "WorkOrderItemLaborPrice", "WorkOrderItemLoanNotes", "WorkOrderItemLoanOutDate", "WorkOrderItemLoanDueDate", diff --git a/ayanova/src/views/svc-quote.vue b/ayanova/src/views/svc-quote.vue index 400e1a08..10e99768 100644 --- a/ayanova/src/views/svc-quote.vue +++ b/ayanova/src/views/svc-quote.vue @@ -2115,7 +2115,6 @@ async function fetchTranslatedText() { "WorkOrderItemLaborUserID", "WorkOrderItemLaborNoChargeQuantity", "WorkOrderItemLaborTaxRateSaleID", - "WorkOrderItemLaborPrice", "WorkOrderItemLoanNotes", "WorkOrderItemLoanOutDate", "WorkOrderItemLoanDueDate", diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index dfd1ab61..0d39ec97 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -2306,7 +2306,6 @@ async function fetchTranslatedText() { "WorkOrderItemLaborUserID", "WorkOrderItemLaborNoChargeQuantity", "WorkOrderItemLaborTaxRateSaleID", - "WorkOrderItemLaborPrice", "WorkOrderItemLoanNotes", "WorkOrderItemLoanOutDate", "WorkOrderItemLoanDueDate",