= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Invoice # | Parent | School Year | Total | Paid | Cash | Credit | Check | Balance | Refund | Discount | Status |
|---|---|---|---|---|---|---|---|---|---|---|---|
| = esc($inv['invoice_number']) ?> | = esc($inv['parent_name']) ?> = esc($inv['parent_name']) ?> | = esc($inv['school_year']) ?> | $= number_format($totalAmount, 2) ?> | $= number_format($paid, 2) ?> | $= number_format($cash, 2) ?> | $= number_format($cred, 2) ?> | $= number_format($chk, 2) ?> | $= number_format($balance, 2) ?> | $= number_format($refunded, 2) ?> | $= number_format($discounted, 2) ?> | = esc($status) ?> |
| Cash | Credit | Check | Grand Total (All Payments) |
|---|---|---|---|
| $= number_format($totalCash, 2) ?> | $= number_format($totalCredit, 2) ?> | $= number_format($totalCheck, 2) ?> | $= number_format($grandTotal, 2) ?> |
| Category | Total Amount |
|---|---|
| = esc($exp['category']) ?> | $= number_format($expAmt, 2) ?> |
| Status | Total Amount |
|---|---|
| = esc($r['status']) ?> | $= number_format($rAmt, 2) ?> |