This commit is contained in:
@@ -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.
|
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: "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?
|
TODO: DO I NOT HAVE AN ERASE DB ROUTE?
|
||||||
- wouldn't that make the below possible??
|
- wouldn't that make the below possible??
|
||||||
|
|||||||
@@ -291,9 +291,9 @@
|
|||||||
"GlobalTaxRateSaleIDDescription": "Sales tax used by default for services on workorders",
|
"GlobalTaxRateSaleIDDescription": "Sales tax used by default for services on workorders",
|
||||||
"GlobalTravelDfltTimeSpan": "Travel default minutes",
|
"GlobalTravelDfltTimeSpan": "Travel default minutes",
|
||||||
"GlobalTravelDfltTimeSpanDescription": "Travel default time span for new records (minutes). 0 = off",
|
"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",
|
"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",
|
"GlobalUseNotification": "Use Notification",
|
||||||
"GlobalUseNotificationDescription": "If set to TRUE turns on notification system\r\nIf set to FALSE turns off all notification processing.",
|
"GlobalUseNotificationDescription": "If set to TRUE turns on notification system\r\nIf set to FALSE turns off all notification processing.",
|
||||||
"GlobalUseRegions": "Use Regions",
|
"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.",
|
"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",
|
"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",
|
"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.",
|
"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",
|
"GlobalWorkorderSummaryTemplate": "Workorder Item Summary Template",
|
||||||
"GlobalWorkorderSummaryTemplateDescription": "This determines what information from a service workorder item will display on the Schedule screen.",
|
"GlobalWorkorderSummaryTemplateDescription": "This determines what information from a service workorder item will display on the Schedule screen.",
|
||||||
@@ -519,7 +519,7 @@
|
|||||||
"WorkorderQuote": "Quote",
|
"WorkorderQuote": "Quote",
|
||||||
"WorkorderQuoteTemplate": "Quote template",
|
"WorkorderQuoteTemplate": "Quote template",
|
||||||
"WorkorderService": "Workorder",
|
"WorkorderService": "Workorder",
|
||||||
"WorkorderServiceTemplate": "Service template",
|
"WorkorderServiceTemplate": "Workorder template",
|
||||||
"WorkorderStatus": "Workorder status",
|
"WorkorderStatus": "Workorder status",
|
||||||
"ObjectCustomFieldCustomGrid": "Custom Fields",
|
"ObjectCustomFieldCustomGrid": "Custom Fields",
|
||||||
"ObjectCustomFieldDisplayName": "Display as",
|
"ObjectCustomFieldDisplayName": "Display as",
|
||||||
@@ -1470,7 +1470,7 @@
|
|||||||
"WorkorderServiceClientRequestID": "Customer Request Reference",
|
"WorkorderServiceClientRequestID": "Customer Request Reference",
|
||||||
"WorkorderServiceCloseByDate": "Close by date",
|
"WorkorderServiceCloseByDate": "Close by date",
|
||||||
"WorkorderServiceInvoiceNumber": "Invoice Number",
|
"WorkorderServiceInvoiceNumber": "Invoice Number",
|
||||||
"WorkorderServiceList": "Service Workorders",
|
"WorkorderServiceList": "Workorders",
|
||||||
"WorkorderServiceQuoteWorkorderID": "Quote",
|
"WorkorderServiceQuoteWorkorderID": "Quote",
|
||||||
"WorkorderServiceServiceDate": "Service Date",
|
"WorkorderServiceServiceDate": "Service Date",
|
||||||
"WorkorderServiceServiceDateRelative": "Service date (relative)",
|
"WorkorderServiceServiceDateRelative": "Service date (relative)",
|
||||||
|
|||||||
Reference in New Issue
Block a user