Division in split leads to unbalances #367
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When dividing a number that is uneven in the split editor, we end up with an unbalanced transaction because of rounding errors.
For example, if we create a transaction for 12.37, and then edit one of the split in the split editor by entering "12.37/2", we end up with two "6.18" splits, which is of course incorrect.
The text was updated successfully, but these errors were encountered: