|
|
@ -3,7 +3,8 @@ |
|
|
|
<t t-extend="ReceiptScreenWidget"> |
|
|
|
<t t-jquery='.pos-receipt-container' t-operation='before'> |
|
|
|
<div class="button send"> |
|
|
|
<i class='fa fa-envelope'></i> Send Receipt By Mail |
|
|
|
<i class='fa fa-envelope'></i> |
|
|
|
Send Receipt By Mail |
|
|
|
</div> |
|
|
|
<div class="message-send"> |
|
|
|
</div> |
|
|
@ -14,9 +15,13 @@ |
|
|
|
<t t-jquery="t[t-if='widget.pos.get_client()']" t-operation="after"> |
|
|
|
<t t-if="widget.pos.get_client()"> |
|
|
|
<div class='customer-information-pay'> |
|
|
|
Balance: <span class='customer-balance' /> € |
|
|
|
<br /><span class='customer-delegate1' /> |
|
|
|
<br /><span class='customer-delegate2' /> |
|
|
|
Balance: |
|
|
|
<span class='customer-balance' /> |
|
|
|
€ |
|
|
|
<br /> |
|
|
|
<span class='customer-delegate1' /> |
|
|
|
<br /> |
|
|
|
<span class='customer-delegate2' /> |
|
|
|
</div> |
|
|
|
</t> |
|
|
|
</t> |
|
|
@ -26,10 +31,16 @@ |
|
|
|
<t t-jquery=".paymentmethods-container" t-operation="inner"> |
|
|
|
<t t-if="widget.pos.get_client()"> |
|
|
|
<div class="customer-information"> |
|
|
|
<span class='customer-name' /> <br /> |
|
|
|
Balance: <span class='customer-balance' /> €<br /> |
|
|
|
<span class='customer-delegate1' /> <br /> |
|
|
|
<span class='customer-delegate2' /> <br /> |
|
|
|
<span class='customer-name' /> |
|
|
|
<br /> |
|
|
|
Balance: |
|
|
|
<span class='customer-balance' /> |
|
|
|
€ |
|
|
|
<br /> |
|
|
|
<span class='customer-delegate1' /> |
|
|
|
<br /> |
|
|
|
<span class='customer-delegate2' /> |
|
|
|
<br /> |
|
|
|
</div> |
|
|
|
</t> |
|
|
|
</t> |
|
|
|