{{ t('customer.summary.basicData') }}
-
+
- {{ t('customer.summary.customerId') }}
+ {{
+ t('customer.summary.customerId')
+ }}
{{ entity.id }}
- {{ t('customer.summary.name') }}
+ {{
+ t('customer.summary.name')
+ }}
{{ entity.name }}
- {{ t('customer.summary.contact') }}
+ {{
+ t('customer.summary.contact')
+ }}
{{ entity.contact }}
- {{ t('customer.summary.salesPerson') }}
+ {{
+ t('customer.summary.salesPerson')
+ }}
{{ entity.salesPersonUser.name }}
- {{ t('customer.summary.phone') }}
+ {{
+ t('customer.summary.phone')
+ }}
{{ entity.phone }}
- {{ t('customer.summary.mobile') }}
+ {{
+ t('customer.summary.mobile')
+ }}
{{ entity.mobile }}
- {{ t('customer.summary.email') }}
+ {{
+ t('customer.summary.email')
+ }}
{{ entity.email }}
- {{ t('customer.summary.contactChannel') }}
+ {{
+ t('customer.summary.contactChannel')
+ }}
{{ entity.contactChannel.name }}
@@ -87,37 +138,49 @@ const entityId = computed(() => Number($props.id) || Number(route.params.id));
- {{ t('customer.summary.socialName') }}
+ {{
+ t('customer.summary.socialName')
+ }}
{{ entity.socialName }}
- {{ t('customer.summary.fiscalId') }}
+ {{
+ t('customer.summary.fiscalId')
+ }}
{{ entity.fi }}
- {{ t('customer.summary.postcode') }}
+ {{
+ t('customer.summary.postcode')
+ }}
{{ entity.postcode }}
- {{ t('customer.summary.province') }}
+ {{
+ t('customer.summary.province')
+ }}
{{ entity.province.name }}
- {{ t('customer.summary.country') }}
+ {{
+ t('customer.summary.country')
+ }}
{{ entity.country.country }}
- {{ t('customer.summary.street') }}
+ {{
+ t('customer.summary.street')
+ }}
{{ entity.street }}
@@ -136,7 +199,11 @@ const entityId = computed(() => Number($props.id) || Number(route.params.id));
/>
-
+
Number($props.id) || Number(route.params.id));
/>
-
+
Number($props.id) || Number(route.params.id));
/>
-
+
@@ -174,30 +249,48 @@ const entityId = computed(() => Number($props.id) || Number(route.params.id));
- {{ t('customer.summary.payMethod') }}
+ {{
+ t('customer.summary.payMethod')
+ }}
{{ entity.payMethod.name }}
- {{ t('customer.summary.bankAccount') }}
+ {{
+ t('customer.summary.bankAccount')
+ }}
{{ entity.iban }}
- {{ t('customer.summary.dueDay') }}
+ {{
+ t('customer.summary.dueDay')
+ }}
{{ entity.dueDay }}
-
+
-
+
-
+
@@ -208,20 +301,30 @@ const entityId = computed(() => Number($props.id) || Number(route.params.id));
- {{ t('customer.summary.addressName') }}
- {{ entity.defaultAddress.nickname }}
+ {{
+ t('customer.summary.addressName')
+ }}
+ {{
+ entity.defaultAddress.nickname
+ }}
- {{ t('customer.summary.addressCity') }}
+ {{
+ t('customer.summary.addressCity')
+ }}
{{ entity.defaultAddress.city }}
- {{ t('customer.summary.addressStreet') }}
- {{ entity.defaultAddress.street }}
+ {{
+ t('customer.summary.addressStreet')
+ }}
+ {{
+ entity.defaultAddress.street
+ }}
@@ -233,12 +336,18 @@ const entityId = computed(() => Number($props.id) || Number(route.params.id));
- {{ t('customer.summary.username') }}
+ {{
+ t('customer.summary.username')
+ }}
{{ entity.account.name }}
-
+
@@ -249,14 +358,22 @@ const entityId = computed(() => Number($props.id) || Number(route.params.id));
- {{ t('customer.summary.totalGreuge') }}
- {{ toCurrency(entity.totalGreuge) }}
+ {{
+ t('customer.summary.totalGreuge')
+ }}
+ {{
+ toCurrency(entity.totalGreuge)
+ }}
- {{ t('customer.summary.mana') }}
- {{ toCurrency(entity.mana.mana) }}
+ {{
+ t('customer.summary.mana')
+ }}
+ {{
+ toCurrency(entity.mana.mana)
+ }}
@@ -264,18 +381,26 @@ const entityId = computed(() => Number($props.id) || Number(route.params.id));
{{ t('customer.summary.priceIncreasingRate') }}
- {{ toPercentage(priceIncreasingRate) }}
+ {{
+ toPercentage(priceIncreasingRate)
+ }}
- {{ t('customer.summary.averageInvoiced') }}
- {{ toCurrency(entity.averageInvoiced.invoiced) }}
+ {{
+ t('customer.summary.averageInvoiced')
+ }}
+ {{
+ toCurrency(entity.averageInvoiced.invoiced)
+ }}
- {{ t('customer.summary.claimRate') }}
+ {{
+ t('customer.summary.claimRate')
+ }}
{{ toPercentage(claimRate) }}
@@ -288,69 +413,97 @@ const entityId = computed(() => Number($props.id) || Number(route.params.id));
- {{ t('customer.summary.risk') }}
+ {{
+ t('customer.summary.risk')
+ }}
{{ toCurrency(entity.debt.debt) }}
- {{ t('customer.summary.riskInfo') }}
+ {{
+ t('customer.summary.riskInfo')
+ }}
- {{ t('customer.summary.credit') }}
+ {{
+ t('customer.summary.credit')
+ }}
{{ toCurrency(entity.credit) }}
- {{ t('customer.summary.creditInfo') }}
+ {{
+ t('customer.summary.creditInfo')
+ }}
- {{ t('customer.summary.securedCredit') }}
- {{ toCurrency(entity.creditInsurance) }}
+ {{
+ t('customer.summary.securedCredit')
+ }}
+ {{
+ toCurrency(entity.creditInsurance)
+ }}
- {{ t('customer.summary.securedCreditInfo') }}
+ {{
+ t('customer.summary.securedCreditInfo')
+ }}
- {{ t('customer.summary.balance') }}
- {{ toCurrency(entity.sumRisk) || toCurrency(0) }}
+ {{
+ t('customer.summary.balance')
+ }}
+ {{
+ toCurrency(entity.sumRisk) || toCurrency(0)
+ }}
- {{ t('customer.summary.balanceInfo') }}
+ {{
+ t('customer.summary.balanceInfo')
+ }}
- {{ t('customer.summary.balanceDue') }}
+ {{
+ t('customer.summary.balanceDue')
+ }}
{{ toCurrency(balanceDue) }}
- {{ t('customer.summary.balanceDueInfo') }}
+ {{
+ t('customer.summary.balanceDueInfo')
+ }}
- {{ t('customer.summary.recoverySince') }}
- {{ toDate(entity.recovery.started) }}
+ {{
+ t('customer.summary.recoverySince')
+ }}
+ {{
+ toDate(entity.recovery.started)
+ }}