Re: DAILY,MONTHLY AND ANNUAL REPORTS

2023-08-09 Thread ivan harold
e: > >> Hello Friends, >> >> How can I get weekly,Monthly and annual reports? from the following model. >> I want to get the total amount paid in the week,month and year >> >> >> class Payments(models.Model): >> id = models.AutoField(primary_key = True

Re: DAILY,MONTHLY AND ANNUAL REPORTS

2023-07-21 Thread Prashanth Patelc
Write a condition based on paidon date filed like filter date , If date is today get last 7days report and get last month report. On Fri, Jul 21, 2023, 11:12 PM Abdou KARAMBIZI wrote: > Hello Friends, > > How can I get weekly,Monthly and annual reports? from the following model. > I

DAILY,MONTHLY AND ANNUAL REPORTS

2023-07-21 Thread Abdou KARAMBIZI
Hello Friends, How can I get weekly,Monthly and annual reports? from the following model. I want to get the total amount paid in the week,month and year class Payments(models.Model): id = models.AutoField(primary_key = True) amount = models.IntegerField() paidon = models.DateField

Re: Building reports in Django / Python

2021-04-24 Thread Eugene TUYIZERE
> solution - but I can’t seem to find any... >> >> Med vänliga hälsningar, >> >> Andréas >> >>> 24 apr. 2021 kl. 22:13 skrev Benny M : >>> >>>  This is a great use of management commands. I use that combined with a >>> cron job t

Re: Building reports in Django / Python

2021-04-24 Thread Benny M
do is move away from excel to another solution - but I can’t seem to find any... Med vänliga hälsningar, Andréas 24 apr. 2021 kl. 22:13 skrev Benny M :  This is a great use of management commands. I use that combined with a cron job to generate reports on a schedule. The management command

Re: Building reports in Django / Python

2021-04-24 Thread Andréas Kühne
hälsningar, Andréas > 24 apr. 2021 kl. 22:13 skrev Benny M : > >  This is a great use of management commands. I use that combined with a cron > job to generate reports on a schedule. The management command allows you to > use Django’s ORM for polling data, and there’s excel pac

Re: Building reports in Django / Python

2021-04-24 Thread Benny M
This is a great use of management commands. I use that combined with a cron job to generate reports on a schedule. The management command allows you to use Django’s ORM for polling data, and there’s excel packages out there (can’t think of a name off the top of my head), but even to that point

Building reports in Django / Python

2021-04-24 Thread Andréas Kühne
Hi all, I was wondering if anyone has any good resources for building reports in Django / Python. What I am trying to do is the following: * I have built a questionnaire motor - it works more or less like google forms and collects the input from 1 or more respondents to a questionnaire. So far so

JSONField with callable default reports ModelForm.has_changed() when it hasn't

2021-04-08 Thread Stuart Kelly
The issue is similar to this bug that has been fixed: https://code.djangoproject.com/ticket/24428 however doesn't seem to be due to coercion. I've discovered this when trying to update a project from django 2.2 to 3.2 test case to reproduce (in a new django project/app) ``` from django.db import

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" gr

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 Gr

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 escr

Reports in Django

2021-01-17 Thread Ali Sufyan
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 group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegrou

Any Pypi Library to generate Different Reports on Connected models as well.as Different Graph Generation

2019-09-07 Thread Balaji Shetty
Hi everyone Can any one of you please tell me is there Any Pypi Library to generate Different Reports on Connected models as well.as Different Graph Generation. I want to apply aggregate function like sum, count, avg, group by, having, inner and outer join. I want to generate in Django admin

Re: Why do my django email error reports have weird characters in the subject?

2019-07-19 Thread Tal
Ended up being related to the other problem I was having, where I was getting 2 emails for every exception, and both problems were caused by enabled django-channels. Disabling django channels, or running django-channels in production with daphne, rather than using the channels ASGI development

Re: Why do my django email error reports have weird characters in the subject?

2019-07-19 Thread Tal
Is this possibly related to the fact that I have django-channels enabled? I'll try disabling it to see if it's related. On Friday, July 19, 2019 at 9:46:20 AM UTC-6, Tal wrote: > > I setup my django 2.2.3 project to use gmail to send emails out. > > I also have it configured to send me emails abou

Why do my django email error reports have weird characters in the subject?

2019-07-19 Thread Tal
I setup my django 2.2.3 project to use gmail to send emails out. I also have it configured to send me emails about any exceptions that occur. To test it, I made a view with: float('a') It works, but there are weird characters in the subject of the email I receive, and in the first part of t

Re: How to create Different Graphs and PDF Reports

2019-06-24 Thread Joel Mathew
You can use reportlab for pdf generation On Mon, 24 Jun, 2019, 9:18 PM Balaji Shetty, wrote: > HI > can anyone suggest How to create Different Graphs and PDF Reports in > Django Admin Panel itself which work on Models with relation. > It there any library. > > > > --

Re: How to create Different Graphs and PDF Reports

2019-06-24 Thread ABHISHEK RAJ
Yes, you can use Fusion Charts <https://www.fusioncharts.com/> library. Here is the link https://www.fusioncharts.com/blog/creating-charts-in-django/ On Mon 24 Jun, 2019, 9:18 PM Balaji Shetty, wrote: > HI > can anyone suggest How to create Different Graphs and PDF Reports in &g

How to create Different Graphs and PDF Reports

2019-06-24 Thread Balaji Shetty
HI can anyone suggest How to create Different Graphs and PDF Reports in Django Admin Panel itself which work on Models with relation. It there any library. -- *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information Technology,* *SGGS Institute of Engineering & Technology, Vishnu

Re: I want to build dynamic report tool using and postgres and reports are like tables based on locations

2018-12-16 Thread aryan patel
Tiainen Hi. > > I've been using wkhtmltopdf for my reports. > > It's very easy to use and best of all you can use whatever webkit browsers > do support. > > There also exists reportlab that can generate reports. > > aryan patel kirjoitti su 16. jouluk. 2018

Re: I want to build dynamic report tool using and postgres and reports are like tables based on locations

2018-12-16 Thread Jani Tiainen
Hi. I've been using wkhtmltopdf for my reports. It's very easy to use and best of all you can use whatever webkit browsers do support. There also exists reportlab that can generate reports. aryan patel kirjoitti su 16. jouluk. 2018 klo 21.18: > Kindly give me any suggestions or

I want to build dynamic report tool using and postgres and reports are like tables based on locations

2018-12-16 Thread aryan patel
Kindly give me any suggestions or any guidance . -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group

Re: Creating Reports in Django Admin Panel

2018-06-04 Thread Joseph Mutumi
Hello, You'll first need to create a custom admin page. Create your view and add it to the urls.py like normal. Then you extend the admin base template and display your aggregation in there: {% extends "admin/base_site.html" %} {% block title %}Stats title{% endblock %} {% block content %}Stats

Creating Reports in Django Admin Panel

2018-06-01 Thread Mukul Mantosh
How to create a report in django-admin panel of number of users added to the database in a day, week and month. Also, how many API calls for every particular API has been made in a day, week and month. -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Decrease amount of identical "Email reports"

2017-01-14 Thread Melvyn Sopacua
quite annoying reading thouse > idetical emails sometimes. It's also possible to miss anouther error > report inside a bunch of identical.. > > Did somebody know how to decrease amount of identical Email reports? > <https://docs.djangoproject.com/en/1.10/howto/error-reporting/#ema

Re: Decrease amount of identical "Email reports"

2017-01-09 Thread Sam Walters
This causes email server load and it's quite annoying reading thouse > idetical emails sometimes. It's also possible to miss anouther error report > inside a bunch of identical.. > > Did somebody know how to decrease amount of identical Email reports? > <https://docs.djangop

Re: Decrease amount of identical "Email reports"

2017-01-09 Thread roboslone
s anouther error report inside a > bunch of identical.. > > Did somebody know how to decrease amount of identical Email reports? > <https://docs.djangoproject.com/en/1.10/howto/error-reporting/#email-reports> > Maybe set some timeout for the same message subject would be correct

Decrease amount of identical "Email reports"

2017-01-09 Thread Nacharov Mikhail
It's also possible to miss anouther error report inside a bunch of identical.. Did somebody know how to decrease amount of identical Email reports? <https://docs.djangoproject.com/en/1.10/howto/error-reporting/#email-reports> Maybe set some timeout for the same message subject would

Re: Github v code.djangoproject for bug reports

2016-02-18 Thread Malik Rumi
Ok, never mind. I had to log in first. On Thursday, February 18, 2016 at 11:20:19 AM UTC-6, Malik Rumi wrote: > > Thanks, but, that link goes to http://goog_1605940378/ and reports: > > The server at *goog_1605940378* can't be found, because the DNS lookup > failed

Re: Github v code.djangoproject for bug reports

2016-02-18 Thread Malik Rumi
Thanks, but, that link goes to http://goog_1605940378/ and reports: The server at *goog_1605940378* can't be found, because the DNS lookup failed. DNS is the network service that translates a website's name to its Internet address. This error is most often caused by having no connecti

Re: Github v code.djangoproject for bug reports

2016-02-18 Thread Tim Graham
Please read https://code.djangoproject.com/newticket for an explanation of what type of issue should be reported where. On Thursday, February 18, 2016 at 10:41:54 AM UTC-5, Malik Rumi wrote: > > Does it matter if a bug is reported to one and not the other? Is there any > difference between the

Github v code.djangoproject for bug reports

2016-02-18 Thread Malik Rumi
Does it matter if a bug is reported to one and not the other? Is there any difference between the two? Do the issue tracking numbers between the two line up? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and st

Re: reports

2013-12-12 Thread Derek
1 December 2013 22:21:28 UTC+2, fabricio wrote: > > Can anyone direct me to some tool to report in django using geraldo because > I am and I'm having difficulty and do what I need in the reports. > > > graciously > > fabricio > -- You received this message becau

reports

2013-12-11 Thread fabricio
Can anyone direct me to some tool to report in django using geraldo because I am and I'm having difficulty and do what I need in the reports. graciously fabricio -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Django Inspector - Inspects and reports on Django sites

2013-04-15 Thread Daniele Procida
If like me you're responsible for a large and sprawling site, maintained by several dozen users, and you feel you don't know enough about what's going on in it you might find useful. I discovered a few interesting things the first time I ran it, incl

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

Reports

2012-03-05 Thread Ahmed Toulan
Hi, We have a Django website and we would like to have a reporting engine, if it could be in python and integrated with Django it would be awesome. Here are the options I investigated: 1. Jasper is really promising and has a lot of features, but unfortunately it's Java and I would need t

Re: I need to do reports, and I would like reports that are integrated with django admin.

2011-07-05 Thread Venkatraman S
On Wed, Jul 6, 2011 at 3:23 AM, Kase wrote: > > I have no problem to make my pages with reports of objects, but I like > that are integrated with django admin, in the same tuple in the object > list. > > any suggestions? > Did you try creating a page and showing the infor

I need to do reports, and I would like reports that are integrated with django admin.

2011-07-05 Thread Kase
I have no problem to make my pages with reports of objects, but I like that are integrated with django admin, in the same tuple in the object list. i dont know if exist extention, but one of these reports is complex = / I have an object, insurance, customer, policy, policy_year and a i need a

Adding information to error reports

2010-04-09 Thread Steve Holden
What's easiest way to ensure that further data is displayed as a part of the emails sent after a server error? Some of the data would be present in all requests, some might only be available for particular requests. regards Steve -- You received this message because you are subscribed to the Go

Re: News about Geraldo Reports

2010-01-28 Thread Stodge
I can't visit your site from work anyway: Reason/Raison: The Websense category "Potentially Damaging Content" is filtered. :P On Jan 26, 3:42 am, Marinho Brandao wrote: > Hello people, > > I have good news :) > > I've done today the new website of Geraldo Re

Re: News about Geraldo Reports

2010-01-28 Thread derek
site (but that's just me!). In terms of content - here is a (quick) rewording of your "blurbs" (whatever your final version, running them past a native- English speaker will be really helpful): What is Geraldo Reports? Geraldo is an open-source reporting engine for Python or Dja

Re: [Announcing] News about Geraldo Reports

2010-01-27 Thread Nick Lo
Hi Marinho, > I have good news :) > > I've done today the new website of Geraldo Reports [1]. I hate to be one to say this as it looks like you've put a lot of work in, but I much, much, much preferred the look of your old site. Mainly for one reason: It was very easy to

[Announcing] News about Geraldo Reports

2010-01-26 Thread Marinho Brandao
Hello people, I have good news :) I've done today the new website of Geraldo Reports [1]. Geraldo is a tool to make business reports easy, that not necessarily will be PDF files. For a while it just supports PDF and TXT (for file and matrix printers), but in the future it will supports

Re: upgraded to python2.5, but error-reports/traceback still references python2.3?

2009-08-07 Thread Daniel Roseman
On Aug 7, 5:45 pm, Cody Django wrote: > This is weird: I used to use python2.3 on the mediatemple server, but > recently upgraded to python2.5.  I've also installed mysqldb, pil, ect > under python2.5.  I've updated my pythonpath so the python2.5 route is > being used.  Everything works just fine

upgraded to python2.5, but error-reports/traceback still references python2.3?

2009-08-07 Thread Cody Django
This is weird: I used to use python2.3 on the mediatemple server, but recently upgraded to python2.5. I've also installed mysqldb, pil, ect under python2.5. I've updated my pythonpath so the python2.5 route is being used. Everything works just fine, but I've noticed in the traceback that python

Geraldo - reports engine

2009-01-19 Thread Marinho Brandao
Hi folks, I am working in a reports engine, with name "Geraldo". It is working well and I will finish the missing things for a first version tonight or tomorrows night. Its repository is here: - http://github.com/marinho/django-geraldo/ For a while it is generating only PDF, is a

Data portal (reports website) with Django?

2008-07-13 Thread falcon
Hi, I need to build a corporate site which displays various numbers, statistics and metrics for decision makers. Basically a decision support system or even the kind of stuff crystal reports is used for. Typically, we have built 'reports' that display specific data. Each report is

Re: Reports

2008-04-02 Thread Alagu Madhu
t;  > (examples) > >  >   django-graphs:http://code.google.com/p/django-graphs/ > > >  >  -justin > > >  > On Thu, Mar 27, 2008 at 4:03 PM, Percy Gonzales <[EMAIL PROTECTED]> > >  > wrote: > > >  > > Hello, as Django

Re: Reports

2008-04-02 Thread Marinho Brandao
/hg/googlecharts/raw-file/tip/docs/examples.html > > (examples) > > django-graphs: http://code.google.com/p/django-graphs/ > > > > -justin > > > > On Thu, Mar 27, 2008 at 4:03 PM, Percy Gonzales <[EMAIL PROTECTED]> > > wrote: >

Re: Reports

2008-04-02 Thread Marinho Brandao
r 27, 2008 at 4:03 PM, Percy Gonzales <[EMAIL PROTECTED]> > wrote: > > > > > Hello, as Django's handling of the issue: > > * Generate reports PDF > > * Graphics statistics (bars, cakes ,...) > > > > > > Thanks > > > > Percy > >

Re: Reports

2008-03-27 Thread Justin Lilly
-graphs: http://code.google.com/p/django-graphs/ -justin On Thu, Mar 27, 2008 at 4:03 PM, Percy Gonzales <[EMAIL PROTECTED]> wrote: > > Hello, as Django's handling of the issue: > * Generate reports PDF > * Graphics statistics (bars, cakes ,...) > > > Thanks > >

Reports

2008-03-27 Thread Percy Gonzales
Hello, as Django's handling of the issue: * Generate reports PDF * Graphics statistics (bars, cakes ,...) Thanks Percy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To pos

Re: Something like a mini Crystal Reports with Django

2007-08-06 Thread Ben Ford
Hi again guys, I've created a google code project called django-reports<http://code.google.com/p/django-reports/>to share my work thus far. As I mention on the welcome page, it's far from complete, but it all works on my machine. I'll try and whip up some documentation ASAP

Re: Something like a mini Crystal Reports with Django

2007-08-05 Thread Mir Nazim
gt; I will more interested in Models and View than template. > > > > > On Aug 3, 11:51 am, "Matt Davies" <[EMAIL PROTECTED]> wrote: > > > > > Ben, I'd be interested in looking at that application. > > > > > > Need someone to help with te

Re: Something like a mini Crystal Reports with Django

2007-08-05 Thread Ben Ford
ate. > > > > > On Aug 3, 11:51 am, "Matt Davies" <[EMAIL PROTECTED]> wrote: > > > > Ben, I'd be interested in looking at that application. > > > > > > Need someone to help with testing? > > > > > > On 03/08/07, Ben F

Re: Something like a mini Crystal Reports with Django

2007-08-05 Thread Mir Nazim
t; > > Need someone to help with testing? > > > > On 03/08/07, Ben Ford <[EMAIL PROTECTED]> wrote: > > > > > I'm working on a django app at the moment that allows you to define and > > > > save reports. It has a method similar to templatetags for loa

Re: Something like a mini Crystal Reports with Django

2007-08-04 Thread Chris Hoeppner
Matt Davies" <[EMAIL PROTECTED]> wrote: > > Ben, I'd be interested in looking at that application. > > > > Need someone to help with testing? > > > > On 03/08/07, Ben Ford <[EMAIL PROTECTED]> wrote: > > > > > > > > > I

Re: Something like a mini Crystal Reports with Django

2007-08-04 Thread Mir Nazim
> Need someone to help with testing? > > On 03/08/07, Ben Ford <[EMAIL PROTECTED]> wrote: > > > > > I'm working on a django app at the moment that allows you to define and > > save reports. It has a method similar to templatetags for loading user > > d

Re: Something like a mini Crystal Reports with Django

2007-08-02 Thread Matt Davies
Ben, I'd be interested in looking at that application. Need someone to help with testing? On 03/08/07, Ben Ford <[EMAIL PROTECTED]> wrote: > > I'm working on a django app at the moment that allows you to define and > save reports. It has a method similar to temp

Re: Something like a mini Crystal Reports with Django

2007-08-02 Thread Ben Ford
I'm working on a django app at the moment that allows you to define and save reports. It has a method similar to templatetags for loading user defined functions to add to the reports too. As it stands you can build and save these reports with a web front end, and download the results in C

Re: Something like a mini Crystal Reports with Django

2007-08-02 Thread Mir Nazim
t; > > On Jul 31, 4:28 pm, Mir Nazim <[EMAIL PROTECTED]> wrote: > > > > Hello > > > > I was wondering has anybody done application that was something like a > > > mini crystal reports. Generating a report based of model items > > > selected in a W

Re: Something like a mini Crystal Reports with Django

2007-08-02 Thread Lucky B
: > Anybody has any views on this. > > -- > PS: posting just to keep this topic fresh > > On Jul 31, 4:28 pm, Mir Nazim <[EMAIL PROTECTED]> wrote: > > > Hello > > > I was wondering has anybody done application that was something like a > &g

Re: Something like a mini Crystal Reports with Django

2007-08-02 Thread Mir Nazim
Anybody has any views on this. -- PS: posting just to keep this topic fresh On Jul 31, 4:28 pm, Mir Nazim <[EMAIL PROTECTED]> wrote: > Hello > > I was wondering has anybody done application that was something like a > mini crystal reports. Generating a report ba

Something like a mini Crystal Reports with Django

2007-07-31 Thread Mir Nazim
Hello I was wondering has anybody done application that was something like a mini crystal reports. Generating a report based of model items selected in a WYSIWYG(ok this is not important) fashion. And generating a HTML tables based report with defined calculations etc. I understand that Django

Re: Jasper Reports

2007-06-12 Thread [EMAIL PROTECTED]
act same path as you. I wanted to use Jasper/iReport > with Django. In the end, it ended up being easier just using Report Lab > which has produced some very nice results. I do miss iReport, but for > our purposes we didn't need a graphical editor for the reports on this > proje

Re: Jasper Reports

2007-06-12 Thread Joel
I went down the exact same path as you. I wanted to use Jasper/iReport with Django. In the end, it ended up being easier just using Report Lab which has produced some very nice results. I do miss iReport, but for our purposes we didn't need a graphical editor for the reports on this pr

Re: Jasper Reports

2007-06-12 Thread olive
Hello, another way is to use OpenOffice: - easy to use and feature reach graphical interface (Text, Draw, Presentation or Speadsheet) - Native PDF export (you don't need any Adobe product) - standard Open Document Format (recommended way to populate data from a template using LXML for example) -

Re: Jasper Reports

2007-06-12 Thread Eugene Morozov
On 12 июн, 04:53, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Has anyone successfully used Jasper Reports on the server being called > from a Django view? I've implemented a Jasper server in Jython. It listens on some network port and generates Jasper reports

Re: Jasper Reports

2007-06-12 Thread [EMAIL PROTECTED]
I inherited an online reporting/statistic web-app built with Spring and Jasper Reports. After being exposed to that, it is safe to say that I wont vulentarily use Jasper in any future project, ever. I haven't followed any of the links here, but iReport is a pretty horrible program to work

Re: Jasper Reports

2007-06-11 Thread [EMAIL PROTECTED]
I downloaded the screencast on it, which took forever, it looks pretty crude right now. I'm sure it will develop over time, but my boss has seen iReport for Jasper Reports before, which is why he was wanting me to try and use that. I've done a form design tool for something else in

Re: Jasper Reports

2007-06-11 Thread Carl Karsten
[EMAIL PROTECTED] wrote: > Has anyone successfully used Jasper Reports on the server being called > from a Django view? > > I've done a few things with ReportLab, but we have the need for a > graphical Report Designer, which I don't believe exists for Report

Jasper Reports

2007-06-11 Thread [EMAIL PROTECTED]
Has anyone successfully used Jasper Reports on the server being called from a Django view? I've done a few things with ReportLab, but we have the need for a graphical Report Designer, which I don't believe exists for Report Lab...so we were talking about the possibiltiy of using Jasp

Re: Integrating Jasper reports / Reporting in general ??

2007-04-10 Thread gordyt
Joel I recently went through the same process; that is, I migrated from a Java application, using JasperReports to a Python/Django application using ReportLab. It took a bit to get my head around ReportLab, but end the end it has worked out very nicely. --gordon --~--~-~--~~---

Re: Integrating Jasper reports / Reporting in general ??

2007-04-09 Thread Joel
e to use Jasper Reports because we use it on other (Java and > PHP) projects and it has a great, free report editor > (http://jasperforge.org/sf/wiki/do/viewPage/projects.ireport/wiki/Screenshots) > > Has anyone seen something like this for Python? Or even Django? I want > to avoid re-wr

Integrating Jasper reports / Reporting in general ??

2007-04-09 Thread Joel
I saw that someone has let Ruby use JasperReports with a simple script: http://wiki.rubyonrails.org/rails/pages/HowtoIntegrateJasperReports I would love to use Jasper Reports because we use it on other (Java and PHP) projects and it has a great, free report editor (http://jasperforge.org/sf

User generated reports

2006-10-03 Thread Jaikumar
Hi All I am using Django and python to build a web based framework. My backend database is MySQL. So the users of this framework would like to create and use customizable reports. ex: If one of the tables in the MySQL DB is the results of a test plan execution, then the users would like to

Re: Ticket reports

2005-09-02 Thread Jeremy Dunck
On 9/2/05, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > Sorry, from here[1], I see that Trac admins can add reports to the > list of ones supplied with the software. I should point out that I don't know if Trac is smart about SQL injection, which may make parameterization dangerous.

Re: Ticket reports

2005-09-02 Thread Jeremy Dunck
27;s not such an issue, but > > it's at 160 and climbing slowly. > > What do you mean? Sorry, from here[1], I see that Trac admins can add reports to the list of ones supplied with the software. I also see that reports can be parameterized, so that a like clause could be used on fi

Re: Ticket reports

2005-09-02 Thread Adrian Holovaty
On 9/1/05, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > Can we get a report which takes wildcards for ticket summary and description? > > With a small number of active tickets, it's not such an issue, but > it's at 160 and climbing slowly. What do you mean? Adrian -- Adrian Holovaty holovaty.com

Ticket reports

2005-08-31 Thread Jeremy Dunck
Can we get a report which takes wildcards for ticket summary and description? With a small number of active tickets, it's not such an issue, but it's at 160 and climbing slowly.