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

>
>
>
true, 'showOB' => (isset($_POST['showOB'])) ? true : false, 'showClosing' => (isset($_POST['showClosing'])) ? true : false, 'showPeriod' => (isset($_POST['showPeriod'])) ? true : true, ); $showZeroBalances = false; ?> 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 Current Period Closing
Dr Cr Dr Cr Dr Cr
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, false, array()); ?>
Total Amount