Footer Extra Info Base

Beta License: AGPL-3 sygel-technology/sy-web

This is a base module and does nothing on its own. It provides an abstract model that can be instantiated to include additional information on PDF reports footer.

Table of contents

  • Configuration
  • Bug Tracker
  • Credits
    • Authors
    • Contributors
    • Maintainers

Configuration

In order to include additional information in the PDF footer of a given model, it is necessary to create a new module that depends on this one and do the following:

  1. Inherit the abstract class “footer.extra.info.mixin” from the model which could add information to the PDF footer.
  2. Override the _compute_footer_extra_info method in “footer.extra.info.mixin” to set a value in field footer_extra_info, which is the field that contains the information that is added to the PDF footer.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Sygel

Contributors

  • Manuel Regidor <manuel.regidor@sygel.es>
  • Valentín Vinadre <valentin.vinagre@sygel.es>

Maintainers

This module is part of the sygel-technology/sy-web project on GitHub.

You are welcome to contribute.