1 (edited by emiangel839 12/15/2018 07:42:18 am)

Topic: Journal Entry Report

hey,

can you please tell me is there report for printing Journal Entries instead of List of Journal Entries report, can we update the rep702 to make rep702A that print journal entries like as rep702 but only  1 (ONE) journal entry shown in single page and so on.

or another way to resolve this issue because if we dont want to print journal entry from after passing entry page.


let me know about that.

regards

Re: Journal Entry Report

Insert at line 113, the following in reporting/rep702.php:

            $rep->NewPage();
Post's attachments

JV_List_Separate.png 11.3 kb, file has never been downloaded. 

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

Re: Journal Entry Report

hey,

thanks,

Let me check for this

Re: Journal Entry Report

Hi,
apmuthu change does not work for me.

Re: Journal Entry Report

yeah, mine too! another way

Re: Journal Entry Report

Attached are the outputs obtained before and after the change.

Post's attachments

rep702_outputs.zip 32.1 kb, 6 downloads since 2018-12-18 

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

Re: Journal Entry Report

Yes @apmuthu.. this is exactly what I am getting. It does not seem to be  as I expected it to be. I would expect that the first page to have Type/Account and Ref number to be on the same page as the relevant Journal Entries. Then new page with the next Account/Type and its entries...etc.

Re: Journal Entry Report

Try playing around with where the New Page line needs to be added.

Re: Journal Entry Report

Why does the Journal Entry Report no longer show the account name? It only shows the reference number.

How can one get the account name to show as well, just makes it easier to link the two if both is displayed.

Wynand

Re: Journal Entry Report

I have 2.4.4 and 2.4.6 and both show the account name in rep702. Unless the report has been modified.

11 (edited by seahawk 01/14/2019 02:47:39 pm)

Re: Journal Entry Report

General Ledger Reports/ List of Journal Entries / Select any of the reports with dates, and none of them have the account name in the "Reference/Account Name" table, only the Invoice / Document reference number in both 2.4.4 and 2.4.6 . I cannot attach an example.

Wynand

Re: Journal Entry Report

Is this what you need to see:

https://screenshots.firefox.com/a3NzLg12MDvzxl3v/localhost

Post's attachments

scrnJV.png 65.8 kb, file has never been downloaded. 

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

Re: Journal Entry Report

apmuthu wrote:

Try playing around with where the New Page line needs to be added.

Inserting

$rep->NewPage();

After line 94 did the job. (FA 2.4.x)