From 691feb17b75493445c666a29c1f8b20d81f66022 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 8 Jul 2024 16:18:05 -0400 Subject: [PATCH] complete send money --- application/controllers/Bkotransaction.php | 7 +- .../views/bko/view_bko_completedsm.php | 128 ++++++++++++++++++ 2 files changed, 131 insertions(+), 4 deletions(-) create mode 100644 application/views/bko/view_bko_completedsm.php diff --git a/application/controllers/Bkotransaction.php b/application/controllers/Bkotransaction.php index 4658ad0..d136882 100644 --- a/application/controllers/Bkotransaction.php +++ b/application/controllers/Bkotransaction.php @@ -273,9 +273,7 @@ class Bkotransaction extends Bko_Controller { $edate = '2018-01-01'; $mysql = "SELECT m.completed||'
'||m.added AS COMPLETE_ADD,mp.confirmation,me.firstname||' '||me.lastname||'
'||me.email AS Sender," - . "sr.firstname||' '||sr.lastname||'
ACC:'||sr.account_no||'-'||be.name AS recipient, m.initiatingamount*0.01 AS Amount,m.fee*0.01 AS Fee, " - . "'' As Detail, " - . "'' As Process " + . "sr.firstname||' '||sr.lastname||'
ACC:'||sr.account_no||'-'||be.name AS recipient, m.initiatingamount*0.01 AS Amount,m.fee*0.01 AS Fee " . "FROM money_transfer m " . "LEFT JOIN members me ON me.id=m.member_id " . "LEFT JOIN members_payments mp ON mp.what_sendmoney = m.id " @@ -286,9 +284,10 @@ class Bkotransaction extends Bko_Controller { $query = $this->db->query($mysql); $data['sendmoney_dash_table'] = $this->table->generate($query); +//view_bko_completedsm.php $this->load->view('bko/view_bko_header', $data); - $this->load->view('bko/view_bko_pendingsm', $data); + $this->load->view('bko/view_bko_completedsm', $data); $this->load->view('bko/view_bko_footer', $data); } diff --git a/application/views/bko/view_bko_completedsm.php b/application/views/bko/view_bko_completedsm.php new file mode 100644 index 0000000..ea26324 --- /dev/null +++ b/application/views/bko/view_bko_completedsm.php @@ -0,0 +1,128 @@ + +
+ + +
+
+ + +
+
+
Completed Withdraw(s)
+
+
+ +
+
+
+ +
+
+ +
+
+ + +
+ + +
+ +
+ + +
+ +
+
+
.
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+ + +
+
+ + + + +
+ +