On 2/24/08, Daniele Favara <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> i'd like to share with all of you a tg app i coded, i hope you'll find
> it
> useful.
>
> It's not yet completed but it should be already usable.
>
> To install it please follow instructions at the home page.
>
> I'm open to any suggestino to improve it.
>
> Thank you
>
> ====================
> TGINVOICE 0.1dev-r51
> ====================
>
> tginvoice is a freelance invoice tracking system and project manager.
>
>
> Projects may have milestones, each milestone may have tasks and
> each task may be active or closed with different priorities.
>
> A biller may have customers and (s)he can create proformas and/or
> invoices.
>
> PDF are generated thanks to reportlab toolkit from rml templates.
>
> Each biller may have custom templates that should be placed in:
>
> - static/rml/<username>/invoice-<tmplname>.html
>
> :Home Page: http://tginvoice.googlecode.com
> :PyPi: http://pypi.python.org/pypi/tginvoice
> :Bugs: http://code.google.com/p/tginvoice/issues
> :IRC: #tginvoice (freenode)
> :ML: http://groups.google.com/group/tginvoice-users
> :Demo: http://dsslive.org:8081 (user: nomed, password: password)
>
> TODO
> ====
>
> - proformas/invoices from closed tasks
> - translations (see locales/)
> - products store
> - task comments
> - mailer


I understand that it is still in development so not everything is
fully polished but you still might want to look at the following
issues:

The url http://dsslive.org:8081/customers/show?id=x returns a 500
error with full tracebacks which you ideally want to hide (I guess).
Same for http://dsslive.org:8081/invoices/new?customer=x

The url http://dsslive.org:8081/invoices/new?var=proforma returns some
weird stuff with the __repr__ of a dict. Same is true for
http://dsslive.org:8081/invoices/new?customer=1&var=proforma

HTH,
Daniel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to