Arrondi URSSAF/TVA/VFL a l'euro + CFP + fix montant popup + fix categorie favori
Deploy via Portainer / deploy (push) Successful in 0s

This commit is contained in:
2026-07-15 11:32:19 +02:00
parent 8524f11ec8
commit cd5605819a
9 changed files with 83 additions and 25 deletions
+19
View File
@@ -0,0 +1,19 @@
# Generated by Django 5.2.15 on 2026-07-15 09:28
from decimal import Decimal
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('compta', '0010_categorie_compte_pcg'),
]
operations = [
migrations.AddField(
model_name='bareme',
name='taux_cfp',
field=models.DecimalField(decimal_places=2, default=Decimal('0'), help_text='Contribution à la formation professionnelle : vente 0,1 % · artisan 0,3 % · service/libéral 0,2 %.', max_digits=4, verbose_name='Taux CFP (%)'),
),
]