+
+
+
+ {{ t('customer.summary.basicData') }}
+
+
+
+
-
-
- {{
- t('customer.summary.customerId')
- }}
- {{ entity.id }}
-
-
-
-
- {{
- t('customer.summary.name')
- }}
- {{ entity.name }}
-
-
-
-
- {{
- t('customer.summary.contact')
- }}
- {{ entity.contact }}
-
-
-
-
- {{
- t('customer.summary.salesPerson')
- }}
- {{ entity.salesPersonUser.name }}
-
-
-
-
- {{
- t('customer.summary.phone')
- }}
- {{ entity.phone }}
-
-
-
-
- {{
- t('customer.summary.mobile')
- }}
- {{ entity.mobile }}
-
-
-
-
- {{
- t('customer.summary.email')
- }}
- {{ entity.email }}
-
-
-
-
- {{
- t('customer.summary.contactChannel')
- }}
- {{ entity.contactChannel.name }}
-
-
-
-
-
-
-
- {{ t('customer.summary.fiscalAddress') }}
-
-
-
- {{
- t('customer.summary.socialName')
- }}
- {{ entity.socialName }}
-
-
-
-
- {{
- t('customer.summary.fiscalId')
- }}
- {{ entity.fi }}
-
-
-
-
- {{
- t('customer.summary.postcode')
- }}
- {{ entity.postcode }}
-
-
-
-
- {{
- t('customer.summary.province')
- }}
- {{ entity.province.name }}
-
-
-
-
- {{
- t('customer.summary.country')
- }}
- {{ entity.country.country }}
-
-
-
-
- {{
- t('customer.summary.street')
- }}
- {{ entity.street }}
-
-
-
-
-
-
-
- {{ t('customer.summary.fiscalData') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ t('customer.summary.billingData') }}
-
-
-
- {{
- t('customer.summary.payMethod')
- }}
- {{ entity.payMethod.name }}
-
-
-
-
- {{
- t('customer.summary.bankAccount')
- }}
- {{ entity.iban }}
-
-
-
-
- {{
- t('customer.summary.dueDay')
- }}
- {{ entity.dueDay }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ t('customer.summary.consignee') }}
-
-
-
- {{
- t('customer.summary.addressName')
- }}
- {{
- entity.defaultAddress.nickname
- }}
-
-
-
-
- {{
- t('customer.summary.addressCity')
- }}
- {{ entity.defaultAddress.city }}
-
-
-
-
- {{
- t('customer.summary.addressStreet')
- }}
- {{
- entity.defaultAddress.street
- }}
-
-
-
-
-
-
-
- {{ t('customer.summary.webAccess') }}
-
-
-
- {{
- t('customer.summary.username')
- }}
- {{ entity.account.name }}
-
-
-
-
-
-
-
-
-
-
- {{ t('customer.summary.businessData') }}
-
-
-
- {{
- t('customer.summary.totalGreuge')
- }}
- {{
- toCurrency(entity.totalGreuge)
- }}
-
-
-
-
- {{
- t('customer.summary.mana')
- }}
- {{
- toCurrency(entity.mana.mana)
- }}
-
-
-
-
-
- {{ t('customer.summary.priceIncreasingRate') }}
-
- {{
- toPercentage(priceIncreasingRate)
- }}
-
-
-
-
- {{
- t('customer.summary.averageInvoiced')
- }}
- {{
- toCurrency(entity.averageInvoiced.invoiced)
- }}
-
-
-
-
- {{
- t('customer.summary.claimRate')
- }}
- {{ toPercentage(claimRate) }}
-
-
-
-
-
-
-
- {{ t('customer.summary.financialData') }}
-
-
-
- {{
- t('customer.summary.risk')
- }}
-
- {{ toCurrency(entity.debt.debt) }}
-
-
-
-
- {{
- t('customer.summary.riskInfo')
- }}
-
-
-
-
-
- {{
- t('customer.summary.credit')
- }}
-
- {{ toCurrency(entity.credit) }}
-
-
-
-
- {{
- t('customer.summary.creditInfo')
- }}
-
-
-
-
-
- {{
- t('customer.summary.securedCredit')
- }}
- {{
- toCurrency(entity.creditInsurance)
- }}
-
-
-
- {{
- t('customer.summary.securedCreditInfo')
- }}
-
-
-
-
-
- {{
- t('customer.summary.balance')
- }}
- {{
- toCurrency(entity.sumRisk) || toCurrency(0)
- }}
-
-
-
- {{
- t('customer.summary.balanceInfo')
- }}
-
-
-
-
-
- {{
- t('customer.summary.balanceDue')
- }}
-
- {{ toCurrency(balanceDue) }}
-
-
-
-
- {{
- t('customer.summary.balanceDueInfo')
- }}
-
-
-
-
-
- {{
- t('customer.summary.recoverySince')
- }}
- {{
- toDate(entity.recovery.started)
- }}
-
-
-
-
+
+
+
+ {{ t('customer.summary.customerId') }}
+
+ {{ entity.id }}
+
+
+
+
+
+ {{ t('customer.summary.name') }}
+
+ {{ entity.name }}
+
+
+
+
+
+ {{ t('customer.summary.contact') }}
+
+ {{ entity.contact }}
+
+
+
+
+
+ {{ t('customer.summary.salesPerson') }}
+
+ {{
+ entity.salesPersonUser.name
+ }}
+
+
+
+
+
+ {{ t('customer.summary.phone') }}
+
+ {{ entity.phone }}
+
+
+
+
+
+ {{ t('customer.summary.mobile') }}
+
+ {{ entity.mobile }}
+
+
+
+
+
+ {{ t('customer.summary.email') }}
+
+ {{ entity.email }}
+
+
+
+
+
+ {{ t('customer.summary.contactChannel') }}
+
+ {{
+ entity.contactChannel.name
+ }}
+
+
+