first commit

This commit is contained in:
mrtoine 2025-09-20 13:18:04 +02:00
commit e6c52820cd
227 changed files with 16156 additions and 0 deletions

14
Templates/devis.json Normal file
View file

@ -0,0 +1,14 @@
{
"title": "Devis de service",
"numero": "{numero}",
"date": "{date}",
"client": {
"nom": "{client_name}",
"email": "{client_email}",
"telephone": "{client_phone}",
"adresse": "{client_adress}"
},
"services": "{services}",
"paiemnt_terms": "{payment_terms}",
"total": "{total}"
}