{{ title }}

Select Tab

No open records found

{{ record.header }}
Debt
Credit/Loan
Subscription
Amount
{{ record.sum }}
Тип
You are owed You owe
Repayment date
{{ toSmartFixDate(record.debts.return_date) }}
Paid
{{ record.debts.paid && record.debts.paid !== null ? toSmartFix(record.debts.paid, 2) : 0 }}
Amount
{{ record.sum }}
Rate
{{ record.credits.interest_rate + "%" }}
Term
In years In months --
Number of years Number of months Quantity...
{{ record.credits.years }}
Monthly payment
{{ record.credits.monthly_payment }}
Next payment
{{ record.credits.next_date && record.credits.next_date !== null ? record.credits.next_date : record.credits.next_payment_date }}
Reception date
{{ toSmartFixDate(record.credits.received_date) }}
Paid
{{ record.credits.paid && record.credits.paid !== null ? toSmartFix(record.credits.paid, 2) : 0 }}
Amount
{{ record.sum }}
Debit date
{{ record.subscriptions.next_date && record.subscriptions.next_date !== null ? toSmartFixDate(record.subscriptions.next_date) : toSmartFixDate(record.subscriptions.next_payment_date) }}
Spent by you
{{ record.subscriptions.paid !== null ? record.subscriptions.paid : 0 }}

Closed records not found

{{ record.header }}
Debt
Credit/Loan
Subscription
Amount
{{ record.sum }}
Type
You are owed You owe
Return date
{{ toSmartFixDate(record.debts.return_date) }}
Paid
{{ record.debts.paid && record.debts.paid !== null ? toSmartFix(record.debts.paid, 2) : 0 }}
Amount
{{ record.sum }}
Rate
{{ record.credits.interest_rate + "%" }}
Term
In years In months --
Number of years Number of months Quantity...
{{ record.credits.years }}
Monthly payment
{{ record.credits.monthly_payment }}
First payment
{{ record.credits.next_payment_date }}
Reception date
{{ toSmartFixDate(record.credits.received_date) }}
Paid
{{ record.credits.paid && record.credits.paid !== null ? toSmartFix(record.credits.paid, 2) : 0 }}
Amount
{{ record.sum }}
Debit date
{{ record.subscriptions.next_date && record.subscriptions.next_date !== null ? toSmartFixDate(record.subscriptions.next_date) : toSmartFixDate(record.subscriptions.next_payment_date) }}
Spent by you
{{ record.subscriptions.paid !== null ? record.subscriptions.paid : 0 }}