Report: Change Equipment Loan design
-
Hi
I would like to change the report design for Equipment Loan to company CD.
Where is the location of the php file and how is it called?I tried to change the ReportManagement.class.php file but is still the old design when I open the report.
My fog version: 1.2.0 (Linux system).
Thanks a lot.
-
I don’t understand. The ReportManagementPage.class.php is where the loan report is created.
-
Yes sorri. I changed in the file ReportManagementPage.class.php for example the organization name. But when I try to open it in Fog in the section Reports, it just says [YOUR ORGANIZATION HERE] and not my company name.
-
The method in the ReportManagementPage named equip_loan_post is where you need to change that information. I can try to make it more “neat” but right now it’s a hardcoded thing.
-
Is it in this location: /packages/web/lib/pages
-
@Tomek said:
Is it in this location: /packages/web/lib/pages
Yep, line 1081
$ReportMaker->appendHTML("<center><h2>"._("[YOUR ORGANIZATION HERE]")."</h2></center>" );
-
Thank you.