Raffael Meyer

Results 166 comments of Raffael Meyer

@ChillarAnand I didn't find a good solution to the issues mentioned in the pr description, had no urgent need for the feature, and the PR didn't yet cover all whitelisted...

Resolved by https://github.com/frappe/frappe/pull/21606

Let's wait until recent changes are pushed back into this PR, which should remove a lot of lines, then squash it.

It would be awesome if you could add some documentation on how to access data files (JSON, CSV, etc.) or images when using this library. I. e. what is the...

Looks like semgrep is right, but it's not your fault. I think the reported problems should be addressed in a separate PR.

Implementation draft for server-side: ```python from six import BytesIO from docxtpl import DocxTemplate def _fill_template(template, data): """ Fill a word template with data. Makes use of BytesIO to write the...

@rmehta: > We can have a "Print Format Type" property in print format that will export / preview on basis of the type... types like raw-printing / word / excel...

@alkuhlani child tables should already work with the example code. @CraftCoderr this has not been contributed to ERPNext yet. We have no motivation right now, but feel free to get...

Transferred to frappe because Print Format belongs to the framework, not the ERP.