Topic: Custom Report

Hi
Please Help me
I want to create a custom report. Our requirement is to select a customer from drop down and then submit is generate a pdf report to display all detail.
Thnx

Re: Custom Report

I guess the easiest way for you is to copy the existing Customer Report from /reporting to /Company/X/reporting and modify/add the info you want. That way you don't interphere with the existing report. FA Always tries to find a local report in the Company folder Before using the reports in /reporting folder.

/Joe

Re: Custom Report

plz tell me which folder i copy in the company folder............

Re: Custom Report

Ah, I forgot to explain that /Company/X/reporting, where X is your Company number (0, 1 etc.).

/Joe

Re: Custom Report

please tell me which folder I move to the company folder (0,1 etc)

Re: Custom Report

Just copy the existing Customer report (rep103.php) from the /reporting folder to the /company/X/reporting folder where X is the company number.

Then start modify this copied report.

Joe

Re: Custom Report

ok thnx Joe
Plz tell me how can access that file...

I have created a page name like "custoomerreport.php" in sales folder .  I have created a form where we can select a customer . When i submit that form i want to generate pdf report
PLZ tell me...

Re: Custom Report

If you copied the file /reporting/103.php to /Company/X/reporting, where X is your Company number, then you can change this file.
FA will look in the Company/X/reporting  folder for the report, Before taking the default in the /reporting folder.

It is that simple.

Creating a custom report requires more action.

/Joe