This commit is contained in:
surya 2020-12-30 15:53:23 +05:30
parent 5553f3516e
commit cb992a1ad6
146 changed files with 145 additions and 40 deletions

View File

@ -175,10 +175,10 @@
<div class="row">
<div class="col-md-8">
<input type="file" name="upload_file" value="" >
<input type="file" name="upload_file" value="" style="padding-bottom:20px" >
</div>
<div class="col-md-4">
<button class="btn btn--radius-2 btn--red" type="submit">Submit</button>
<button type="button" class="btn btn-info "style="background-color: green; width: 160px; padding: 0px; line-height: 40px;">submit</button>
</div>
@ -190,7 +190,7 @@
<div class="row">
<a href="<?= base_url() ?>/donation_data_file"><h3>Sample file Download</h3></a>
<a href="<?= base_url() ?>/donation_data_file"><h4>Sample file Download</h4></a>
</div>
</form>

View File

@ -274,20 +274,22 @@
<center><h2>RECEIPT</h2></center>
<div class="hover-btn">
<center>
<a href="<?= base_url() ?>/edit_receipt/<?= $receipt['receipt_id'] ?>">
<button class="btn btn-one">Edit Receipt</button></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="<?= base_url() ?>/PdfController/download_receipt/<?= $receipt['receipt_id'] ?>">
<button class="btn btn-two">Download</button></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="<?= base_url() ?>/Send_mail/<?= $receipt['receipt_id'] ?>">
<button class="btn btn-three">Send Mail</button></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="<?= base_url() ?>/Dashboard">
<button class="btn btn-four">Exit</button></a>
</center>
<br>
<div class="wrapper wrapper--w790">
<div class="row" style="margin-bottom: 20px;">
<div class="col-md-3 col-sm-6">
<button type="button" class="btn btn-info " style="background-color: crimson; width: 160px; padding: 0px; line-height: 40px;">Edit Receipt</button>
</div>
<div class="col-md-3 col-sm-6">
<button type="button" class="btn btn-info "style="background-color: green; width: 160px; padding: 0px; line-height: 40px;">Download</button>
</div>
<div class="col-md-3 col-sm-6">
<button type="button" class="btn btn-info " style="background-color: orange; width: 160px; padding: 0px; line-height: 40px;">Send Mail</button>
</div>
<div class="col-md-3 col-sm-6">
<button type="button" class="btn btn-info "style="background-color: blue; width: 160px; padding: 0px; line-height: 40px;">Exit</button>
</div>
</div>
<div class="invoice-box">
<div class="row">
<div class="col-md-4">

View File

@ -175,10 +175,10 @@
<div class="row">
<div class="col-md-8">
<input type="file" name="transacton_upload" value="" >
<input type="file" name="transacton_upload" value="" style="padding-bottom:20px" >
</div>
<div class="col-md-4">
<button class="btn btn--radius-2 btn--red" type="submit">Submit</button>
<button type="button" class="btn btn-info "style="background-color: green; width: 160px; padding: 0px; line-height: 40px;">submit</button>
</div>
@ -190,7 +190,7 @@
<div class="row">
<a href="<?= base_url() ?>/transaction_file"><h3>Sample file Download</h3></a>
<a href="<?= base_url() ?>/transaction_file"><h4>Sample file Download</h4></a>
</div>
</form>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1609321965;_ci_previous_url|s:40:"http://localhost/donation/view_receipt/6";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607342249;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608562236;_ci_previous_url|s:47:"http://localhost/donation/dashboard/transaction";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607935660;_ci_previous_url|s:34:"http://localhost/donation/register";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607943803;_ci_previous_url|s:35:"http://localhost/donation/Dashboard";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608553806;_ci_previous_url|s:47:"http://localhost/donation/dashboard/transaction";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607342565;_ci_previous_url|s:54:"http://localhost/donation/My_controller/donor_register";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608266540;_ci_previous_url|s:35:"http://localhost/donation/Dashboard";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608282100;_ci_previous_url|s:44:"http://localhost/donation/dashboard/receipts";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608043360;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607617816;_ci_previous_url|s:34:"http://localhost/donation/register";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607405874;_ci_previous_url|s:49:"http://localhost/donation/My_controller/all_donor";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607518569;_ci_previous_url|s:35:"http://localhost/donation/dashboard";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608544947;_ci_previous_url|s:50:"http://localhost/donation/dashboard/donation_cause";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608295865;_ci_previous_url|s:49:"http://localhost/donation/dashboard/donation_data";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608548757;_ci_previous_url|s:35:"http://localhost/donation/Dashboard";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608560861;_ci_previous_url|s:50:"http://localhost/donation/dashboard/donation_cause";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1609322641;_ci_previous_url|s:40:"http://localhost/donation/view_receipt/6";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607754987;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607584946;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608376127;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1606827914;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1609314297;_ci_previous_url|s:35:"http://localhost/donation/all_donor";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608279200;_ci_previous_url|s:35:"http://localhost/donation/Dashboard";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608284309;_ci_previous_url|s:53:"http://localhost/donation/dashboard/all_donation_data";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607603345;_ci_previous_url|s:34:"http://localhost/donation/register";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1609322283;_ci_previous_url|s:39:"http://localhost/donation/donation_data";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608376977;_ci_previous_url|s:54:"http://localhost/donation/My_controller/donor_register";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608283084;_ci_previous_url|s:49:"http://localhost/donation/My_controller/all_donor";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608278766;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1609315339;_ci_previous_url|s:39:"http://localhost/donation/donation_data";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1609317640;_ci_previous_url|s:39:"http://localhost/donation/donation_data";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607527609;_ci_previous_url|s:35:"http://localhost/donation/dashboard";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607592854;_ci_previous_url|s:34:"http://localhost/donation/register";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607424324;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607617816;_ci_previous_url|s:34:"http://localhost/donation/register";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608565862;_ci_previous_url|s:34:"http://localhost/donation/register";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608183991;_ci_previous_url|s:47:"http://localhost/donation/dashboard/all_receipt";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608386632;_ci_previous_url|s:50:"http://localhost/donation/dashboard/donation_cause";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607527609;_ci_previous_url|s:35:"http://localhost/donation/dashboard";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608221758;_ci_previous_url|s:51:"http://localhost/donation/dashboard/all_transaction";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608565862;_ci_previous_url|s:34:"http://localhost/donation/register";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608563216;_ci_previous_url|s:49:"http://localhost/donation/dashboard/donation_data";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608117262;_ci_previous_url|s:49:"http://localhost/donation/My_controller/all_donor";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607762774;_ci_previous_url|s:35:"http://localhost/donation/Dashboard";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608528506;_ci_previous_url|s:35:"http://localhost/donation/Dashboard";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1609321356;_ci_previous_url|s:39:"http://localhost/donation/donation_data";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608298636;_ci_previous_url|s:49:"http://localhost/donation/dashboard/donation_data";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608280129;_ci_previous_url|s:49:"http://localhost/donation/My_controller/all_donor";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608388400;_ci_previous_url|s:50:"http://localhost/donation/dashboard/donation_cause";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607927622;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1609165290;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608556599;_ci_previous_url|s:49:"http://localhost/donation/dashboard/donation_data";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607780040;_ci_previous_url|s:49:"http://localhost/donation/dashboard/donation_data";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607580178;_ci_previous_url|s:26:"http://localhost/donation/";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1608382848;_ci_previous_url|s:54:"http://localhost/donation/My_controller/donor_register";logged_user|s:1:"3";

View File

@ -0,0 +1 @@
__ci_last_regenerate|i:1607592854;_ci_previous_url|s:34:"http://localhost/donation/register";

Some files were not shown because too many files have changed in this diff Show More