Database Reporting Services in Django or Python -
I'm wondering if any DNS is based, or even Python based reporting services or similar reports or SQL Server Reporting Services?
Actually, I would like to be able to make reports, send them as CDA or HTML or PDF as an e-mail without having to report the reports. Even if I have to codify the report, I will not have any problem, but the entire framework will be very good with schedule!
PS I know that I can use the DJenza app to do this, but I was hoping that there is also an integrated solution or projects like P & Ax or Sitemo which together with the app Bring together
PPS: This will work postgrad
"I am capable of making reports It sounds good to be ... without having to report a report "
So I unfortunately, however, each report should be unique and requires a custom code.
The DJ is easy to CSV from ango model. Start there with some of your reports.
HTML is very easy - Django is an HTML template language Instead of Render_to_response, you present your template And write it on stdout. And the origin of the algorithm is interesting, interestingly, writing a CSV. Without a lot of cleverness - you should have a design pattern which both do.
Once you are working on CSV, add HTML using the templates of the Django.
PDF is hard, because you actually have to format the formatting in some details. There are plenty of Python libraries for this, though, the overall pattern for PDF writing is similar to CSV and HTML writing.
Meaning using Python directly or using Django Package Email is not very difficult All pieces are there, you need to email the above output files in some distribution list.
takes a little bit to make the best use of crontab . This - perhaps - is the hardest part of the job.
Comments
Post a Comment