Hacker News new | ask | show | jobs
by pbrook 4565 days ago
When I last looked up double-entry bookkeeping for Django for some projects I was working on, I came across Oscar and specifically https://github.com/tangentlabs/django-oscar-accounts . Have you seen that project? Any sense of how yours compares?
1 comments

django-oscar-accounts includes a web UI (I assume from the screenhots when I clicked your link).

bookkeeper has an empty views.py, and seems to be using django mostly for the ORM.

I'm curious to know what other people are using for this type of functionality. Does anyone reading this link their app directly to an accounting package, and post transactions in real-time using that API?