Topic: need help with a report

Hi i have report A and report B
now i want to first show report A and after that on a new page report B so user doesnt have to open 2 reports to show data
i tried to combine reports , but no luck
can someone assist me or have some example i can use?
to combine 2 reports into 1 so they print after each other first A then B
thanks

Re: need help with a report

Each report can have different parameters - how do you hope to reconcile them when merging into a single report?

Create a new report with code pilfered from each report and take a union of all the parameters for both reports.

Re: need help with a report

both reports have only a begin date and end date ( in both reports the same ) i just need some sample to get it to work , have tried but the reports keep getting crashed smile
both reports are based on a beginning date and end date

Re: need help with a report

State which reports.
Are the individual reports getting generated without any crashes?

Re: need help with a report

yes both are getting generated without crashes. 
rep 10112 and 601
what i am trying to do , is have 1 report with all payments made within the chosen 2 dates
and on the second page show all the bankaccounts with all transactions between the chosen dates

Re: need help with a report

There is no report like 10112

Re: need help with a report

ah yes its a custom report. can i sent it to you or upload it?

Re: need help with a report

https://drive.google.com/open?id=1MG2pTmpvdk31j1p5pWXrSuoAUTiaL_o4

Post's attachments

rep10112_mod_of_101.zip 5.9 kb, 5 downloads since 2019-12-12 

You don't have the permssions to download the attachments of this post.

Re: need help with a report

Your modded rep101.php has been whitespace synched with the original and attached to your post.

Does your rep10112.php render properly without error?

Re: need help with a report

If you are using linux, then the following posts will be useful for generating your reports on FA CLI and then merging the PDFs:
https://frontaccounting.com/punbb/viewtopic.php?pid=36003#p36003
https://frontaccounting.com/fawiki/index.php?n=Devel.ManualCURLInFA

Re: need help with a report

yes rep10112 renders ok , i check it only when it doesnt open ,then i know something is wrong , but this renders just ok.

Re: need help with a report

what does whitespace synced mean? im sorry we are mainly a dutch speaking country

apmuthu wrote:

Your modded rep101.php has been whitespace synched with the original and attached to your post.

Does your rep10112.php render properly without error?