● {{ t('unsavedNote') }}
{{ t('yearFolder') }}
| {{ t('name') }} | {{ t('openDep') }} | {{ t('wk') }}{{ w }} | {{ t('savMonth') }} | {{ t('totSav') }} | {{ t('withdrawal') }} | {{ t('monthEndDep') }} | {{ t('fee') }} | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ r.name }} | {{ fmt(r.open_dep) }} | {{ r.dwk[w] ? fmt(r.dwk[w]) : '' }} | {{ fmt(r.sav_month) }} | {{ fmt(r.tot_sav) }} | {{ r.withdraw ? fmt(r.withdraw) : '' }} | {{ fmt(r.month_end_dep) }} | {{ r.fee ? fmt(r.fee) : '' }} | ||||
| {{ t('grandTotal') }} | {{ fmt(reportTotals.open_dep) }} | {{ fmt(reportTotals.sav_month) }} | {{ fmt(reportTotals.tot_sav) }} | {{ fmt(reportTotals.withdraw) }} | {{ fmt(reportTotals.month_end_dep) }} | {{ fmt(reportTotals.fee) }} | |||||
| {{ t('name') }} | {{ t('openLoan') }} | {{ t('newLoan') }} | {{ t('totLoan') }} | {{ t('wk') }}{{ w }} | {{ t('interest') }} | {{ t('totRecv') }} | {{ t('balLoan') }} | {{ t('intOut') }} | {{ t('monthEndLoan') }} | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ r.name }} | {{ fmt(r.open_loan) }} | {{ r.new_loan ? fmt(r.new_loan) : '' }} | {{ fmt(r.tot_loan) }} | {{ r.rwk[w] ? fmt(r.rwk[w]) : '' }} | {{ r.interest_recv ? fmt(r.interest_recv) : '' }} | {{ fmt(r.tot_recv) }} | {{ fmt(r.bal_loan) }} | {{ r.interest_out ? fmt(r.interest_out) : '' }} | {{ fmt(r.month_end_loan) }} | ||||
| {{ t('grandTotal') }} | {{ fmt(reportTotals.open_loan) }} | {{ fmt(reportTotals.new_loan) }} | {{ fmt(reportTotals.tot_loan) }} | {{ fmt(reportTotals.interest_recv) }} | {{ fmt(reportTotals.tot_recv) }} | {{ fmt(reportTotals.bal_loan) }} | {{ fmt(reportTotals.interest_out) }} | {{ fmt(reportTotals.month_end_loan) }} | |||||
{{ t('noMembers') }}