| @ -0,0 +1,254 @@ | |||
| <?xml version="1.0" encoding="utf-8" ?> | |||
| <odoo> | |||
| <template id="kalachakra_template_donation_tax_receipt" inherit_id="donation_base.report_donationtaxreceipt_document"> | |||
| <xpath expr="//t[@t-call='web.internal_layout']" position="replace"> | |||
| <!-- <xpath expr="//div[@class='page']" position="replace"> --> | |||
| <html> | |||
| <style> | |||
| /*hr { | |||
| border:none; | |||
| border-top:1px dotted #f00; | |||
| color:#fff; | |||
| background-color:#fff; | |||
| height:1px; | |||
| width:50%; | |||
| }*/ | |||
| #head, #contact_info, #body, #receipt { | |||
| font-size: 16px; | |||
| font-family: 'arial', serif; | |||
| } | |||
| #head { | |||
| width:100%; | |||
| } | |||
| #head, #head tr, #head td { | |||
| border:none; | |||
| } | |||
| #head img { | |||
| width: 100px; | |||
| } | |||
| #head .right { | |||
| margin-left: 20px; | |||
| vertical-align: middle; | |||
| } | |||
| #head .title { | |||
| font-weight: bold; | |||
| font-size: 16px; | |||
| /* font-family: "Times New Roman", Times, serif; */ | |||
| } | |||
| #head .subtitle { | |||
| /* font-family: "Times New Roman", Times, serif; */ | |||
| font-size: 12px; | |||
| } | |||
| #contact_info { | |||
| text-align: justify; | |||
| position: relative; | |||
| left: 70%; | |||
| } | |||
| #contact_info .coordinates { | |||
| font-weight: bold; | |||
| } | |||
| #body { | |||
| margin-top:30px; | |||
| text-indent:30px; | |||
| } | |||
| #body div { | |||
| margin-top: 25px; | |||
| } | |||
| #body .first_line { | |||
| padding-left: 20px; | |||
| } | |||
| .clear { | |||
| clear: both; | |||
| } | |||
| #separator img { | |||
| width: 32px; | |||
| } | |||
| #receipt_head { | |||
| /* width: 100%;*/ | |||
| } | |||
| #receipt_head table { | |||
| border: solid 1px; | |||
| width: 99%; | |||
| text-align:center; | |||
| } | |||
| #receipt_head table td { | |||
| width: 33%; | |||
| } | |||
| #recipient .title { | |||
| text-align: center; | |||
| font-weight: bold; | |||
| } | |||
| #recipient .subtitle { | |||
| font-weight: bold; | |||
| } | |||
| #recipient .object { | |||
| margin-top:20px; | |||
| font-size:14px; | |||
| } | |||
| #recipient, #donor { | |||
| border: solid 1px; | |||
| margin-top: 10px; | |||
| padding:5px; | |||
| width:99%; | |||
| } | |||
| #recipient table { | |||
| width: 98%; | |||
| } | |||
| #recipient table td { | |||
| width: 49%; | |||
| } | |||
| #donor .title { | |||
| text-align:center; | |||
| } | |||
| #donor .donor_infos { | |||
| font-weight:bold; | |||
| } | |||
| #donor .donation_infos { | |||
| width: 98%; | |||
| } | |||
| #donor .donation_infos td.left { | |||
| padding-left:0px; | |||
| width: 40%; | |||
| } | |||
| #donor .donation_infos td.right { | |||
| width: 60%; | |||
| } | |||
| #donor .last { | |||
| padding-left: 50px; | |||
| } | |||
| #donor .signature { | |||
| font-weight:bold; | |||
| text-align:center; | |||
| } | |||
| /*#donor .signature { | |||
| text-align:center; | |||
| }*/ | |||
| #donor .signatory { | |||
| text-align:right; | |||
| } | |||
| .signature img { | |||
| width: 120px; | |||
| position:relative; | |||
| left:150px; | |||
| } | |||
| #scissors { | |||
| width: 30px; | |||
| } | |||
| #separator .dotted { | |||
| border:none; | |||
| border-top: dashed 1px; | |||
| width:100%; | |||
| text-align:center; | |||
| /*padding-top:10px;*/ | |||
| } | |||
| </style> | |||
| <table id="head"> | |||
| <tr> | |||
| <td><img src="https://www.centre-kalachakra.com/images/logocentre-resized.jpg"></img></td> | |||
| <td> | |||
| <div class="title">Association Cultuelle Kalachakra – Roue de la Vie</div> | |||
| <div class="subtitle">Association Lois 1901 et 1905 -5 passage Delessert – 75010 PARIS</div> | |||
| <div class="phone">Tél/Fax : 01 40 05 02 22</div> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| <div id="contact_info"> | |||
| Paris, le {{DATE}}<br></br> | |||
| <br></br> | |||
| <span class="coordinates">{{FIRSTNAME}} {{LASTNAME}}<br></br> | |||
| {{ADDRESS}}<br></br> | |||
| {{ZIP}} {{CITY}}</span> | |||
| </div> | |||
| <div id="body"> | |||
| <div class="first_line">Madame, Monsieur,</div> | |||
| <div>Nous vous prions de bien vouloir trouver ci-dessous le reçu de dons pour l’année fiscale {{FISCALYEAR}}, à utiliser pour votre prochaine déclaration de revenus.</div> | |||
| <div>Nous vous remercions pour votre générosité.</div> | |||
| <div class="signature">L’équipe du Centre</div> | |||
| </div> | |||
| <div id="receipt"> | |||
| <div id="separator"> | |||
| <!-- <img src="https://www.centre-kalachakra.com/images/scissors.png" id="scissors"> --> | |||
| <div class='dotted'> </div> | |||
| </div> | |||
| <div id="receipt_head"> | |||
| <table> | |||
| <thead> | |||
| <tr> | |||
| <th></th> | |||
| <th>Reçu de dons aux Œuvres</th> | |||
| <th>Numéro d’ordre du reçu</th> | |||
| </tr> | |||
| </thead> | |||
| <tr> | |||
| <td>Articles 200-238 bis du CGI</td> | |||
| <td></td> | |||
| <td>{{RECEIPT}}-{{FISCALYEAR}}</td> | |||
| </tr> | |||
| </table> | |||
| </div> | |||
| <div id="recipient"> | |||
| <div class="title">BENEFICIAIRE DES VERSEMENTS</div> | |||
| <div class="subtitle">Association cultuelle Kalachakra – Roue de la Vie</div> | |||
| <table class="recipient_infos"> | |||
| <tr> | |||
| <td>5 Passage Delessert – 75010 PARIS</td> | |||
| <td>N° Siret 44509616700017 – N°APE 9499 Z</td> | |||
| </tr> | |||
| </table> | |||
| <div class="object"> | |||
| <u>Objet :</u> Exercice du culte bouddhiste dans la tradition Mahayana tibétaine de l’école Guélugpa.<br/> | |||
| <i>Association cultuelle loi 1905 autorisée à recevoir des dons, déclarée le 20/07/1999 à la Préfecture de Paris</i> | |||
| </div> | |||
| </div> | |||
| <div id="donor"> | |||
| <div class="title"><b>DONATEUR</b></div> | |||
| <div class="donor_infos"> | |||
| {{FIRSTNAME}} {{LASTNAME}}<br/> | |||
| {{ADDRESS}}<br/> | |||
| {{ZIP}} {{CITY}} | |||
| </div> | |||
| <div class="msg">L’association reconnaît avoir reçu à titre de don, la somme de {{SUM}} € <b>({{SUMSTR}})</b></div> | |||
| <table class="donation_infos"> | |||
| <tr> | |||
| <td class="left">Date du paiement : Année {{FISCALYEAR}}</td> | |||
| <td class="right">Mode de versement : Chèque, prélèvement ou espèces</td> | |||
| </tr> | |||
| </table> | |||
| <div class="last"><b>Paris, le</b> {{DATE}}</div> | |||
| <div class="signature"> | |||
| Signature<br/> | |||
| <img src="https://www.centre-kalachakra.com/images/signature-resized.png"></img> | |||
| </div> | |||
| <div class="signatory"> | |||
| {{SIGNATORY}} / {{SIGNATORYJOB}} | |||
| </div> | |||
| </div> | |||
| </div> | |||
| </html> | |||
| </xpath> | |||
| </template> | |||
| </odoo> | |||