Skip account valuation on entry balance_after_entry #1435
Reference in New Issue
Block a user
Delete Branch "1418-skip-account-valuation-on-balance-after-entry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why?
Partially Fixes 1418
When creating a transaction after an account valuation, the latter should not be considered in the calculation of the balance of the entry.
What?
Change the entry model in order to skip the account valuation amount in the balance_after_entry

What should we test?
Create an account valuation and a transaction after, and ensure the account valuation is not part of the calculation of the balance_after_entry within the context of the transaction.
Pending
There is another error related with Issue 1418, related to the way in which the amount of an account valuation is calculated, which in turn can cause the incorrect icon to be displayed.
Paired with @nicogaldamez
Thanks for the fix here!