Available= h(Support::money($summary['gross_resources'], $symbol)) ?>
Searchable expense ledger
Link a payment to a target and its owing balance moves immediately.
= h(date('F Y', strtotime($month . '-01'))) ?>
= count($transactions) ?> recorded expense= count($transactions) === 1 ? '' : 's' ?>
Record a payment to start progressing this month’s targets.
| Date | Description | Category / target | Amount | Dormant pull | Actions |
|---|---|---|---|---|---|
| = h(date('M j', strtotime($transaction['transacted_on']))) ?>= h(date('Y', strtotime($transaction['transacted_on']))) ?> | = h($transaction['merchant']) ?>= h($transaction['notes']) ?> | = h($transaction['category_name'] ?: 'Uncategorized') ?>= h($transaction['item_name']) ?> | -= h(Support::money($transaction['amount'], $symbol)) ?> | = h(Support::money($transaction['dead_pull_amount'], $symbol)) ?> |