\n\n \n Account Balance History Report\n
\n \n \n \n Financial Date:\n \n | \n \n \n {{ `From: ${filter.financialDateFrom} - To: ${filter.financialDateTo} ` }}\n \n | \n \n \n {{ 'All' }}\n \n | \n
\n \n \n \n Account Name:\n | \n \n {{ summary.accountName }}\n | \n
\n \n \n \n Opening balance:\n | \n \n {{ toFormatAmount(summary.openingBalance) }}\n | \n
\n \n \n \n Total Credit:\n \n | \n \n \n NGN{{ toFormatAmount(summary.totalCredit) }}\n \n | \n
\n \n \n \n Total Debit:\n \n | \n \n \n NGN{{ toFormatAmount(summary.totalDebit) }}\n \n | \n
\n \n \n \n Closing balance:\n | \n \n {{ toFormatAmount(summary.closingBalance) }}\n | \n
\n \n