"Print as PDF" option

The “Print as PDF “ option missing for modules like Opportunities, Cases, etc.

@suitecrm_team Are there any plans to add it?

Only the Core Team can comment…

In the meantime, here is an accepted solution to achieve the same:

1 Like

Team should add an option in the SuiteCRM Admin panel to enable or disable PDF downloads per module. This would provide better control and flexibility over document access.

:page_with_curl:

Yes, that seems to be fairly standard and sounds relatively simple to accomplish as well (since PDF lib, template builder, etc.) is already there.
It’s very important for custom modules as well.
Should be as standard / out of the box as Kanban and Webhooks nowadays.

1 Like

If you are ok to work with non upgrade-safe changes, you can add something like this in your code:

1 Like

Will this add PDF download option to other modules?

It does add the print pdf button to detail view of all non-excluded modules.

In the same repo you can find the code to add the button to list view. Let me know if you need it too.

Thank you :grinning_face:

Where is it?

This code for adding the button in the list view:

This code for adding all enabled modules into “modules“ dropdown list of the PDF template module:

1 Like