From 81a6b349ad5da70af1788c9bf60722ba9dafa5a9 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 14 Feb 2022 14:10:18 -0500 Subject: [PATCH] Added Income Line Chart to Income Report same with Expense Report --- report_expense_summary.php | 97 ++++++++++++++++++++++++++++++++++++- report_income_summary.php | 99 +++++++++++++++++++++++++++++++++++++- 2 files changed, 194 insertions(+), 2 deletions(-) diff --git a/report_expense_summary.php b/report_expense_summary.php index 1160b96b..34eada7e 100644 --- a/report_expense_summary.php +++ b/report_expense_summary.php @@ -1,6 +1,17 @@ + + +
@@ -122,4 +136,85 @@ $sql_categories = mysqli_query($mysqli,"SELECT * FROM categories WHERE category_ - + + \ No newline at end of file diff --git a/report_income_summary.php b/report_income_summary.php index 97d40ff9..7a575365 100644 --- a/report_income_summary.php +++ b/report_income_summary.php @@ -1,6 +1,17 @@ + + +
@@ -139,4 +153,87 @@ $sql_categories = mysqli_query($mysqli,"SELECT * FROM categories WHERE category_ - + + \ No newline at end of file