From 4e372c2f808974b0c2b0089ebc5e9705390f8c30 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 17 Dec 2019 01:08:57 +0000 Subject: [PATCH] --- devdocs/todo.txt | 2 ++ server/AyaNova/resource/en.json | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 3942181b..f801b816 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -27,6 +27,8 @@ TODO: 2019-06-07 10:47:57.8894|WARN|Microsoft.AspNetCore.Cors.Infrastructure.Cor Configure the policy by listing individual origins if credentials needs to be supported. TODO: "Client" -> "Customer " all languages but english need translated whatever was translated for "Client" text to whatever is now that languages "Customer" text (did english only for dev purposes) +TODO: "Service workorders" now "workorders" do for non english locales, keys changed are: GlobalWorkorderNumberStartSeed, WorkorderServiceTemplate, GlobalUseInventoryDescription, GlobalUnitNameDisplayFormatsDescription, WorkorderServiceList + - Also a shit ton more todo in all locales including english - just search for Service workorder case insensitive to see a bunch (in english anyway) TODO: DO I NOT HAVE AN ERASE DB ROUTE? - wouldn't that make the below possible?? diff --git a/server/AyaNova/resource/en.json b/server/AyaNova/resource/en.json index 89b4bdd7..4e6187be 100644 --- a/server/AyaNova/resource/en.json +++ b/server/AyaNova/resource/en.json @@ -291,9 +291,9 @@ "GlobalTaxRateSaleIDDescription": "Sales tax used by default for services on workorders", "GlobalTravelDfltTimeSpan": "Travel default minutes", "GlobalTravelDfltTimeSpanDescription": "Travel default time span for new records (minutes). 0 = off", - "GlobalUnitNameDisplayFormatsDescription": "Determines the format of how Units display within drop down selection boxes within service workorders, quotes, and pm's.", + "GlobalUnitNameDisplayFormatsDescription": "Determines the format of how Units display within drop down selection boxes within workorders, quotes, and pm's.", "GlobalUseInventory": "Use Inventory", - "GlobalUseInventoryDescription": "FALSE restricts access to part entry and selection of parts used within service workorders. TRUE allows access to all inventory functions.", + "GlobalUseInventoryDescription": "FALSE restricts access to part entry and selection of parts used within workorders. TRUE allows access to all inventory functions.", "GlobalUseNotification": "Use Notification", "GlobalUseNotificationDescription": "If set to TRUE turns on notification system\r\nIf set to FALSE turns off all notification processing.", "GlobalUseRegions": "Use Regions", @@ -302,7 +302,7 @@ "GlobalWorkorderCloseByAgeDescription": "Minutes after a workorder is created that it should be closed. When a work order is created this time span is added to the current date / time to set the close by date automatically. Set to zero if not used.", "GlobalWorkorderClosedStatus": "Workorder closed status", "GlobalWorkorderClosedStatusDescription": "If a status is selected here, a work order will be set to this status automatically when closed by a user in AyaNova or AyaNovaWBI", - "GlobalWorkorderNumberStartSeed": "Service Workorders Start Number", + "GlobalWorkorderNumberStartSeed": "Workorders Start Number", "GlobalWorkorderNumberStartSeedDescription": "Service workorder starting number must be greater than existing utilized numbers. Once have entered a number, can not enter a smaller number.", "GlobalWorkorderSummaryTemplate": "Workorder Item Summary Template", "GlobalWorkorderSummaryTemplateDescription": "This determines what information from a service workorder item will display on the Schedule screen.", @@ -519,7 +519,7 @@ "WorkorderQuote": "Quote", "WorkorderQuoteTemplate": "Quote template", "WorkorderService": "Workorder", - "WorkorderServiceTemplate": "Service template", + "WorkorderServiceTemplate": "Workorder template", "WorkorderStatus": "Workorder status", "ObjectCustomFieldCustomGrid": "Custom Fields", "ObjectCustomFieldDisplayName": "Display as", @@ -1470,7 +1470,7 @@ "WorkorderServiceClientRequestID": "Customer Request Reference", "WorkorderServiceCloseByDate": "Close by date", "WorkorderServiceInvoiceNumber": "Invoice Number", - "WorkorderServiceList": "Service Workorders", + "WorkorderServiceList": "Workorders", "WorkorderServiceQuoteWorkorderID": "Quote", "WorkorderServiceServiceDate": "Service Date", "WorkorderServiceServiceDateRelative": "Service date (relative)",