Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
C
cgscop_cotisation_cg
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
Confédération Générale des SCOP
cgscop_cotisation_cg
Validations
9ad8a203
Valider
9ad8a203
rédigé
Il y a 2 ans
par
Benjamin - Le Filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[update] remove bordereau refund
parent
73161396
Aucune branche associée trouvée
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
__manifest__.py
+0
-1
0 ajout, 1 suppression
__manifest__.py
templates/report_scop_bordereau_refund.xml
+0
-155
0 ajout, 155 suppressions
templates/report_scop_bordereau_refund.xml
avec
0 ajout
et
156 suppressions
__manifest__.py
+
0
−
1
Voir le fichier @
9ad8a203
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
# Templates
# Templates
"
templates/report_scop_bordereau.xml
"
,
"
templates/report_scop_bordereau.xml
"
,
"
templates/report_scop_bordereau_payments.xml
"
,
"
templates/report_scop_bordereau_payments.xml
"
,
"
templates/report_scop_bordereau_refund.xml
"
,
"
templates/report_union_sociale.xml
"
,
"
templates/report_union_sociale.xml
"
,
# Views
# Views
"
views/account_banking_mandate.xml
"
,
"
views/account_banking_mandate.xml
"
,
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
templates/report_scop_bordereau_refund.xml
supprimé
100644 → 0
+
0
−
155
Voir le fichier @
73161396
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data>
<template
id=
"report_bordereau_document_refund"
>
<t
t-call=
"web.external_layout"
>
<t
t-set=
"o"
t-value=
"o.with_context(lang='fr')"
/>
<div
class=
"page"
style=
"font-size: 15px;"
>
<div
class=
"row"
>
<div
class=
"col-6 offset-6 oe_mt64 oe_mb64"
>
<span
t-field=
"o.partner_id.name"
style=
"text-transform: uppercase; font-weight: 600;"
/><br
/>
<span
t-field=
"o.partner_id.street"
/><br
/>
<t
t-if=
"o.partner_id.street2"
><span
t-field=
"o.partner_id.street2"
/><br
/></t>
<t
t-if=
"o.partner_id.street3"
><span
t-field=
"o.partner_id.street3"
/><br
/></t>
<span
t-field=
"o.partner_id.zip"
/>
<span
t-field=
"o.partner_id.city"
style=
"text-transform: uppercase;"
/>
<t
t-if=
"o.partner_id.cedex"
>
<span
t-field=
"o.partner_id.cedex"
/></t>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-12 text-center"
>
<h2
style=
"color: #E5074D;"
>
Avoir sur Appel de cotisation
<span
t-esc=
"str(o.year)"
/>
</h2>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-12 oe_mb16"
>
<p>
Paris, le
<span
t-field=
"o.date_regul"
/>
</p>
<p>
N° adhérent :
<t
t-esc=
"str(o.partner_id.member_number_int)"
/><br
/>
Union régionale :
<span
t-field=
"o.partner_ur_id.name"
/><br
/>
N° Bordereau :
<span
t-field=
"o.name"
/><t
t-if=
"o.is_regul"
>
-
<span
t-field=
"o.version"
/></t>
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-6"
style=
"border: 1px solid #aaa;"
>
<div
/>
<h5
class=
"mt8"
style=
"font-weight: 600;"
>
Cotisations annuelles
</h5>
<p>
<t
t-set=
"amount_line"
t-value=
"o.get_contribution_type_refund()"
/>
<table
class=
"table table-sm"
style=
"border: none;"
>
<tr
t-foreach=
"amount_line"
t-as=
"line"
style=
"border-bottom: 1px solid #ccc;"
>
<td
style=
"border: none; background: inherit; color: inherit;"
><t
t-esc=
"line.get('type_contribution_id')[1]"
/></td>
<td
class=
"text-right"
style=
"border: none; background: inherit; color: inherit;"
><t
t-esc=
"line.get('amount_total_signed')"
t-options=
"{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"
/></td>
</tr>
</table>
</p>
<p>
<table
class=
"table table-sm"
style=
"border: none;"
>
<tr
style=
"border: none"
>
<td
style=
"border: none; background: inherit; color: inherit;"
>
<strong>
Total avoir cotisation annuelle
<t
t-esc=
"str(o.year)"
/></strong>
</td>
<td
class=
"text-right"
style=
"border: none; background: inherit; color: inherit;"
>
<strong
/><span
t-esc=
"sum(list(map(lambda l: l.get('amount_total_signed'), amount_line)))"
t-options=
"{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"
/>
</td>
</tr>
</table>
</p>
</div>
<div
class=
"col-6"
style=
"margin-top: 220px;"
>
<div
style=
"border: 1px solid #aaa; padding: 15px;"
>
CG Scop
<br
/>
30, rue des Epinettes
<br
/>
75017 PARIS
</div>
</div>
</div>
</div>
</t>
</template>
<template
id=
"report_bordereau_refund"
>
<t
t-call=
"web.html_container"
>
<t
t-set=
"docs"
t-value=
"docs.with_context(lang='fr')"
/>
<t
t-foreach=
"docs"
t-as=
"o"
>
<t
t-call=
"cgscop_cotisation_cg.report_bordereau_document_refund"
t-lang=
"fr"
/>
</t>
</t>
</template>
<!-- QWeb Reports -->
<record
id=
"cgscop_bordereau_report_refund"
model=
"ir.actions.report"
>
<field
name=
"name"
>
CG Scop - Avoir de Cotisation CG
</field>
<field
name=
"model"
>
scop.bordereau
</field>
<field
name=
"report_type"
>
qweb-pdf
</field>
<field
name=
"report_name"
>
cgscop_cotisation_cg.report_bordereau_refund
</field>
<field
name=
"report_file"
>
cgscop_cotisation_cg.report_bordereau_refund
</field>
</record>
</data>
</odoo>
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