Hello Yuri, Taras,
i see in github, many ehancement about printToPdf.. for next release of espoCRM. . greats thanks... wonderfull.
1) is possible to have a helper like so :
i will retreive field in relationTable..in entity who meeting for sample
2) in printToPdf .. avability to incorporate "chart" from report ? like "panelReport" ? so we create a template, and incorporate the chart of a report
Regards
i see in github, many ehancement about printToPdf.. for next release of espoCRM. . greats thanks... wonderfull.
1) is possible to have a helper like so :
PHP Code:
{{#each contacts}}
{{name}} => {{getMyRelatedData idOfContact table='accountContact' rightId='@root.parentId' field='accountName'}}
{{/each}}
2) in printToPdf .. avability to incorporate "chart" from report ? like "panelReport" ? so we create a template, and incorporate the chart of a report
Regards
Comment