# Planned expenses

The **Planned Expenses** row shows the **total of all maintenance costs** scheduled for a given year.

It represents the sum of all tasks, including repairs, servicing, and end-of-life replacements that are due within that financial year.

---

## How it works

The system adds up **all expenses due** in the year, based on:

- Frequency of tasks
- Next due dates
- Life span and replacement costs (for end-of-life items)
- Adjustments for inflation

---

## Example

<div class="_tableContainer_1rjym_1" id="bkmrk-item-amount-boiler-s"><div class="group _tableWrapper_1rjym_13 flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" data-end="920" data-start="724"><thead data-end="743" data-start="724"><tr data-end="743" data-start="724"><th data-col-size="sm" data-end="731" data-start="724">Item</th><th data-col-size="sm" data-end="743" data-start="731">Amount</th></tr></thead><tbody data-end="920" data-start="764"><tr data-end="802" data-start="764"><td data-col-size="sm" data-end="790" data-start="764">Boiler servicing (2025)</td><td data-col-size="sm" data-end="802" data-start="790">$1,000</td></tr><tr data-end="838" data-start="803"><td data-col-size="sm" data-end="828" data-start="803">Roof inspection (2025)</td><td data-col-size="sm" data-end="838" data-start="828">$500</td></tr><tr data-end="878" data-start="839"><td data-col-size="sm" data-end="866" data-start="839">Floor replacement (2025)</td><td data-col-size="sm" data-end="878" data-start="866">$3,500</td></tr><tr data-end="920" data-start="879"><td data-col-size="sm" data-end="908" data-start="879">**Total Planned Expenses**</td><td data-col-size="sm" data-end="920" data-start="908">$5,000</td></tr></tbody></table>

</div></div>- The **$5,000** is used in the cashflow calculation to determine the closing balance.
- Any changes to tasks, frequencies, or costs automatically update the planned expenses for the year.