Manual movement
Dormant and disregarded
Money here is excluded from usable monthly funds until you explicitly restore it.
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 the selected month without changing historical expense records
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']) ?> | = h(ucfirst((string) ($entry['source_type'] ?: 'manual'))) ?> | = (float) $entry['amount'] >= 0 ? '+' : '' ?>= h(Support::money($entry['amount'], $symbol)) ?> |