[UPD] exp_transation_letters: update styling in letter reports
This commit is contained in:
parent
ff9db1adfd
commit
887fe8e267
|
|
@ -25,7 +25,7 @@
|
|||
<t t-set="transaction_id" t-value="o.incoming_transaction_id or o.internal_transaction_id or o.outgoing_transaction_id"/>
|
||||
<div class="row" style="direction:ltr;">
|
||||
<div class="col-6">
|
||||
<div class="w-100 font-weight-bold" style="padding-right:85px;font-family:'Al-Mohanad' !important">
|
||||
<div class="w-100 font-weight-bold" style="padding-right:90px;font-family:'Al-Mohanad' !important">
|
||||
<div>
|
||||
<span>Transaction Number:</span> <span t-esc="transaction_id.name" />
|
||||
</div>
|
||||
|
|
@ -45,10 +45,10 @@
|
|||
t-field="transaction_id.transaction_date"
|
||||
t-field-options="{"format": "yyyy/MM/dd"}"/>
|
||||
</div>
|
||||
<div>
|
||||
<div style="margin-right:-25px">
|
||||
<img
|
||||
t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('Code128', transaction_id.name, 600, 100)"
|
||||
style="width:250px;height:40px;margin-top:5px;margin-left:-40px;"/>
|
||||
style="width:250px;height:40px;margin-top:5px;"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<t t-set="transaction_id" t-value="o.incoming_transaction_id or o.internal_transaction_id or o.outgoing_transaction_id"/>
|
||||
<div class="row" style="direction:ltr;">
|
||||
<div class="col-6">
|
||||
<div class="w-100 font-weight-bold" style="padding-right:85px;font-family:'Al-Mohanad' !important">
|
||||
<div class="w-100 font-weight-bold" style="padding-right:90px;font-family:'Al-Mohanad' !important">
|
||||
<div>
|
||||
<span>Transaction Number:</span> <span t-esc="transaction_id.name" />
|
||||
</div>
|
||||
|
|
@ -26,10 +26,10 @@
|
|||
t-field="transaction_id.transaction_date"
|
||||
t-field-options="{"format": "yyyy/MM/dd"}"/>
|
||||
</div>
|
||||
<div>
|
||||
<div style="margin-right:-25px">
|
||||
<img
|
||||
t-att-src="'/report/barcode/?type=%s&value=%s&width=%s&height=%s' % ('Code128', transaction_id.name, 600, 100)"
|
||||
style="width:250px;height:40px;margin-top:5px;margin-left:-40px;"/>
|
||||
style="width:250px;height:40px;margin-top:5px;"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue