File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed
Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ Example of docx template
127127
128128---
129129
130- Contract number: ${number|placeholder}
131- Contract date: ${start_at|date|placeholder}
132- Customer: ${customer.name}
133- Customer category: ${customer.category.name}
130+ Contract number: ${number|placeholder}
131+ Contract date: ${start_at|date|placeholder}
132+ Customer: ${customer.name}
133+ Customer category: ${customer.category.name|placeholder }
134134
135135Appendixes:
136136
@@ -140,6 +140,25 @@ Appendixes:
140140
141141---
142142
143+ Example of generated document
144+
145+ ---
146+
147+ Contract number: F-123
148+ Contract date: 12.04.2012
149+ Customer: IBM
150+ Customer category: ___________________ _
151+
152+ Appendixes:
153+
154+ | Row number | Appendix number | Appendix tax |
155+ | ------------------------- | -------------------- | -----------------:|
156+ | 1 | A-1 | 1234 |
157+ | 2 | A-1.1 | 0 |
158+ | 3 | B-1 | 10 |
159+
160+ ---
161+
143162### How to specify custom pipes
144163
145164``` php
You can’t perform that action at this time.
0 commit comments