| >Select | Receipt Number | Receipt Date | Created By | Donor Name | Amount | Payment Mode | Status | Reason | Action | |
|---|---|---|---|---|---|---|---|---|---|---|
| = $row['receipt_id']; ?> | > | = $row['receipt_number']; ?> | = date("d-m-Y", strtotime($row['receipt_date'])); ?> | = $row['created_name']; ?> | donor_id) { $suffix = ""; if ($row['receipt_type'] == "organization" ) { $suffix = !empty($DonorData->org_name) ? " (" . $DonorData->org_name . ")" : " (-)"; } $donor = $DonorData->first_name . ' ' . $DonorData->last_name . $suffix; break; } } ?>= $donor; ?> | = $row['amount'].'('.$row['currency'].')'; ?> | = 'Debit Card'; ?> = 'Credit Card'; ?> = 'Cash'; ?> = 'UPI'; ?> = $row['payment_mode']; ?> | = $row['receipt_header']; ?> | " class="edit-button" title="Edit the Invoice"> " class="download-pdf-button" title="Download the Invoice"> |