# v0.2.6 Revenue Fields + Dashboard Totals

Adds two office-entered lead fields:

- `quoted_cost`: estimated/quoted amount before or at booking.
- `actual_cost`: final paid/sold amount after the job is won or completed.

Dashboard calculations:

- Estimated Recovered = sum of `quoted_cost` for leads with status `booked`.
- Actual Recovered = sum of `actual_cost` for leads with status `won` or `completed`.

Existing leads can be opened and updated manually by the office.
