Hi,
I made an accounting application with Python + wxPython and I need a tool for make reports for it: totals by columns, sums, etc
Any idea??
Thanks!!
···
–
Saludos / Best regards
Mario Lacunza
Desarrollador de Sistemas - Webmaster
Desarrollador 2 Estrellas VS2005
Email: mlacunza [AT] gmail [DOT] com
Website: http://mlacunzav.cogia.net
Blog: http://mlacunza.blogspot.com/
Lima - Peru
Maybe try TablePrint (under MoreWindows/Controls from the demo) ...
Buenos Suerte!
-Dave
"Mario Lacunza" <mlacunza@gmail.com> wrote in message
news:771741b20605221329n53adf0c0y7e584694daa9abc0@mail.gmail.com...
Hi,
I made an accounting application with Python + wxPython and I need a tool
for make reports for it: totals by columns, sums, etc
Any idea??
Thanks!!
···
--
Aja…I see your post. Do you printing with it?
···
2006/5/22, S. D. Rose s_david_rose@hotmail.com:
Maybe try TablePrint (under MoreWindows/Controls from the demo) …
Buenos Suerte!
-Dave
“Mario Lacunza” mlacunza@gmail.com wrote in message
news:771741b20605221329n53adf0c0y7e584694daa9abc0@mail.gmail.com…
Hi,
I made an accounting application with Python + wxPython and I need a tool
for make reports for it: totals by columns, sums, etc
Any idea??
Thanks!!
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
–
Saludos / Best regards
Mario Lacunza
Desarrollador de Sistemas - Webmaster
Desarrollador 2 Estrellas VS2005
Email: mlacunza [AT] gmail [DOT] com
Website: http://mlacunzav.cogia.net
Blog: http://mlacunza.blogspot.com/
Lima - Peru
Mario Lacunza wrote:
I made an accounting application with Python + wxPython and I need a tool for make reports for it: totals by columns, sums, etc
Any idea??
Check out reportlab: http://reportlab.org
Also check out Dabo's report writer / report designer, which wraps reportlab. Dabo is a 3-tier data framework, but you could certainly use only the report writer / report designer instead of buying into the entire framework. To get a feeling for what the report writer can do, please watch a couple screencasts (30 min total):
http://dabodev.com/documentation
···
--
Paul McNett
http://paulmcnett.com
http://dabodev.com
I just realized it was there, for a report I need to create. Yes, I just
integrated it into my program.
-Dave
Stamford, Connecticut, USA