On Wed, Jul 17, 2013 at 6:46 PM, Derek <gamesb...@gmail.com> wrote:
> One option is to use a Django admin action - the user selects which job/jobs
> are needed from the usual list -
> and your action can then generate the data, passing this into a single
> "master template" (composite of your other templates) for the user to print
> (or you could have an action just to generate all the lab reports for the
> selected jobs - its quite flexible).


No, this is not admin problem. I am getting the reports templates but
these are not saved anywhere, valuse are coming from database. But I
want to take the print outs i.e the hard copy of all the reports which
are made till now by saving at one place. Is this possible through
some python script or any other method through which I can save all of
them as pdf and take the prints??

--
Harjot Kaur Mann
Blog: http://harjotmann.wordpress.com/

-- 
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, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to