Account Financial Reports Block PDF

Beta License: AGPL-3 sygel-technology/sy-account-financial-reporting

This module allows to block the generation of financial reports in PDF format. It is possible to configure the list of financial reports that have to be blocked.

Table of contents

Configuration

To configure the list of financial reports that cannot be printed in PDF you need to:

For instance, if the PDF generation of the General Ledger and Trial Balance reports have to be blocked, the “forbidden.pdf.financial.reports” system parameter should contain the value “general.ledger.report.wizard,trial.balance.report.wizard” (with no quotes).

Keep in mind that all the PDF reports are blocked by default when this module is installed.

If a new report that inherits the abstract class account_financial_report_abstract_wizard is developed, its PDF report can also be blocked by adding the name of its own wizard in the “forbidden.pdf.financial.reports” system parameter list.

Usage

When a user tries to generate the PDF file of a financial report whose PDF file have been blocked, an error message appears.

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

  • Sygel:
    • Manuel Regidor
    • Valentín Vinagre

Maintainers

This module is part of the sygel-technology/sy-account-financial-reporting project on GitHub.

You are welcome to contribute.