When splitting a tx with more than one posting, where one posting is big but other is below "split every day" threshold, the smaller one will be bulked up properly but the bigger one would be just ignored.
Solution (either)
- dont skip days based on smallest posting, base it on biggest posting
- when skipping days properly sum up all postings
When splitting a tx with more than one posting, where one posting is big but other is below "split every day" threshold, the smaller one will be bulked up properly but the bigger one would be just ignored.
Solution (either)