Skip to content

v2.0.3

Compare
Choose a tag to compare
@nielsmaerten nielsmaerten released this 27 May 17:55
· 59 commits to main since this release

Bugfix release

If a bank uses in- and outflow columns, but writes "0" in "inflow" when the transaction is an outflow, the parser would incorrectly create a transaction for an amount of 0.

Example:

id,inflow,outflow,memo
123,0,420,test

Should be a transaction of -420, not a transaction of 0

Fixed in #269 by @tobim-dev

v2.0.2...v2.0.3