How to customize the print format for General Ledger report

Hi there i generate custom report by adding filters now i want to change the print format of this when i click on print it show standard print format so i did not understand how to add print format because it does not shown print format option when i click on print , does anyone can help me


I need this result

Anybody is here to help me?

Hi @alphaintelligence786

The print formatting for Core Reports are not available.

For this to achieve, you have to create a custom doctype and populate all related information in a child table which then you can print the way you want. The GL Entry is source record for General Ledger report and you have to write custom Script or Query report to bring all related data in child table of your custom doctype which then needs to be configured for print formatting by writing html code.

thanks well i comment general ledger report html file and create new code according my requirement


is it right or not?