You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you so much for creating this project, it's been really helpful for me!
I'd like to offer a couple of suggestions on improving monopoly better for people who manage their finances much more efficiently as well as bookkeepers like me. :)
Instead of of a amount column, support for both DR (debit) and a CR (credit) columns
i.e on Debit Bank accounts, the Debit column increases the balance, and the Credit column decreases the balance
& on Credit card accounts, the Debit column decreases the balance, and the Credit column increases the balance
This command arg. can be called --double-entry-accounting
The sign of +/- has been working fine for me. It's easy to convert them into CR/DR notion if you would like.
At its current form I would say monopoly helps you to convert PDF into a machine readable format but it's not really for a complete bookkeeping solution. I'm using it as a intermediate step to transform bank statements to beancount, which is a book keeping system, and it works well for me so far.
Hi @shoenko, apologies for the late response. In principal I am okay with these proposed features -- there's already a bit of OCR support via the apply_ocr() method, but it's quite experimental at the moment.
Hi there!
First of all, thank you so much for creating this project, it's been really helpful for me!
I'd like to offer a couple of suggestions on improving
monopoly
better for people who manage their finances much more efficiently as well as bookkeepers like me. :)amount
column, support for both DR (debit) and a CR (credit) columns--double-entry-accounting
Excel
file (this can be achieved with pandas.DataFrame.to_excel())I appreciate you taking the time to consider my ideas.
-shoenko
The text was updated successfully, but these errors were encountered: