mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
work on sale order report
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="report_payment_receipt_view_documents">
|
||||
<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="header">
|
||||
<div class="row mt32 mb32">
|
||||
<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>
|
||||
<div class="row mt32 mb32">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<t t-call="web.external_layout">
|
||||
<t t-set="o" t-value="o.with_context(lang=lang)"/>
|
||||
@@ -21,15 +15,15 @@
|
||||
<table class="table table-sm">
|
||||
<tr>
|
||||
<th style="border:1px solid;width:50%;top:2px">
|
||||
<div class="col-8"><strong>Code</strong></div>:
|
||||
<div class="col-8"><strong>Address</strong></div>:
|
||||
<div class="col-8"><strong>Telephone Number</strong></div>:
|
||||
<div class="col-8"><strong>Account Payee</strong></div>:
|
||||
<strong>Code:</strong></br>
|
||||
<strong>Address:</strong></br>
|
||||
<strong>Telephone Number:</strong></br>
|
||||
<strong>Account Payee:</strong></br>
|
||||
</th>
|
||||
<th style="width:5%;"></th>
|
||||
<th style="border:1px solid;width:45%">
|
||||
<div class="col-8"><strong>Receipt Number: </strong></div>:<span t-field="o.name"/><br/>
|
||||
<div class="col-8"><strong>Date: </strong></div>:<span t-field="o.payment_date"/><br/>
|
||||
<strong>Receipt Number: </strong>:<span t-field="o.name"/><br/>
|
||||
<strong>Date: </strong>:<span t-field="o.payment_date"/><br/>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -49,13 +43,13 @@
|
||||
<table class="table table-sm">
|
||||
<tr>
|
||||
<th style="border:1px solid;width:50%">
|
||||
<div class="col-8"><strong>Bank Account</strong></div>:
|
||||
<div class="col-8"><strong>Bank Account Number: </strong></div>:
|
||||
<strong>Bank Account</strong></br>
|
||||
<strong>Bank Account Number: </strong></br>>:
|
||||
</th>
|
||||
<th style="width:5%;"></th>
|
||||
<th style="border:1px solid;width:45%">
|
||||
<div class="col-2"><strong>Currency</strong></div>:<span t-field="o.currency_id.name"/><br/>
|
||||
<div class="col-2"><strong>Exchange Rate</strong></div>:
|
||||
<strong>Currency</strong><span t-field="o.currency_id.name"/><br/>
|
||||
<strong>Exchange Rate</strong></br>
|
||||
</th>
|
||||
</tr>
|
||||
<!-- <div class="row mt64">
|
||||
|
||||
Reference in New Issue
Block a user