-
+
false,
);
?>
-
+
@@ -202,15 +292,15 @@ $BIBAccounts = new BIBAccounts();
?>
- acgroup_name; ?> |
+ acgroup_name; ?> |
- posting_side == "CR") ? $group->closing_balance : 0); ?> |
+ posting_side == "CR") ? $group->closing_balance : 0); ?> |
getRootCategoriesWithBalances($group->acgroup_id); ?>
- renderAccountCategoriesTable($Accountcategories, $ReportOptions, false, array()); ?>
+ renderAccountCategoriesTable($Accountcategories, $ReportOptions, false, array()); ?>
|
@@ -355,7 +445,8 @@ $BIBAccounts = new BIBAccounts();
- getAccountGroupsWithBalances($acgroup_id = null)); ?>
+ getAccountGroupsWithBalances($acgroup_id = null));
+ ?>
@@ -377,10 +468,11 @@ function footerfunctions()
document.getElementById("toggleShowAll").click();
});
-
- document.getElementById("toggleShowAll").addEventListener("click", function() {
+
+ document.getElementById("toggleShowAll").addEventListener("click", function(e) {
+ e.preventDefault();
var nestedRows = document.getElementsByClassName("collapse");
for (var i = 0; i < nestedRows.length; i++) {
if (nestedRows[i].classList.contains("show")) {
diff --git a/account/application/views/accounts/cash_flow.php b/account/application/views/accounts/cash_flow.php
index f80dfaf..2e5c97d 100644
--- a/account/application/views/accounts/cash_flow.php
+++ b/account/application/views/accounts/cash_flow.php
@@ -101,18 +101,94 @@ $PL = $IncomesTotal - $ExpensesTotal;