Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
A
ap_report
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Le Filament
Arbre et Paysage
ap_report
Validations
d3f31595
Valider
d3f31595
rédigé
16 nov. 2021
par
Juliana
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Prise en compte HT
parent
210eede8
Branches
Branches contenant la validation
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
2
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
views/report_account.xml
+8
-4
8 ajouts, 4 suppressions
views/report_account.xml
views/report_sale.xml
+8
-4
8 ajouts, 4 suppressions
views/report_sale.xml
avec
16 ajouts
et
8 suppressions
views/report_account.xml
+
8
−
4
Voir le fichier @
d3f31595
...
...
@@ -64,7 +64,8 @@
</th>
<th
t-if=
"o.company_id.vat"
name=
"th_taxes"
t-attf-class=
"text-left {{ 'd-none d-md-table-cell' if report_type == 'html' else '' }}"
><span>
Taxes
</span></th>
<th
name=
"th_subtotal"
class=
"text-right"
>
<span
groups=
"account.group_show_line_subtotals_tax_excluded"
>
Montant HT
</span>
<t
t-if=
"o.company_id.vat"
><span
groups=
"account.group_show_line_subtotals_tax_excluded"
>
Montant HT
</span></t>
<t
t-else=
""
><span
groups=
"account.group_show_line_subtotals_tax_excluded"
>
Montant
</span></t>
<span
groups=
"account.group_show_line_subtotals_tax_included"
>
Prix total
</span>
</th>
</tr>
...
...
@@ -115,7 +116,8 @@
<t
t-if=
"current_section and (line_last or lines[line_index+1].display_type == 'line_section')"
>
<tr
class=
"is-subtotal text-right"
>
<td
colspan=
"99"
>
<strong
class=
"mr16"
>
Sous-total HT
</strong>
<t
t-if=
"o.company_id.vat"
><strong
class=
"mr16"
>
Sous-total HT
</strong></t>
<t
t-else=
""
><strong
class=
"mr16"
>
Sous-total
</strong></t>
<span
t-esc=
"current_subtotal"
t-options=
'{"widget": "monetary", "display_currency": o.currency_id}'
...
...
@@ -133,7 +135,8 @@
<div
t-attf-class=
"#{'col-6' if report_type != 'html' else 'col-sm-7 col-md-6'} ml-auto"
>
<table
class=
"table table-sm"
style=
"page-break-inside: avoid;"
>
<tr
t-if=
"o.company_id.vat"
class=
"border-black o_subtotal"
style=
""
>
<td><strong>
Sous-total HT
</strong></td>
<td
t-if=
"o.company_id.vat"
><strong>
Sous-total HT
</strong></td>
<td
t-if=
"not o.company_id.vat"
><strong>
Sous-total
</strong></td>
<td
class=
"text-right"
>
<span
t-field=
"o.amount_untaxed"
/>
</td>
...
...
@@ -162,7 +165,8 @@
</t>
</t>
<tr
class=
"border-black o_total"
>
<td><strong>
Total TTC
</strong></td>
<td
t-if=
"o.company_id.vat"
><strong>
Total TTC
</strong></td>
<td
t-if=
"not o.company_id.vat"
><strong>
Total
</strong></td>
<td
class=
"text-right"
>
<span
class=
"text-nowrap"
t-field=
"o.amount_total"
/>
</td>
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
views/report_sale.xml
+
8
−
4
Voir le fichier @
d3f31595
...
...
@@ -66,7 +66,8 @@
</th>
<th
t-if=
"doc.company_id.vat"
name=
"th_taxes"
class=
"text-right"
>
Taxes
</th>
<th
name=
"th_subtotal"
class=
"text-right"
>
<span
groups=
"account.group_show_line_subtotals_tax_excluded"
>
Montant HT
</span>
<t
t-if=
"doc.company_id.vat"
><span
groups=
"account.group_show_line_subtotals_tax_excluded"
>
Montant HT
</span></t>
<t
t-else=
""
><span
groups=
"account.group_show_line_subtotals_tax_excluded"
>
Montant
</span></t>
<span
groups=
"account.group_show_line_subtotals_tax_included"
>
Prix total
</span>
</th>
</tr>
...
...
@@ -118,7 +119,8 @@
<t
t-if=
"current_section and (line_last or doc.order_line[line_index+1].display_type == 'line_section')"
>
<tr
class=
"is-subtotal text-right"
>
<td
name=
"td_section_subtotal"
colspan=
"99"
>
<strong
class=
"mr16"
>
Sous-total HT
</strong>
<t
t-if=
"doc.company_id.vat"
><strong
class=
"mr16"
>
Sous-total HT
</strong></t>
<t
t-else=
""
><strong
class=
"mr16"
>
Sous-total
</strong></t>
<span
t-esc=
"current_subtotal"
t-options=
'{"widget": "monetary", "display_currency": doc.pricelist_id.currency_id}'
...
...
@@ -136,7 +138,8 @@
<div
t-attf-class=
"#{'col-4' if report_type != 'html' else 'col-sm-7 col-md-5'} ml-auto"
>
<table
class=
"table table-sm"
>
<tr
t-if=
"doc.company_id.vat"
class=
"border-black o_subtotal"
style=
""
>
<td
name=
"td_amount_untaxed_label"
><strong>
Sous-total HT
</strong></td>
<td
t-if=
"doc.company_id.vat"
name=
"td_amount_untaxed_label"
><strong>
Sous-total HT
</strong></td>
<td
t-if=
"not doc.company_id.vat"
name=
"td_amount_untaxed_label"
><strong>
Sous-total
</strong></td>
<td
name=
"td_amount_untaxed"
class=
"text-right"
>
<span
t-field=
"doc.amount_untaxed"
/>
</td>
...
...
@@ -167,7 +170,8 @@
</t>
</t>
<tr
class=
"border-black o_total"
>
<td
name=
"td_amount_total_label"
><strong>
Total TTC
</strong></td>
<td
t-if=
"doc.company_id.vat"
name=
"td_amount_total_label"
><strong>
Total TTC
</strong></td>
<td
t-if=
"not doc.company_id.vat"
name=
"td_amount_total_label"
><strong>
Total
</strong></td>
<td
name=
"td_amount_total"
class=
"text-right"
>
<span
t-field=
"doc.amount_total"
/>
</td>
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter