New Features
Track Assets
You can now track your tangible assets in Budget Board! Keep track of the value of important assets such as property, vehicles, jewelry, and other valuables.
Click on an asset to update its value and view more details.
Manually Run Rules
Added a button to allow for manually running individual rules. This allows you to easily run just one rule without having to run a full sync.
Also added a button to run a rule directly from the new rule form. This allows you to run a rule without having to save it.
Configure Automatic Sync Interval
Added a new SYNC_INTERVAL_HOURS configuration option that allows you to set the automatic sync interval. If not set, it will default to every 8 hours.
Bugs Fixed
- Removed the goal target amount edit field from loan payoff goals. These goals will always have a target value of 0, so the field is not needed.
- Updated the budget page to allow for editing of future budgets.
What's Changed
- Add run rule button by @teelur in #574
- Add asset tracking by @teelur in #580
- Disable goal target edit on loans by @teelur in #583
- Allow future months on budgets page by @teelur in #584
- add some new email sender options by @teelur in #585
- Bump playwright from 1.51.1 to 1.56.1 in /client by @dependabot[bot] in #586
- Fix no data line by @teelur in #587
- fix details header by @teelur in #588
Full Changelog: v2.6.2...v2.7.0