Changes to be committed:
Deploy via Portainer / deploy (push) Successful in 0s

new file:   .gitea/workflows/deploy.yml
	modified:   compta/templates/compta/base.html
	modified:   compta/templates/compta/gestion.html
	modified:   compta/templates/compta/import_csv.html
	modified:   compta/templates/compta/saisie_paiement.html
	modified:   compta/views_gestion.py
	modified:   compta/views_import.py
	modified:   compta/views_saisie.py
This commit is contained in:
2026-07-12 00:20:33 +02:00
parent 757c0850c3
commit 888bcfa213
8 changed files with 370 additions and 289 deletions
+1
View File
@@ -45,6 +45,7 @@ def _context(entreprises, post=None):
"categories_vente": Categorie.objects.filter(actif=True, usage__in=["vente", "neutre"]),
"today": date.today().isoformat(),
"post": post,
"vue": "saisie",
}