Trolling through the board a bit here are some other postings on
similar topics:

Suggesting looking at Satchmo
http://groups.google.com/group/django-users/browse_thread/thread/94ac6b1766a96208/e6b5f4189648bf53?lnk=gst&q=accounting#e6b5f4189648bf53

Suggesting Beancounter:
http://github.com/lincolnloop/django-beancounter/blob/736b627c337fdc2cab41f45375fd4eecbdd55526/beancounter/models.py

Thanks,

John

On Mar 5, 4:36 pm, Malcolm Tredinnick <malc...@pointy-stick.com>
wrote:
> On Thu, 2009-03-05 at 16:23 -0800, John Boxall wrote:
> > Hey everyone,
>
> > I'm building a Django app that charges users monthly and one time
> > fees. I need to generate invoices and keep track of orders and I most
> > definitely don't want to write this non-core code myself :) Someone
> > else must have done it (or something like it!)
>
> > I've tried searching in the usual places but haven't found anything
> > yet.
>
> > Has anyone seen any Django pluggable apps for maintaining billing
> > history for users?
>
> No idea about the collecting of raw data stuff. It's likely only a
> single model to record line items that you then summarise later when you
> actually generate the reports. So that might be easy enough to just
> knock up and even use the admin interface to populate.
>
> For the reporting side of things, you might want to look at Marinho
> Brandão's Geraldo project. I looked at an early version of it and it
> looked promising and sensibly designed (which sounds like damning with
> faint praise, but I just haven't had time or motivation to dig deeper
> into it. It's certainly on my list of apps to invest more time in).
>
> http://github.com/marinho/geraldo/tree/master
>
> Regards,
> Malcolm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to