remove unused trans keys part 6 of .....???? a bazillion?
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
@@ -2037,7 +2037,6 @@ async function fetchTranslatedText() {
|
||||
"WorkOrderItemLaborUserID",
|
||||
"WorkOrderItemLaborNoChargeQuantity",
|
||||
"WorkOrderItemLaborTaxRateSaleID",
|
||||
"WorkOrderItemLaborPrice",
|
||||
"WorkOrderItemLoanNotes",
|
||||
"WorkOrderItemLoanOutDate",
|
||||
"WorkOrderItemLoanDueDate",
|
||||
|
||||
@@ -2115,7 +2115,6 @@ async function fetchTranslatedText() {
|
||||
"WorkOrderItemLaborUserID",
|
||||
"WorkOrderItemLaborNoChargeQuantity",
|
||||
"WorkOrderItemLaborTaxRateSaleID",
|
||||
"WorkOrderItemLaborPrice",
|
||||
"WorkOrderItemLoanNotes",
|
||||
"WorkOrderItemLoanOutDate",
|
||||
"WorkOrderItemLoanDueDate",
|
||||
|
||||
@@ -2306,7 +2306,6 @@ async function fetchTranslatedText() {
|
||||
"WorkOrderItemLaborUserID",
|
||||
"WorkOrderItemLaborNoChargeQuantity",
|
||||
"WorkOrderItemLaborTaxRateSaleID",
|
||||
"WorkOrderItemLaborPrice",
|
||||
"WorkOrderItemLoanNotes",
|
||||
"WorkOrderItemLoanOutDate",
|
||||
"WorkOrderItemLoanDueDate",
|
||||
|
||||
Reference in New Issue
Block a user