From 8d4c59e80e5b5513d72663059a6f585b46f513ca Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 30 Dec 2020 18:02:16 +0000 Subject: [PATCH] --- ayanova/src/views/acc-service-bank.vue | 98 +++++++++++++++++++------- 1 file changed, 73 insertions(+), 25 deletions(-) diff --git a/ayanova/src/views/acc-service-bank.vue b/ayanova/src/views/acc-service-bank.vue index 82216f32..330f4a92 100644 --- a/ayanova/src/views/acc-service-bank.vue +++ b/ayanova/src/views/acc-service-bank.vue @@ -13,7 +13,7 @@ + + + + + + + + + + + + @@ -138,6 +204,7 @@ export default { "currency":500.0000,"currencyBalance":500.0000,"lastCurrencyBalance":null, "hours":0.0000,"hoursBalance":0.0000,"lastHoursBalance":null}} */ + //THIS FORM IS ONLY USED TO CREATE ENTRIES SO DEFAULTS TO THOSE REQUIREMENTS { id: 0, concurrency: 0, @@ -145,7 +212,7 @@ export default { objectId: null, objectType: null, sourceId: null, - sourceType: null, + sourceType: window.$gz.type.ServiceBank, incidents: 0, currency: 0, hours: 0 @@ -700,29 +767,10 @@ async function initForm(vm) { async function fetchTranslatedText(vm) { await window.$gz.translation.cacheTranslations([ "ServiceBank", - "ServiceBankName", - "ServiceBankNotes", - "ServiceBankDueDate", - "ServiceBankCompletedDate", - "ServiceBankCompletionNotes", - "ServiceBankUserId", - "ServiceBankAssignedByUserId", - "ServiceBankCustom1", - "ServiceBankCustom2", - "ServiceBankCustom3", - "ServiceBankCustom4", - "ServiceBankCustom5", - "ServiceBankCustom6", - "ServiceBankCustom7", - "ServiceBankCustom8", - "ServiceBankCustom9", - "ServiceBankCustom10", - "ServiceBankCustom11", - "ServiceBankCustom12", - "ServiceBankCustom13", - "ServiceBankCustom14", - "ServiceBankCustom15", - "ServiceBankCustom16" + "ServiceBankDescription", + "ServiceBankCurrency", + "ServiceBankHours", + "ServiceBankIncidents" ]); }