Articles tagged with reports

  1. Tools for generating PDFs from django.

    For a Django project i’m working on i needed to generate PDF reports. For example a “job ticket” that displays the client data, the material list and a list of “processing” actions to be performed, or an invoice (classic use case).

    What i wanted was a way to generate …