load->library("BIBAccounts"); $BIBAccounts = new BIBAccounts(); ?>

>
>
>
Currently Filter Option by period are not available
false, // 'showZeroBalances' => false, 'showOB' => false, 'showClosing' => true, 'showPeriod' => false, ); // die; ?> getAccountGroupsWithBalances(); ?> posting_side == "DR") ? $group->opening_balance : 0; $totalOpeningCr += ($group->posting_side == "CR") ? $group->opening_balance : 0; $totalThisYearDr += ($group->posting_side == "DR") ? $group->regular_balance : 0; $totalThisYearCr += ($group->posting_side == "CR") ? $group->regular_balance : 0; $totalClosingDr += ($group->posting_side == "DR") ? $group->closing_balance : 0; $totalClosingCr += ($group->posting_side == "CR") ? $group->closing_balance : 0; ?>
Particulars Opening This Year Closing
Dr. Amount Cr. Amount Dr. Amount Cr. Amount Dr. Amount Cr. Amount
acgroup_name; ?> posting_side == "DR") ? $group->opening_balance : 0); ?> posting_side == "CR") ? $group->opening_balance : 0); ?> posting_side == "DR") ? $group->regular_balance : 0); ?> posting_side == "CR") ? $group->regular_balance : 0); ?> posting_side == "DR") ? $group->closing_balance : 0); ?> posting_side == "CR") ? $group->closing_balance : 0); ?>
getRootCategoriesWithBalances($group->acgroup_id); ?> renderAccountCategoriesTable($Accountcategories, $ReportOptions, array(), $showZeroBalances); ?>
Total Amount