Get app (frappe, erpnext, custom apps) versions in JS report print format?

Is there a way to get the app version numbers in the JavaScript report print format templates? The build numbers that you can see in the Help->About and __version__ value inside __init__.py of the app?

The use case is there’s a need to print the app version in report print formats (not the regular document print format).

Hi

In the print format builder you can Edit or Create a new format, and drag Custom HTML into a section or create a new section for it. You should be able to proceed from there.

Thanks for the reply but this is not what I am after. Script reports allows you to create print format-like templates that are JavaScript based and not Jinja-based. This is where I need to display the app versions.

Could your needs be met using Custom Reports ?