mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
* Add Formula Rule function to set-split-amount fixed-amount and fixed-percent actions.
* Hide formula UI for remainder splits and simplify icon logic
* Guard against undefined options in set-split-amount else‑branch
* Show split amount formula in rules list
* Update tests based on changes introduced in 7fa1ff230e
* Change set-split-amount formula feature to work as a separate allocation method.
* [autofix.ci] apply automated fixes
* Update types for parent_amount
* Use a semantic non-interactive element instead of Button
* import organization
* [autofix.ci] apply automated fixes
* Fix tests
* Correctly hide when feature is disabled. Update release notes.
* Add tooltip documenting parent_amount formula variable
Change parent_amount to return in cents so it is consistent with amount
variable
Ensure balance variable is available in set-split-amount formula
Clean up parent_amount deletion to be consistent with balance
* Delete balance and parent_amount from subtransactions
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: youngcw <calebyoung94@gmail.com>