
Originally Posted by
tomkerswill Hey! I'd be very interested in this too... Would be able to view an account and see reports at a glance...
Tom
Have a look @ http://www.sugarforge.org/forum/foru...03&forum_id=87
I am now adding a button in detailviewdefs to add reports
Code:
array (
'buttons' =>
array (
0 => 'EDIT',
1 => 'DUPLICATE',
2 => 'DELETE',
3 =>
array (
'customCode' => '<input title="Job Time Report" accesskey="P" class="button" onclick="var w=window.open(\'index.php?module=ZuckerReports&action=ReportOnDemand&run=true&is_scheduler=false&record=64bd251e-f3b9-c714-4562-485fa71e21af&format=PDF&JobNumber={$fields.jobno.value}\'); w.setTimeout(\'window.close()\',8000); " name="button" value="Time Rep" type="button">',
),
),
Bookmarks