gowtham
This commit is contained in:
parent
0cdc5496b0
commit
9d5ccab6d4
@ -92,7 +92,7 @@
|
||||
background: transparent;
|
||||
border: none;
|
||||
border-bottom: 1px solid #000000;
|
||||
width: 75%;
|
||||
width: 78%;
|
||||
}
|
||||
.address{
|
||||
background: transparent;
|
||||
@ -318,7 +318,7 @@
|
||||
|
||||
|
||||
<div class="col-md-8">
|
||||
<<<<<<< HEAD
|
||||
<!-----
|
||||
<center> <h3>Donation Receipt</h3></center></br>
|
||||
Date : <input type="text" class="date" value="<?= $receipt['date'] ?>" readonly>
|
||||
|
||||
@ -335,7 +335,7 @@ Amount Received By Charity :
|
||||
|
||||
|
||||
Amount in Words :
|
||||
<!-- call the function here -->
|
||||
|
||||
<?php
|
||||
|
||||
$number = $receipt['amount'];
|
||||
@ -386,7 +386,7 @@ Discription of Donation :
|
||||
<input type="text" class="cause" value="<?= $causedata['cause_name']; ?>" readonly></br></br></br>
|
||||
Authorized Signature : <img src="<?=base_url()?>/<?=$admindata['signature']?>" width="200" height="40">
|
||||
|
||||
=======
|
||||
------>
|
||||
<div class = "desktop">
|
||||
<center> <h3>Donation Receipt</h3></center></br>
|
||||
Date : <input type="text" class="date" value="<?= $receipt['date'] ?>" readonly>
|
||||
@ -404,7 +404,7 @@ Authorized Signature : <img src="<?=base_url()?>/<?=$adm
|
||||
|
||||
|
||||
Amount in Words :
|
||||
<!-- call the function here -->
|
||||
|
||||
<?php
|
||||
|
||||
$number = $receipt['amount'];
|
||||
@ -452,7 +452,7 @@ Authorized Signature : <img src="<?=base_url()?>/<?=$adm
|
||||
|
||||
|
||||
Discription of Donation :
|
||||
<input type="text" class="cause" value="<?= $causedata['cause_name']; ?>" readonly></br></br></br>
|
||||
<input type="text" class="cause" value="<?= $causedata['cause_name']; ?>" readonly></br>
|
||||
</div>
|
||||
|
||||
<div class = "mobile">
|
||||
@ -472,7 +472,7 @@ Authorized Signature : <img src="<?=base_url()?>/<?=$adm
|
||||
|
||||
|
||||
<div class="row">Amount in Words :</div>
|
||||
<!-- call the function here -->
|
||||
|
||||
<?php
|
||||
|
||||
$number = $receipt['amount'];
|
||||
@ -522,8 +522,8 @@ Authorized Signature : <img src="<?=base_url()?>/<?=$adm
|
||||
<div class="row">Discription of Donation :</div>
|
||||
<div class="row"><input type="text" class="mobcss" value="<?= $causedata['cause_name']; ?>" readonly></div>
|
||||
</div><br></br>
|
||||
Authorized Signature : <img src="<?=base_url()?>/<?=$admindata['signature']?>.png" alt="Girl in a jacket" width="200" height="40">
|
||||
>>>>>>> 1ed56b71a59217667a5e0c3c1104ae0549c7b580
|
||||
Authorized Signature : <img src="<?=base_url()?>/<?=$admindata['signature']?>" width="200" height="40">
|
||||
|
||||
</br></br>
|
||||
<center class="mailfont">"Thank You For Your Donation"</center>
|
||||
</div>
|
||||
|
||||
@ -0,0 +1 @@
|
||||
__ci_last_regenerate|i:1610086075;_ci_previous_url|s:58:"http://localhost/donation/PdfController/download_receipt/6";logged_user|s:1:"3";
|
||||
@ -0,0 +1 @@
|
||||
__ci_last_regenerate|i:1610086413;_ci_previous_url|s:40:"http://localhost/donation/view_receipt/6";logged_user|s:1:"3";
|
||||
@ -1 +1 @@
|
||||
__ci_last_regenerate|i:1610081417;_ci_previous_url|s:32:"http://localhost/donation/signup";
|
||||
__ci_last_regenerate|i:1610085627;_ci_previous_url|s:32:"http://localhost/donation/signup";
|
||||
@ -0,0 +1 @@
|
||||
__ci_last_regenerate|i:1610086413;_ci_previous_url|s:40:"http://localhost/donation/view_receipt/6";logged_user|s:1:"3";
|
||||
Loading…
Reference in New Issue
Block a user