/home/desid573/public_html/ims2/application/views/transactions
Edit: /home/desid573/public_html/ims2/application/views/transactions/transReport.php (5196B)
* @date 06-Apr-2017
*/
?>
Transaction Report
Transactions Between =date('jS M, Y', strtotime($from))?> and =date('jS M, Y', strtotime($to))?>
Transactions Between =date('jS M, Y', strtotime($from))?> and =date('jS M, Y', strtotime($to))?>
| SN |
Receipt No |
Total Items |
Total Amount |
Amount Tendered |
Change Due |
Mode of Payment |
Staff |
Customer |
Date |
| = $sn ?>. |
= $get->ref ?> |
= $get->quantity ?> |
₦= number_format($get->totalMoneySpent, 2) ?> |
₦= number_format($get->amountTendered, 2) ?> |
₦= number_format($get->changeDue, 2) ?> |
= str_replace("_", " ", $get->modeOfPayment)?> |
=$get->staffName?> |
=$get->cust_name?> - =$get->cust_phone?> - =$get->cust_email?> |
= date('jS M, Y h:ia', strtotime($get->transDate)) ?> |
totalMoneySpent; ?>
- No Transaction Found Within Specified Dates
Total Earned: ₦=number_format($total_earned, 2)?>