= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Parent | Student | Invoice # | Requested | Expected Refund | Balance Due | Status | Actions |
|---|---|---|---|---|---|---|---|
| = esc(trim(($review['parent_firstname'] ?? '') . ' ' . ($review['parent_lastname'] ?? '')) ?: '-') ?> | = esc(trim(($review['student_firstname'] ?? '') . ' ' . ($review['student_lastname'] ?? '')) ?: '-') ?> | = esc($review['invoice_number'] ?? '-') ?> |
= esc($dateOnly($review['withdrawal_request_date'] ?? null)) ?>
Calculated = esc($dateOnly($review['calculated_at'] ?? null)) ?>
|
= esc($moneyFromCents($review['new_refund_request_cents'] ?? 0)) ?> | = esc($moneyFromCents($review['balance_due_cents'] ?? 0)) ?> | = esc($reviewStatus ?: 'preview') ?> |
| Parent | Invoice # | Amount | Status | Payment | Actions |
|---|---|---|---|---|---|
| = esc(($r['firstname'] ?? '').' '.($r['lastname'] ?? '')) ?> | = esc($r['invoice_number'] ?? '-') ?> |
$= esc(number_format($refundAmount, 2)) ?>
= esc($fmt($r['requested_at'] ?? null)) ?>
|
= esc($statusLabel) ?>
= esc($nextStep) ?>
= esc($fmt($r['approved_at'])) ?>
by = esc($r['approved_by_name']) ?>
|
Paid: $= esc(number_format($paidAmount, 2)) ?>
Remaining: $= esc(number_format($remainingAmount, 2)) ?>
Check #: = esc($r['check_nbr'] ?? '-') ?>
Check File:
View
-
|
No action
|