Hello everyone, can you make a personalized report with output to pdf or word that is invoicing type, in which fields can be accommodated? Or do you have to make a custom file, implement some external library and make the report with manual code? Thanks greetings!
Can you explain “in which fields can be accommodated”?If you use Custom File, you need to write your code code as you said. You better create a report in PHPMaker to do that, you may read Tutorial - Custom Template for Summary Report.
For custom content/report which is outputed to pdf file, I usually use Custom Files and fpdf third party libray.