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-reportsto 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 to help people get up

Re: Something like a mini Crystal Reports with Django

2007-08-05 Thread Mir Nazim
Cool cool cool We will be waiting. One request, I am unable to access the svn with http protocol due my ISP not ready to configure its Firewall to allow all http methods. So could you please set it up under https or svn+ssh Thanks On Aug 6, 6:47 am, "Ben Ford" <[EMAIL PROTECTED]> wrote: > Hi

Re: Something like a mini Crystal Reports with Django

2007-08-05 Thread Ben Ford
Hi guys, Thanks for the interest! I'll split it up from my main app and put it into SVN on my server. I'd really like comments on some of the design decisions I've made, I was thinking about it last night and I think I may have got a bit too clever! I'll post on here when I've got everything

Re: Something like a mini Crystal Reports with Django

2007-08-05 Thread Mir Nazim
Ho ho, Its generating a lot of interest. On Aug 4, 3:18 pm, "Chris Hoeppner" <[EMAIL PROTECTED]> wrote: > Need another tester? Count me in. > > 2007/8/4, Mir Nazim <[EMAIL PROTECTED]>: > > > > > > > Me too me too. > > > Ben, Let us know if you need help with testing or some thing else. > > I

Re: Something like a mini Crystal Reports with Django

2007-08-04 Thread Chris Hoeppner
Need another tester? Count me in. 2007/8/4, Mir Nazim <[EMAIL PROTECTED]>: > > Me too me too. > > Ben, Let us know if you need help with testing or some thing else. > I will more interested in Models and View than template. > > > > On Aug 3, 11:51 am, "Matt Davies" <[EMAIL PROTECTED]> wrote: > >

Re: Something like a mini Crystal Reports with Django

2007-08-04 Thread Mir Nazim
Me too me too. Ben, Let us know if you need help with testing or some thing else. 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

Re: Something like a mini Crystal Reports with Django

2007-08-03 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 templatetags for loading user >

Re: Something like a mini Crystal Reports with Django

2007-08-03 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 CSV. I

Re: Something like a mini Crystal Reports with Django

2007-08-02 Thread Mir Nazim
I understand that views need to be created. I am doing that these days. What specifically I wanted to know is whether anyone else has worked on a similar stuff. So he might want to share his experience. BRIT is Java. I would prefer something more python based solution. even better is there is a

Re: Something like a mini Crystal Reports with Django

2007-08-02 Thread Lucky B
You could try Eclipse BIRT for a WYSIWYG interface. But otherwise you can create a view however you want to report your data doing whatever manipulation you wanted. I don't see what else you would need other than to create a view. On Aug 2, 5:17 am, Mir Nazim <[EMAIL PROTECTED]> wrote: > Anybody

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 based of model items >

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