Browse Source

Nov 14 [UPDT] : 'custom_receipts_for_pos'

18.0
AjmalCybro 1 week ago
parent
commit
fe83ca5ea8
  1. 24
      custom_receipts_for_pos/static/description/index.html
  2. 6
      custom_receipts_for_pos/static/src/js/receipt_design.js

24
custom_receipts_for_pos/static/description/index.html

@ -197,8 +197,28 @@
style=" font-size: 16px; vertical-align: middle"
>Email Us</span>
</a>
<a href="skype:cybroopenerp?chat"
target="_blank"
style="
background-color: #7f289b;
font-family: Montserrat;
display: inline-block;
padding: 7px 33px;
border: 1px solid #7f289b;
border-radius: 35px;
text-decoration: none;
width: 231px;
"
class="mx-1 mb-2 deep-1 deep_hover">
<img
class="img"
style="width: 24px"
src="./assets/icons/skype-fill.svg"
/>
<span
class="pl-2"
style="color: #fff; font-size: 16px; vertical-align: middle"
>Skype Us</span>
</a>
<a href="https://wa.me/9074270811"

6
custom_receipts_for_pos/static/src/js/receipt_design.js

@ -29,9 +29,9 @@ patch(OrderReceipt.prototype, {
};
},
get isTrue() {
if (this.env.services.pos.config.is_custom_receipt == false) {
return true;
if (this.env.services.pos.config.is_custom_receipt == false) {
return false;
}
return false;
return true;
}
});

Loading…
Cancel
Save