Skip to content
Extraits de code Groupes Projets
Valider c38b0d27 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[update] report with payments

parent e6120e2f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -79,20 +79,20 @@ ...@@ -79,20 +79,20 @@
</table> </table>
<table class="table table-sm table-striped" style="border: none;"> <table class="table table-sm table-striped" style="border: none;">
<tr> <tr>
<th class="text-right">Montant dû</th>
<th>Total appelé</th> <th>Total appelé</th>
<th class="text-right">Total réglé</th> <th class="text-right">Total réglé</th>
<th class="text-right">Montant dû</th>
</tr> </tr>
<tr style="border-bottom: 1px solid #ccc;"> <tr style="border-bottom: 1px solid #ccc;">
<td class="text-right" style="border: none; background: inherit; color: inherit;">
<t t-esc="schedule_line.get('total_residual')" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"/>
</td>
<td style="border: none; background: inherit; color: inherit;"> <td style="border: none; background: inherit; color: inherit;">
<t t-esc="schedule_line.get('total_amount')" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"/> <t t-esc="schedule_line.get('total_amount')" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"/>
</td> </td>
<td class="text-right" style="border: none; background: inherit; color: inherit;"> <td class="text-right" style="border: none; background: inherit; color: inherit;">
<t t-esc="schedule_line.get('total_paid')" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"/> <t t-esc="schedule_line.get('total_paid')" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"/>
</td> </td>
<td class="text-right" style="border: none; background: inherit; color: inherit;">
<t t-esc="schedule_line.get('total_residual')" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"/>
</td>
</tr> </tr>
</table> </table>
</p> </p>
......
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