Ajout de la première facture depuis 2019

This commit is contained in:
Pierre Bousquié 2022-11-07 19:46:05 +01:00
parent 61a4c5b34e
commit dbb670ddcb
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{% extends '_layout.jinja2' %}
{% set lines = [
['Soutien financier « Argent » à PyConFr 2023', 1000, 1],
] %}
{% block address_to %}
Entr'ouvert SCOP
169 rue du Château
75014 Paris
{% endblock address_to %}

BIN
factures/2022/1222.pdf Normal file

Binary file not shown.

1
factures/2022/Makefile Symbolic link
View File

@ -0,0 +1 @@
../commun/Makefile

View File

@ -0,0 +1 @@
../commun/_layout.jinja2