Does amount have to be negative for expense categories during imports? #527
femto-code
started this conversation in
General
Replies: 1 comment
-
|
In ezBookkeeping, amounts are typically positive values. For expense transactions, the amount represents the amount spent. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am building a mapper that maps my bank statements to a CSV file format readable by ezbookkeeping. Now, I need to know whether the ezbookkeeping import utility expects the amounts to be negative for expense categories? Or does it work as well with all positive?
I tried in earlier versions and an import with all amounts positive regardless of category (income or expense) produced a really weird situation where a negative amount for a transaction categorized as expense was inversely then recorded as income due to the sign.
Thank you for this great app.
Beta Was this translation helpful? Give feedback.
All reactions