From a2c96d276e65bea5690cc478280aa4dfe48c13ff Mon Sep 17 00:00:00 2001 From: wbuezas Date: Tue, 2 Jan 2024 08:17:04 -0300 Subject: [PATCH 1/2] Supplier Basic data, Billing data and Fiscal data --- src/i18n/en/index.js | 30 ++ src/i18n/es/index.js | 30 ++ .../Customer/CustomerExtendedListFilter.vue | 1 - src/pages/Supplier/Card/SupplierBasicData.vue | 98 +++++- .../Supplier/Card/SupplierBillingData.vue | 69 ++++- .../Supplier/Card/SupplierFiscalData.vue | 293 +++++++++++++++++- 6 files changed, 517 insertions(+), 4 deletions(-) diff --git a/src/i18n/en/index.js b/src/i18n/en/index.js index a7567866b..0e34798d7 100644 --- a/src/i18n/en/index.js +++ b/src/i18n/en/index.js @@ -860,6 +860,36 @@ export default { create: { supplierName: 'Supplier name', }, + basicData: { + alias: 'Alias', + workerFk: 'Responsible', + isSerious: 'Verified', + isActive: 'Active', + isPayMethodChecked: 'PayMethod checked', + note: 'Notes', + }, + fiscalData: { + name: 'Social name *', + nif: 'Tax number *', + account: 'Account', + sageTaxTypeFk: 'Sage tax type', + sageWithholdingFk: 'Sage withholding', + sageTransactionTypeFk: 'Sage transaction type', + supplierActivityFk: 'Supplier activity', + healthRegister: 'Health register', + street: 'Street', + postcode: 'Postcode', + city: 'City *', + provinceFk: 'Province', + country: 'Country', + isTrucker: 'Trucker', + isVies: 'Vies', + }, + billingData: { + payMethodFk: 'Billing data', + payDemFk: 'Payment deadline', + payDay: 'Pay day', + }, }, travel: { pageTitles: { diff --git a/src/i18n/es/index.js b/src/i18n/es/index.js index c4820e70e..c83d25e3f 100644 --- a/src/i18n/es/index.js +++ b/src/i18n/es/index.js @@ -859,6 +859,36 @@ export default { create: { supplierName: 'Nombre del proveedor', }, + basicData: { + alias: 'Alias', + workerFk: 'Responsable', + isSerious: 'Verificado', + isActive: 'Activo', + isPayMethodChecked: 'Método de pago validado', + note: 'Notas', + }, + fiscalData: { + name: 'Razón social *', + nif: 'NIF/CIF *', + account: 'Cuenta', + sageTaxTypeFk: 'Tipo de impuesto sage', + sageWithholdingFk: 'Retención sage', + sageTransactionTypeFk: 'Tipo de transacción sage', + supplierActivityFk: 'Actividad proveedor', + healthRegister: 'Pasaporte sanitario', + street: 'Calle', + postcode: 'Código postal', + city: 'Población *', + provinceFk: 'Provincia', + country: 'País', + isTrucker: 'Transportista', + isVies: 'Vies', + }, + billingData: { + payMethodFk: 'Forma de pago', + payDemFk: 'Plazo de pago', + payDay: 'Día de pago', + }, }, travel: { pageTitles: { diff --git a/src/pages/Customer/CustomerExtendedListFilter.vue b/src/pages/Customer/CustomerExtendedListFilter.vue index 0cf614fca..f7e83a757 100644 --- a/src/pages/Customer/CustomerExtendedListFilter.vue +++ b/src/pages/Customer/CustomerExtendedListFilter.vue @@ -565,7 +565,6 @@ const shouldRenderColumn = (colName) => { - es: Social name: Razón social diff --git a/src/pages/Supplier/Card/SupplierBasicData.vue b/src/pages/Supplier/Card/SupplierBasicData.vue index 582da48f3..b73ce9346 100644 --- a/src/pages/Supplier/Card/SupplierBasicData.vue +++ b/src/pages/Supplier/Card/SupplierBasicData.vue @@ -1 +1,97 @@ - + + diff --git a/src/pages/Supplier/Card/SupplierBillingData.vue b/src/pages/Supplier/Card/SupplierBillingData.vue index 849737fa7..1237a0403 100644 --- a/src/pages/Supplier/Card/SupplierBillingData.vue +++ b/src/pages/Supplier/Card/SupplierBillingData.vue @@ -1 +1,68 @@ - + + diff --git a/src/pages/Supplier/Card/SupplierFiscalData.vue b/src/pages/Supplier/Card/SupplierFiscalData.vue index dd018ac60..ebf1b96b6 100644 --- a/src/pages/Supplier/Card/SupplierFiscalData.vue +++ b/src/pages/Supplier/Card/SupplierFiscalData.vue @@ -1 +1,292 @@ - + + + + +es: + When activating it, do not enter the country code in the ID field.: Al activarlo, no informar el código del país en el campo nif + From 4d0d051c8ae3a6ac97329d8d5d8efaf225236c6c Mon Sep 17 00:00:00 2001 From: wbuezas Date: Fri, 5 Jan 2024 08:51:03 -0300 Subject: [PATCH 2/2] supplier log submodule --- src/pages/Supplier/Card/SupplierLog.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/Supplier/Card/SupplierLog.vue b/src/pages/Supplier/Card/SupplierLog.vue index 2733e958d..86ee15fce 100644 --- a/src/pages/Supplier/Card/SupplierLog.vue +++ b/src/pages/Supplier/Card/SupplierLog.vue @@ -1 +1,6 @@ - + +