Closed jrick closed 1 year ago
When an transaction entry contains a decimal amount with no whole portion specified, assume the whole part is zero.
This avoids creating additional accounts from misparsed transactions, where the account name otherwise contained the decimal portion at the end.
I'm good with the change, but what about something like "-.34", should that be handled?
Yes, that seems reasonable as well.
When an transaction entry contains a decimal amount with no whole portion specified, assume the whole part is zero.
This avoids creating additional accounts from misparsed transactions, where the account name otherwise contained the decimal portion at the end.