mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
Merge branch 'master' of https://gitlab.com/sonalarora/tra_backend
This commit is contained in:
BIN
reports/views/.report_payment_receipt.xml.swo
Normal file
BIN
reports/views/.report_payment_receipt.xml.swo
Normal file
Binary file not shown.
BIN
reports/views/.report_payment_receipt.xml.swp
Normal file
BIN
reports/views/.report_payment_receipt.xml.swp
Normal file
Binary file not shown.
@@ -2,6 +2,12 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
<template id="report_payment_receipt_view_documents">
|
<template id="report_payment_receipt_view_documents">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
<t t-if="o and 'company_id' in o">
|
||||||
|
<t t-set="company" t-value="o.company_id"></t>
|
||||||
|
</t>
|
||||||
|
<t t-if="not o or not 'company_id' in o">
|
||||||
|
<t t-set="company" t-value="res_company"></t>
|
||||||
|
</t>
|
||||||
<div class="row mt32 mb32">
|
<div class="row mt32 mb32">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<font color="#fff"><img t-att-src="'data:image/png;base64,%s' % to_text(company.logo)" style="max-height: 250px;"/></font>
|
<font color="#fff"><img t-att-src="'data:image/png;base64,%s' % to_text(company.logo)" style="max-height: 250px;"/></font>
|
||||||
@@ -15,15 +21,16 @@
|
|||||||
<table class="table table-sm">
|
<table class="table table-sm">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="border:1px solid;width:50%;top:2px">
|
<th style="border:1px solid;width:50%;top:2px">
|
||||||
<strong>Code:</strong></br>
|
<strong>Code:</strong><br/>
|
||||||
<strong>Address:</strong></br>
|
<strong>Address:</strong><br/>
|
||||||
<strong>Telephone Number:</strong></br>
|
<strong>Telephone Number:</strong><br/>
|
||||||
<strong>Account Payee:</strong></br>
|
<strong>Account Payee:</strong><br/>
|
||||||
</th>
|
</th>
|
||||||
<th style="width:5%;"></th>
|
<th style="width:5%;"></th>
|
||||||
<th style="border:1px solid;width:45%">
|
<th style="border:1px solid;width:45%">
|
||||||
<strong>Receipt Number: </strong>:<span t-field="o.name"/><br/>
|
<strong>Receipt Number: </strong>:<span t-field="o.name"/><br/>
|
||||||
<strong>Date: </strong>:<span t-field="o.payment_date"/><br/>
|
<strong>Date: </strong><span t-field="o.payment_date"/><br/>
|
||||||
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -43,13 +50,13 @@
|
|||||||
<table class="table table-sm">
|
<table class="table table-sm">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="border:1px solid;width:50%">
|
<th style="border:1px solid;width:50%">
|
||||||
<strong>Bank Account</strong></br>
|
<strong>Bank Account</strong><br/>
|
||||||
<strong>Bank Account Number: </strong></br>>:
|
<strong>Bank Account Number:</strong><br/>
|
||||||
</th>
|
</th>
|
||||||
<th style="width:5%;"></th>
|
<th style="width:5%;"></th>
|
||||||
<th style="border:1px solid;width:45%">
|
<th style="border:1px solid;width:45%">
|
||||||
<strong>Currency</strong><span t-field="o.currency_id.name"/></br>
|
<strong>Currency</strong><span t-field="o.currency_id.name"/><br/>
|
||||||
<strong>Exchange Rate</strong></br>
|
<strong>Exchange Rate</strong><br/>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- <div class="row mt64">
|
<!-- <div class="row mt64">
|
||||||
|
|||||||
Reference in New Issue
Block a user