I've started working on a module to include reports generated by BIRT. It requires a java servlet, but I'm satisfied with what I've got so far. It's nothing pretty yet, but a proof of concept.
I created a reports.php page with nothing but links, or iframe, to the (BIRT) reports.
modified:
header.inc.php
added
<?=!defined('ADMINPAGE')?'<li><a href="reports.php">Reports</a></li>':''?>
created:
reports.php
Nothing special, just a template page
(BIRT) environment - to create/deliver reports (somewhat involved setup, but it's doable)
sample:
(
)