Lewis Bergman wrote:
> Anyone know of any projects like this in Django? The closest I can find
> is Luca http://www.epx.com.br/luca/ which is based on turbogears.
>
> I find myself in need of at least some accounts receivable app that can
> track user invoices, payments, balances, and the standard stuff
> required for keeping track of money received.

You may want to look at the accounting modules of TinyERP:

http://tinyerp.com/demonstration.html

It's a powerful ERP system, written in Python, with a client-server
architecture, and very modular. A web "client" (also exposing a web
server) was recently added to the existing GTK one:

eTiny 1.0 (stable) released...
http://ametiny.blogspot.com/2008/02/etiny-10-stable-released.html

Alas, it's also based on Turbogears, not on Django. It may be worth a
look anyway.

-- 
Nicola Larosa - http://www.tekNico.net/

My .emacs is 41 lines and it never changes. It uses emacs-major-version
and emacs-minor-version to find and load a version-specific .emacs for
the running version. That file is 899 lines. It conditionally loads bits
and pieces of code from 41 files in another directory containing a total
of 4668 lines of elisp that I've written over the years...
 -- Terry Jones, September 2006


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to