diff --git a/custom_receipts_for_pos/__init__.py b/custom_receipts_for_pos/__init__.py index 9c87f6005..aa9eaf8e2 100644 --- a/custom_receipts_for_pos/__init__.py +++ b/custom_receipts_for_pos/__init__.py @@ -3,7 +3,7 @@ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2024-TODAY Cybrosys Technologies(). +# Copyright (C) 2025-TODAY Cybrosys Technologies(). # Author: Sreerag PM () # # This program is free software: you can modify diff --git a/custom_receipts_for_pos/__manifest__.py b/custom_receipts_for_pos/__manifest__.py index fc4ec1217..328ff91e0 100644 --- a/custom_receipts_for_pos/__manifest__.py +++ b/custom_receipts_for_pos/__manifest__.py @@ -3,7 +3,7 @@ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2024-TODAY Cybrosys Technologies(). +# Copyright (C) 2025-TODAY Cybrosys Technologies(). # Author: Sreerag PM () # # This program is free software: you can modify @@ -22,7 +22,7 @@ ################################################################################ { 'name': 'POS Receipt Design', - 'version': '18.0.1.0.1', + 'version': '18.0.1.0.2', 'category': 'Point of Sale', 'summary': "POS Receipt, Receipt Design, POS Receipt Template, Design " "Report, Custom Receipt, POS Report, Customise Receipt, Odoo18, " diff --git a/custom_receipts_for_pos/data/pos_receipt_design1_data.xml b/custom_receipts_for_pos/data/pos_receipt_design1_data.xml index 6365f4b11..7148bb140 100644 --- a/custom_receipts_for_pos/data/pos_receipt_design1_data.xml +++ b/custom_receipts_for_pos/data/pos_receipt_design1_data.xml @@ -82,7 +82,7 @@ - + diff --git a/custom_receipts_for_pos/data/pos_receipt_design2_data.xml b/custom_receipts_for_pos/data/pos_receipt_design2_data.xml index 4e99013b1..714d68fc0 100644 --- a/custom_receipts_for_pos/data/pos_receipt_design2_data.xml +++ b/custom_receipts_for_pos/data/pos_receipt_design2_data.xml @@ -80,7 +80,7 @@ - + @@ -122,7 +122,7 @@
TOTAL : - +


diff --git a/custom_receipts_for_pos/doc/RELEASE_NOTES.md b/custom_receipts_for_pos/doc/RELEASE_NOTES.md index a180376d7..cb4c97e95 100644 --- a/custom_receipts_for_pos/doc/RELEASE_NOTES.md +++ b/custom_receipts_for_pos/doc/RELEASE_NOTES.md @@ -9,3 +9,8 @@ #### Version 18.0.1.0.1 ##### BUG FIX - BUG FIX + +#### 28.05.2025 +#### Version 18.0.1.0.2 +##### BUG FIX +- Fixed the issues in the custom receipts which show error while printing the receipts. \ No newline at end of file diff --git a/custom_receipts_for_pos/models/__init__.py b/custom_receipts_for_pos/models/__init__.py index 69297df57..5c44780c5 100644 --- a/custom_receipts_for_pos/models/__init__.py +++ b/custom_receipts_for_pos/models/__init__.py @@ -3,7 +3,7 @@ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2024-TODAY Cybrosys Technologies(). +# Copyright (C) 2025-TODAY Cybrosys Technologies(). # Author: Sreerag PM () # # This program is free software: you can modify diff --git a/custom_receipts_for_pos/models/pos_config.py b/custom_receipts_for_pos/models/pos_config.py index 3fe2e26cb..2e0413cd7 100644 --- a/custom_receipts_for_pos/models/pos_config.py +++ b/custom_receipts_for_pos/models/pos_config.py @@ -3,7 +3,7 @@ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2024-TODAY Cybrosys Technologies(). +# Copyright (C) 2025-TODAY Cybrosys Technologies(). # Author: Sreerag PM () # # This program is free software: you can modify diff --git a/custom_receipts_for_pos/models/pos_receipt.py b/custom_receipts_for_pos/models/pos_receipt.py index ed9991629..ba1453f71 100644 --- a/custom_receipts_for_pos/models/pos_receipt.py +++ b/custom_receipts_for_pos/models/pos_receipt.py @@ -3,7 +3,7 @@ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2024-TODAY Cybrosys Technologies(). +# Copyright (C) 2025-TODAY Cybrosys Technologies(). # Author: Sreerag PM () # # This program is free software: you can modify diff --git a/custom_receipts_for_pos/models/pos_session.py b/custom_receipts_for_pos/models/pos_session.py index d360d71d1..7a0d92abd 100644 --- a/custom_receipts_for_pos/models/pos_session.py +++ b/custom_receipts_for_pos/models/pos_session.py @@ -3,7 +3,7 @@ # # Cybrosys Technologies Pvt. Ltd. # -# Copyright (C) 2024-TODAY Cybrosys Technologies(). +# Copyright (C) 2025-TODAY Cybrosys Technologies(). # Author: Sreerag PM () # # This program is free software: you can modify diff --git a/custom_receipts_for_pos/static/src/js/receipt_design.js b/custom_receipts_for_pos/static/src/js/receipt_design.js index 7d13b0609..649cc686a 100644 --- a/custom_receipts_for_pos/static/src/js/receipt_design.js +++ b/custom_receipts_for_pos/static/src/js/receipt_design.js @@ -11,13 +11,7 @@ patch(OrderReceipt.prototype, { template: true, }) this.pos = useState(useService("pos")); - // const templateProps = { - // data: this.props.data, - // order: this.pos.get_order(), - // receipt: this.pos.get_order().export_for_printing(), - // orderlines: this.pos.get_order().get_orderlines(), - // paymentlines: this.pos.get_order().export_for_printing().paymentlines - // }; + }, get templateProps() { return { diff --git a/custom_receipts_for_pos/static/src/xml/order_receipt.xml b/custom_receipts_for_pos/static/src/xml/order_receipt.xml index 070ff6534..26219a508 100644 --- a/custom_receipts_for_pos/static/src/xml/order_receipt.xml +++ b/custom_receipts_for_pos/static/src/xml/order_receipt.xml @@ -31,18 +31,18 @@ class="pos-receipt-taxes">
--------------------------------
+ t-key="subtotal_index">
- + +
on - + -
@@ -67,18 +67,18 @@
--------------------------------
-
-
To Pay -
@@ -87,23 +87,22 @@ t-foreach="props.data.paymentlines" t-as="line" t-key="line_index"> -
-
- -