This commit is contained in:
2021-07-28 22:00:49 +00:00
parent 1762905d37
commit ccc4ee0552
5 changed files with 31 additions and 21 deletions

View File

@@ -205,19 +205,21 @@ export default {
wiki: null,
customFields: "{}",
tags: [],
stopGeneratingDate: null,
excludeDaysOfWeek: 96,
active: true,
nextServiceDate: null,
repeatUnit: 7,
generateBeforeUnit: 4,
repeatInterval: 1,
generateBeforeInterval: 14,
generateDate: null,
customerId: 0, //part of rule breaking, flip to null on new triggers broken rule
projectId: null,
contractId: null,
internalReferenceNumber: null,
customerReferenceNumber: null,
customerContactName: null,
fromPMId: null,
fromPMId: null,
fromCSRId: null,
serviceDate: null,
completeByDate: null,
durationToCompleted: "00:00:00",
invoiceNumber: null,
onsite: true,
customerSignature: null,
customerSignatureName: null,
@@ -1714,7 +1716,7 @@ function generateMenu(vm) {
readOnly: vm.formState.readOnly,
hideCoreBizStandardOptions: vm.obj.userIsRestrictedType,
hideSearch: vm.obj.userIsRestrictedType,
icon: "$ayiPencilAlt",
icon: "$ayiBusinessTime",
title: "PM",
helpUrl: "svc-pms",
formData: {

View File

@@ -2149,7 +2149,8 @@ async function fetchTranslatedText(vm) {
"RecentWorkOrders",
"WorkOrderGenerateUnit",
"ApplyUnitContract",
"CustomerServiceRequest"
"CustomerServiceRequest",
"NewStatus"
]);
}

View File

@@ -2351,7 +2351,8 @@ async function fetchTranslatedText(vm) {
"WorkOrderFromPMID",
"CustomerServiceRequest",
"GenerateQuote",
"GeneratePM"
"GeneratePM",
"NewStatus"
]);
}