From 8b8a0357f07a13896dd87cb01a70696c789d0ebb Mon Sep 17 00:00:00 2001
From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com>
Date: Tue, 18 Mar 2025 13:08:19 +0100
Subject: [PATCH] Fix custom login page image uploading
---
debug_invoice.html | 188 +++++++++++++++++++++++++++++
system/autoload/Invoice.php | 235 ++++++++++++++++++++++++++++++++++++
system/lan/english.json | 3 +-
3 files changed, 425 insertions(+), 1 deletion(-)
create mode 100644 debug_invoice.html
create mode 100644 system/autoload/Invoice.php
diff --git a/debug_invoice.html b/debug_invoice.html
new file mode 100644
index 00000000..8d81acc1
--- /dev/null
+++ b/debug_invoice.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+ Invoice No: INV-284
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+ Invoice #: INV-284
+ Created: March 16, 2025
+ Due: March 23, 2025
+ |
+
+
+ |
+
+
+
+
+
+
+
+ PHPNuxBill
+ No 2, udo wogu street chevy view estate, Road c17 mercyland, losoro lakowe
+ +2347054020007
+ |
+
+
+ admin
+ admin
+ admin@gmail.com
+ 9006721321
+ |
+
+
+ |
+
+
+
+
+
+ Service
+ Description |
+ Plan Details
+ |
+ Amount |
+
+
+
+
+ Test Plan |
+ Monthly Subscription |
+ ₦200 |
+
+
+
+
+
+
+
Subtotal: ₦202.00
+ TAX (1%): ₦2.00
+ Total Due: ₦202.00
+
+
+
+
+
Payment Options:
+
Online Portal: pay.phpnuxbill.com
+ Bank Transfer: Account # 1234-567890
+ Auto Pay: Enabled (Next payment: 2023-11-12)
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/system/autoload/Invoice.php b/system/autoload/Invoice.php
new file mode 100644
index 00000000..51e54750
--- /dev/null
+++ b/system/autoload/Invoice.php
@@ -0,0 +1,235 @@
+$template