From b06ce0569a5bed917a42f0fad4e1faff1db07bac Mon Sep 17 00:00:00 2001 From: Raju Shrestha Date: Thu, 8 Aug 2024 19:07:57 +0545 Subject: [PATCH] edit css --- .../application/views/accounts/cash_flow.php | 92 +++---------------- .../views/inventory/purchases/register.php | 12 +-- .../views/inventory/sales/register.php | 12 +-- 3 files changed, 25 insertions(+), 91 deletions(-) diff --git a/account/application/views/accounts/cash_flow.php b/account/application/views/accounts/cash_flow.php index 42b6984..121e3ce 100644 --- a/account/application/views/accounts/cash_flow.php +++ b/account/application/views/accounts/cash_flow.php @@ -8,9 +8,7 @@ $ExpenseAccounts = $this->acc->getAccountsByGroup(4); $IncomesTotal = $this->acc->getAccountBalanceByGroup(3); $ExpensesTotal = $this->acc->getAccountBalanceByGroup(4); $PL = $IncomesTotal - $ExpensesTotal; - ?> - - - - -
-

Cash Flow

-
-
-