Django

Code

Ticket #6722 (closed: invalid)

Opened 7 months ago

Last modified 7 months ago

newforms to display itself as a reportlab/platypus object.

Reported by: programmerq Assigned to: nobody
Milestone: Component: Forms
Version: SVN Keywords: reportlab pdf platypus
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Basically, each newform component could be able to display itself as a platypus object. Each field could have a method that returns its name and/or value as a paragraph object. An instance of a newform could also return a table or paragraph object with everything else embedded.

The idea is that it would streamline the creation of pdf reports, which is something bosses and clients like.

Attachments

Change History

03/05/08 09:16:44 changed by mtredinnick

  • status changed from new to closed.
  • needs_better_patch changed.
  • resolution set to invalid.
  • needs_tests changed.
  • needs_docs changed.

This is too specialised/heavyweight for Django's core, since it's just one of many, many output formats. You could write such a thing as an external application (for example, accepting Form objects as arguments, or subclassing Forms).


Add/Change #6722 (newforms to display itself as a reportlab/platypus object.)




Change Properties
Action