Update membership_card_reports.xml
This commit is contained in:
parent
335f6157cb
commit
c5cd92552b
|
|
@ -31,27 +31,29 @@
|
|||
<t t-call="web.html_container">
|
||||
<t t-set="company" t-value="user.company_id"/>
|
||||
<!-- Header -->
|
||||
<div t-attf-style="background-color:{{membrship_level_color }};" class="page">
|
||||
<div>
|
||||
<center>
|
||||
<h2><t t-esc="company.name"/></h2>
|
||||
</center>
|
||||
<center>
|
||||
<img t-if="company.logo" t-att-src="image_data_uri(company.logo)" height="50" style="max-height: 80px;" alt="Logo"/>
|
||||
</center>
|
||||
</div><br/>
|
||||
<!-- Content -->
|
||||
<div class="row mt32">
|
||||
<div style="margin-top:10px;float:right" class="col-4">
|
||||
<img t-if="image" style="width: 120px; border-radius: 5px;"
|
||||
t-attf-src="data:image/*;base64,{{image}}"/>
|
||||
</div>
|
||||
<div style="position:relative;left:80px;margin-top:5px;float:left" class="col-8">
|
||||
<p dir="rtl" t-if="name"><strong>الاسم:</strong> <t t-esc="name"/></p>
|
||||
<p dir="rtl" t-if="membrship_no"><strong>رقم العضوية:</strong> <t t-esc="membrship_no"/></p>
|
||||
<p dir="rtl" t-if="product_id"><strong> نوع العضوية:</strong> <t t-esc="product_id"/></p>
|
||||
<p dir="rtl" t-if="membrship_level"><strong> العضوية:</strong> <t t-esc="membrship_level"/></p>
|
||||
<p dir="rtl" t-if="end_date"><strong>تاريخ الانتهاء:</strong> <t t-esc="end_date"/></p>
|
||||
<div class="page">
|
||||
<div t-attf-style="background-color:{{membrship_level_color }};">
|
||||
<div>
|
||||
<center>
|
||||
<h2><t t-esc="company.name"/></h2>
|
||||
</center>
|
||||
<center>
|
||||
<img t-if="company.logo" t-att-src="image_data_uri(company.logo)" height="50" style="max-height: 80px;" alt="Logo"/>
|
||||
</center>
|
||||
</div><br/>
|
||||
<!-- Content -->
|
||||
<div class="row mt32">
|
||||
<div style="margin-top:10px;float:right" class="col-4">
|
||||
<img t-if="image" style="width: 120px; border-radius: 5px;"
|
||||
t-attf-src="data:image/*;base64,{{image}}"/>
|
||||
</div>
|
||||
<div style="position:relative;left:80px;margin-top:5px;float:left" class="col-8">
|
||||
<p dir="rtl" t-if="name"><strong>الاسم:</strong> <t t-esc="name"/></p>
|
||||
<p dir="rtl" t-if="membrship_no"><strong>رقم العضوية:</strong> <t t-esc="membrship_no"/></p>
|
||||
<p dir="rtl" t-if="product_id"><strong> نوع العضوية:</strong> <t t-esc="product_id"/></p>
|
||||
<p dir="rtl" t-if="membrship_level"><strong> العضوية:</strong> <t t-esc="membrship_level"/></p>
|
||||
<p dir="rtl" t-if="end_date"><strong>تاريخ الانتهاء:</strong> <t t-esc="end_date"/></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue