Manual movement
Dormant and disregarded
Money here is subtracted from spendable funds, remains fully traceable, and can later be restored to monthly income or earmarked for a target.
Manual movement
Automatic rules
Income withholding= h((string) $settings->get('dead.income_value', 0)) ?>= $settings->get('dead.income_mode') === 'percent' ? '%' : ' fixed' ?> from each income source
Transaction pull= h((string) $settings->get('dead.transaction_value', 0)) ?>= $settings->get('dead.transaction_mode') === 'percent' ? '%' : ' fixed' ?> whenever an expense is recorded
RestorationsReturn to monthly income or identify a specific target without rewriting history
Permanent paper trail
Automatic or manual transfers will appear here.
| Date | Budget month | Movement | Source | Amount |
|---|---|---|---|---|
| = h(date('M j, Y g:i A', strtotime($entry['created_at']))) ?> | = h($entry['month']) ?> | = h(ucwords(str_replace('_', ' ', $entry['kind']))) ?>= h($entry['notes']) ?> | Target: = h($entry['destination_name'] ?: 'Archived target') ?>Monthly income= h(ucwords(str_replace('_', ' ', (string) ($entry['source_type'] ?: 'manual')))) ?> | = (float) $entry['amount'] >= 0 ? '+' : '' ?>= h(Support::money($entry['amount'], $symbol)) ?> |