TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
788 stars 43 forks source link

Feature: Debit/Credit status #76

Closed Peter1994 closed 1 year ago

Peter1994 commented 2 years ago

Hi Axelander,

My bank account CSV export provides only a single field for Debits and Credits transactions. The amount in this field is always above 0. The CSV file also provides a field which describes the transaction type. The field itself is called 'Debit/credit' and contains 'Debit' or 'Credit' as values.

Is it possible to implement support for this?

TheAxelander commented 2 years ago

Crazy, now I realize how different banks handle these CSV exports (which is not your fault!) whishing it would be more standardized.

Overall it's possible to implement this. I think need to redesign a little bit the way how to handle these different variants of Debit and Credit values. Also referring to #72

I will put this in my backlog for next version.

ambroser1971 commented 2 years ago

@TheAxelander mind if I take this on this weekend? I have a similar issue with my bank.

TheAxelander commented 2 years ago

Sure, feel free. I haven't started working on it yet.

TheAxelander commented 1 year ago

Now available on pre-release