generayion du XML a partir d'un template

This commit is contained in:
2026-03-16 01:32:28 +01:00
parent 8e79796781
commit b1029d10d3
4 changed files with 45 additions and 358 deletions

View File

@@ -29,6 +29,7 @@
<td>
<a href="/factures/{{ f.id }}" class="btn btn-sm">Voir</a>
<a href="/factures/{{ f.id }}/pdf" class="btn btn-sm btn-primary">PDF</a>
<a href="/factures/{{ f.id }}/facturx" class="btn btn-sm btn-primary">facturx</a>
</td>
</tr>
{% endfor %}