I built my own bookkeeping app because all the other ones were too inefficient for me: #monet
A lot of it is automated. I just drop my expense PDFs into Dropbox and manually upload my bank statements. Monet then reconciles them automatically by extracting the date, vendor and amount from the PDFs (where possible) and links them to the bank statements.
Most of my revenue comes through Stripe so I can import those transactions using their API.
I built my own bookkeeping app because all the other ones were too inefficient for me:
#monet
A lot of it is automated. I just drop my expense PDFs into Dropbox and manually upload my bank statements. Monet then reconciles them automatically by extracting the date, vendor and amount from the PDFs (where possible) and links them to the bank statements.
Most of my revenue comes through Stripe so I can import those transactions using their API.
There's a Twitter thread detailing my development process: twitter.com/marckohlbrugge/st…