Re: Reports in Django

2021-01-17 Thread Damanjeet Singh
In project I am using https://pivottable.js.org On Sun, 17 Jan 2021, 13:29 Ali Sufyan, wrote: > Hi All: > > Do we have report making library like crystal reports > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this

Re: Reports in Django

2021-01-17 Thread ramadhan ngallen
Use reportlab or weasyprint as alternative to crystal reports they both depends on css On 17 Jan 2021, 16:29 +0300, Ali Sufyan , wrote: > Hi All: > > Do we have report making library like crystal reports >  -- > You received this message because you are subscribed to the Google Groups > "Django u

Re: Reports in Django

2021-01-17 Thread gabriela...@gmail.com
Why you don't try with reporlab ? It's very easy to use. The only things that i don't know if I can make a sub-reports like Crystal. That is very uselfully. Regards, gabrielaraya2...@gmail.com El domingo, 17 de enero de 2021 a las 10:29:20 UTC-3, alisuf...@gmail.com escribió: > Hi All: > >

Re: reports

2013-12-12 Thread Derek
There is a tutorial here that seems comprehensive: http://www.geraldoreports.org/docs/tutorial-django.html Assuming you have something basic going, then its best to ask very specific questions - "I tried X (here is my code) and I get this error Y - how to solve..." On Wednesday, 11 December 20

Re: Reports

2012-03-16 Thread Alexey Luchko
We are using PDFs. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/EfQeowVhrBoJ. To post to this group, send email to django-users@googlegroups.com. To unsu

Re: Reports

2012-03-06 Thread Derek
I am curious as to why/how you use a reporting tool that does not support HTML for a web application? (PS I note that this tool, as in the case of Geraldo, also uses ReportLab) On Mar 5, 5:29 pm, Alexey Luchko wrote: > Hi! > > We are usinghttp://PythonReports.sf.net/. > > -- > Regards, > Alex.

Re: Reports

2012-03-05 Thread Alexey Luchko
Hi! We are using http://PythonReports.sf.net/. -- Regards, Alex. -- 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+un

Re: Reports

2012-03-05 Thread Derek
I plan to use ReportLab and/or Geraldo in an upcoming projects as they seem to be the best out there. In response to your criticisms: ReportLab. "Too low level" which I translate to mean this is a tool you can customise to do exactly what you want. In the same way Django is *not* a CMS and requi

Re: Reports

2008-04-02 Thread Alagu Madhu
rlib.sicompos.com http://www.htmltopdf.org/ http://openreport.org/index.py/static/page/docs On Apr 2, 2:51 pm, "Marinho Brandao" <[EMAIL PROTECTED]> wrote: > Sorry, I sent to wrong user group > > 2008/4/2, Marinho Brandao <[EMAIL PROTECTED]>: > > > > > Olá, > > >  para geração de gráficos, dê

Re: Reports

2008-04-02 Thread Marinho Brandao
Sorry, I sent to wrong user group 2008/4/2, Marinho Brandao <[EMAIL PROTECTED]>: > Olá, > > para geração de gráficos, dê uma olhadinha aqui também: > > http://marinho.webdoisonline.com/blog/p/136/ > > 2008/3/27, Justin Lilly <[EMAIL PROTECTED]>: > > > Django handles it as well as Python. > >

Re: Reports

2008-04-02 Thread Marinho Brandao
Olá, para geração de gráficos, dê uma olhadinha aqui também: http://marinho.webdoisonline.com/blog/p/136/ 2008/3/27, Justin Lilly <[EMAIL PROTECTED]>: > Django handles it as well as Python. > > Here are some resources I would suggest checking out: > report lab: http://www.reportlab.org/index.

Re: Reports

2008-03-27 Thread Justin Lilly
Django handles it as well as Python. Here are some resources I would suggest checking out: report lab: http://www.reportlab.org/index.html google charts: http://toys.jacobian.org/hg/googlecharts/ and http://toys.jacobian.org/hg/googlecharts/raw-file/tip/docs/examples.html(examples) django-gra