Topic: How to make a pop up report?

Hi, I am just very confused on how the reporting works in FA. Is there some tutorial about it? Thank you very much.

Re: How to make a pop up report?

reporting/repXXX.php files generate the reports (modified clones in # company folders override them).
reporting/reports_main.php file contains the form input variables.
FPDF / TCPDF / HTML2PDF libraries can be used to customise generation of the PDF Reports.
Have look at the reporting/includes/pdf_report.inc file that has the FA PDF report class and the reporting/includes/excel_report.inc file that has the FA Excel report class.