false,
'showOB' => false,
'showClosing' => true,
'showPeriod' => false,
'AmountColWidth' => 180,
);
?>
Particulars |
Amount |
getAccountGroupsWithBalances(2); ?>
acgroup_name; ?> |
posting_side == "CR") ? $group->closing_balance : 0); ?> |
getRootCategoriesWithBalances($group->acgroup_id); ?>
renderAccountCategoriesTableForBS($Accountcategories, $ReportOptions, false, array()); ?>
|
closing_balance;
?>
getAccountGroupsWithBalances(5); ?>
acgroup_name; ?> |
posting_side == "CR") ? $group->closing_balance : 0); ?> |
getRootCategoriesWithBalances($group->acgroup_id); ?>
renderAccountCategoriesTableForBS($Accountcategories, $ReportOptions, false, array()); ?>
|
closing_balance;
?>
|
|
getAccountGroupsWithBalances(1); ?>
acgroup_name; ?> |
posting_side == "DR") ? $group->closing_balance : 0); ?> |
getRootCategoriesWithBalances($group->acgroup_id); ?>
renderAccountCategoriesTableForBS($Accountcategories, $ReportOptions, false, array()); ?>
|
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;
?>
|
getAccountGroupsWithBalances(4));
$TotalIncomes = $BIBAccounts->getAccountGroupsWithBalances(3)[0]->closing_balance;
$TotalExpenses = $BIBAccounts->getAccountGroupsWithBalances(4)[0]->closing_balance;
$PL = $TotalIncomes - $TotalExpenses;
$Side1Total += $PL;
?>
|
|