From 16135992fa8d8d628aa6fc6673de43edefe03274 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Sat, 15 Nov 2025 10:49:27 +0530 Subject: [PATCH] FEAT_PAYOUT_VIEWS --- app/Views/payout_list.php | 318 ++++++++++++++++++++++++++++++ app/Views/payout_list_handler.php | 308 +++++++++++++++++++++++++++++ 2 files changed, 626 insertions(+) create mode 100644 app/Views/payout_list.php create mode 100644 app/Views/payout_list_handler.php diff --git a/app/Views/payout_list.php b/app/Views/payout_list.php new file mode 100644 index 00000000..4b4eb477 --- /dev/null +++ b/app/Views/payout_list.php @@ -0,0 +1,318 @@ + + +
+
+
+
+
+

Payout List

+
+
+
+ + + + + + + + + + + + + + + + + $row){ ?> + + + + + + + + + + + + + + +
S.No.Inovice NoInvoice DateInvoice AmountUTR Total AmountBalanceStatusAgentAction
+ +
+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/app/Views/payout_list_handler.php b/app/Views/payout_list_handler.php new file mode 100644 index 00000000..1857baea --- /dev/null +++ b/app/Views/payout_list_handler.php @@ -0,0 +1,308 @@ +
+
+
+
+
+

+ Filter + + + +

+
+
+
+
+
+ + +
+ +
+ + +
+ +
+ +
+ + +
+ + +
+ +
+ Clear + Submit +
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+ + \ No newline at end of file