@@ -161,6 +181,10 @@ const toCustomerAddressEdit = (addressId) => {
background-color: var(--vn-light-gray);
}
}
+
+.item-disabled {
+ opacity: 0.6;
+}
diff --git a/src/pages/Customer/Card/CustomerBalance.vue b/src/pages/Customer/Card/CustomerBalance.vue
index 7ed90d20e..00f5cef81 100644
--- a/src/pages/Customer/Card/CustomerBalance.vue
+++ b/src/pages/Customer/Card/CustomerBalance.vue
@@ -6,7 +6,7 @@ import { useRoute } from 'vue-router';
import axios from 'axios';
import { QCheckbox, QBtn, useQuasar, QField, QPopupEdit } from 'quasar';
-import { toCurrency, toDate, toDateHour } from 'src/filters';
+import { toCurrency, toDate, toDateHourMinSec } from 'src/filters';
import { useState } from 'src/composables/useState';
import { useStateStore } from 'stores/useStateStore';
import { useValidator } from 'src/composables/useValidator';
@@ -106,7 +106,7 @@ const columns = computed(() => [
{
align: 'left',
field: 'created',
- format: (value) => toDateHour(value),
+ format: (value) => toDateHourMinSec(value),
label: t('Creation date'),
name: 'creationDate',
},
@@ -256,13 +256,13 @@ const saveFieldValue = async (event) => {
-
+
+
+
+ {{ props.row.description }}
+
+
+
[
field: 'created',
label: t('Since'),
name: 'created',
- format: (value) => toDateHour(value),
+ format: (value) => toDateHourMin(value),
},
{
align: 'left',
diff --git a/src/pages/Customer/Card/CustomerDescriptor.vue b/src/pages/Customer/Card/CustomerDescriptor.vue
index 31fad0b2f..96e775f33 100644
--- a/src/pages/Customer/Card/CustomerDescriptor.vue
+++ b/src/pages/Customer/Card/CustomerDescriptor.vue
@@ -57,20 +57,15 @@ const setData = (entity) => (data.value = useCardDescription(entity.name, entity
/>
-
+
diff --git a/src/pages/Customer/Card/CustomerFileManagement.vue b/src/pages/Customer/Card/CustomerFileManagement.vue
index ae67acc7a..ba81ed2f1 100644
--- a/src/pages/Customer/Card/CustomerFileManagement.vue
+++ b/src/pages/Customer/Card/CustomerFileManagement.vue
@@ -6,7 +6,7 @@ import { useRoute, useRouter } from 'vue-router';
import { QBadge, QBtn, QCheckbox } from 'quasar';
import { downloadFile } from 'src/composables/downloadFile';
-import { toDateHour } from 'src/filters';
+import { toDateHourMinSec } from 'src/filters';
import FetchData from 'components/FetchData.vue';
import WorkerDescriptorProxy from 'src/pages/Worker/Card/WorkerDescriptorProxy.vue';
@@ -163,7 +163,7 @@ const columns = computed(() => [
field: (value) => value.dms.created,
label: t('Created'),
name: 'created',
- format: (value) => toDateHour(value),
+ format: (value) => toDateHourMinSec(value),
},
{
align: 'right',
diff --git a/src/pages/Customer/Card/CustomerFiscalData.vue b/src/pages/Customer/Card/CustomerFiscalData.vue
index b8b0ba74f..940f04d31 100644
--- a/src/pages/Customer/Card/CustomerFiscalData.vue
+++ b/src/pages/Customer/Card/CustomerFiscalData.vue
@@ -80,9 +80,7 @@ const onPostcodeCreated = async ({ code, provinceFk, townFk, countryFk }, formDa
>
- {{
- t('Only letters, numbers and spaces can be used')
- }}
+ {{ t('onlyLetters') }}
@@ -117,7 +115,18 @@ const onPostcodeCreated = async ({ code, provinceFk, townFk, countryFk }, formDa
option-label="vat"
option-value="id"
v-model="data.sageTransactionTypeFk"
- />
+ >
+
+
+
+ {{ scope.opt.name }}
+
+ {{ `${scope.opt.id}: ${scope.opt.transaction}` }}
+
+
+
+
+
@@ -234,11 +243,7 @@ const onPostcodeCreated = async ({ code, provinceFk, townFk, countryFk }, formDa
- {{
- t(
- 'When activating it, do not enter the country code in the ID field'
- )
- }}
+ {{ t('whenActivatingIt') }}
@@ -267,11 +272,7 @@ const onPostcodeCreated = async ({ code, provinceFk, townFk, countryFk }, formDa
/>