From 04014da21fb55b484f2ce35c7462ea7c1346e653 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 26 Jul 2026 01:10:52 -0400 Subject: [PATCH] Combined Payments and Revenues as one View called income keeps all income in one place and still can add revenue not related to invoice --- agent/dashboard.php | 2 +- agent/includes/client_side_nav.php | 10 +- agent/includes/inc_all_client.php | 7 +- agent/includes/side_nav.php | 10 +- agent/income.php | 444 ++++++++++++++++++++++++ income-merge.patch | 526 +++++++++++++++++++++++++++++ 6 files changed, 983 insertions(+), 16 deletions(-) create mode 100644 agent/income.php create mode 100644 income-merge.patch diff --git a/agent/dashboard.php b/agent/dashboard.php index c020f993..92e88950 100644 --- a/agent/dashboard.php +++ b/agent/dashboard.php @@ -179,7 +179,7 @@ if ($user_config_dashboard_financial_enable == 1) {
- +

Income

diff --git a/agent/includes/client_side_nav.php b/agent/includes/client_side_nav.php index 320a14cf..0a7a7747 100644 --- a/agent/includes/client_side_nav.php +++ b/agent/includes/client_side_nav.php @@ -304,13 +304,13 @@ = 1) { ?>
= 1) { ?> - + = 1) { ?> + +- +