Skip to content
Extraits de code Groupes Projets
Valider 9a878fcb rédigé par jordan's avatar jordan
Parcourir les fichiers

[add] amount échéance on bordereau

parent d9544de6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!212.0 dev
......@@ -359,6 +359,11 @@ class Bordereau(models.Model):
+ '</td><td style="width: 100%;">'
+ str(
contrib.get('amount_total_signed')) + '€</td>')
amount_echeance = self.amount_total_cotiz / self.nb_quarter
detail += '<tr><td class="o_td_label font-weight-bold">' \
+ 'Montant échéance (théorique)' \
+ '</td><td style="width: 100%;">' \
+ str(amount_echeance) + '€</td>'
detail += '</table>'
r.details = detail
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter