Probesys / lotemplate

LOTemplate is document generator used to create documents programatically (ODT, DOCX, PDF) from a template (DOCX or ODT) and a json file.
GNU Affero General Public License v3.0
23 stars 1 forks source link

Complete MR if-statement #11

Closed philippe-levan closed 1 year ago

philippe-levan commented 1 year ago

I recreate the complete MR from my branch to master in order to have all the feedback in the same MR. I closed the 2 other MR.

This PR add an if/endif syntax to templates. It allows to display or not a part of the document according to the value of a text var.

It is related to the issue https://github.com/Probesys/lotemplate/issues/4

Changes

Checklist