Allowing to have print format for financial report header, So can create nicer report header.
Hello, !
I saw in the task you already have this functionality implemented.
Can you post a patch?
/ I needs your advise here. Code from Adaxa suite is working as it changes exiting print format with target value before executing printing. This works but if two reports using same print format header run simultaneously, both report may print same header.
I wish our layout engine was using in memory print format item, but currently not. it queries from DB and so we I can’t see alternative approach to improve this code.
Hi , in LayoutEngine I see code that manages the following variables:
@*ReportName@
@*Page@
@*PageCount@
@*Header@
@*CurrentDateTime@
I'm not sure how that works, but I think it can be the solution for your problem?
Hi , in LayoutEngine I see code that manages the following variables:
@*ReportName@
@*Page@
@*PageCount@
@*Header@
@*CurrentDateTime@
I'm not sure how that works, but I think.
To expand a bit more on the idea - maybe you can add a column AD_PInstance.Header - and use that for a variable replacement.
Yes, there may be solution using this. may we have to add support on print format item to specify variable.