From 4685f317f1c234be19a2629cbcc528829fa5782f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 Mar 2019 18:02:47 -0400 Subject: [PATCH] Accounts balance function added --- accounts.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/accounts.php b/accounts.php index 5617e357..064f5c9e 100644 --- a/accounts.php +++ b/accounts.php @@ -24,11 +24,22 @@ while($row = mysqli_fetch_array($sql)){ $account_id = $row['account_id']; $account_name = $row['account_name']; + $opening_balance = $row['opening_balance']; + ?> - $0.00 + + + $