{{CustomerBills.totalOpenAmount - CustomerBills.totalDunningAmount | currency : 'CHF '}}
{{CustomerBills.totalDunningAmount | currency : 'CHF '}}
{{isNegative(CustomerBills.totalOpenAmount) ? 0 : CustomerBills.totalOpenAmount | currency : 'CHF '}}

{{ 'creditMessage' | translate | replaceText : 'XXXX' : (-1 * CustomerBills.credit | currency : 'CHF ')}}



{{'dunningJokerActive' | translate | replaceText : 'XX.XX.XXXX' : (CustomerBills.dunningStopEndDate | date : 'dd.MM.yyyy')}}

{{isNegative(month.bill.amount) ? 0 : month.bill.amount | currency : 'CHF '}} {{month.date.getFullYear()}}
{{month.bill.invoiceNumber}}
{{month.bill.invoicePaymentDetail.dueDate | date : 'dd.MM.yyyy'}}
{{month.bill.invoicePaymentDetail.openAmount | currency : 'CHF '}}