diff --git a/custom_receipts_for_pos/__manifest__.py b/custom_receipts_for_pos/__manifest__.py index 643fa5c04..d4959e336 100644 --- a/custom_receipts_for_pos/__manifest__.py +++ b/custom_receipts_for_pos/__manifest__.py @@ -36,7 +36,8 @@ 'depends': ['base', 'point_of_sale'], 'data': [ 'security/ir.model.access.csv', - 'data/pos_receipt_data.xml', + 'data/pos_receipt_design1_data.xml', + 'data/pos_receipt_design2_data.xml', 'views/pos_receipt_views.xml', 'views/pos_config_views.xml' ], diff --git a/custom_receipts_for_pos/data/pos_receipt_data.xml b/custom_receipts_for_pos/data/pos_receipt_data.xml deleted file mode 100644 index c4c56f345..000000000 --- a/custom_receipts_for_pos/data/pos_receipt_data.xml +++ /dev/null @@ -1,262 +0,0 @@ - - - - - Design 1 - -
- -
-
- -
Tel:
-
- -
:
-
- -
-
- -
-
- - - - -
-
--------------------------------
-
Served by
-
-
-
-
- -
- -
-
-
-
- - - - - - - - - - - - - - - - -
ProductQtyAmount
- - -
- % discount -
-
- -
- -
- - - -
-
-
-
- - - -
-
Subtotal :
- -
- - -
-
-
- -
-
- TOTAL : - -
-
- ]]>
-
- - Design 2 - -
-
- Phone:
-
- -
-
- Date : - - - - - - -
- Order :
-
-
-
- Cashier :
- - Customer : - -
-
-
- -
- -
-
-
-
- - - - - - - - - - - - - - - - -
ProductQtyAmount
- - -
- % discount -
-
- -
- -
- - - -
-
-
-
- - - -
-
Subtotal :
- -
- - -
-
-
- -
-
- TOTAL : - -
-

-
- - -
- - -
-
-
-
- CHANGE : - -
-
- - -
- Discounts : - -
-
- - -
- - -
-
-
- Total Taxes : - -
-
- ]]>
-
-
\ No newline at end of file diff --git a/custom_receipts_for_pos/data/pos_receipt_design1_data.xml b/custom_receipts_for_pos/data/pos_receipt_design1_data.xml new file mode 100644 index 000000000..ae4fa182c --- /dev/null +++ b/custom_receipts_for_pos/data/pos_receipt_design1_data.xml @@ -0,0 +1,148 @@ + + + + + Design 1 + +
+ +
+
+ +
Tel:
+
+ +
:
+
+ +
+
+ +
+
+ + + + +
+
--------------------------------
+
Served by
+
+
+
+
+ +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQtyAmount
+ + +
+ % discount +
+
+ +
+ +
+ + + +
+ + +
+ % discount +
+
+ +
+ +
+ + + +
+
+
+
+ + +
+
+ Subtotal : + +
+ + +
+ + +
+
+
+ +
+
+ TOTAL : + +
+

+
+ ]]>
+
+ +
\ No newline at end of file diff --git a/custom_receipts_for_pos/data/pos_receipt_design2_data.xml b/custom_receipts_for_pos/data/pos_receipt_design2_data.xml new file mode 100644 index 000000000..d0a5933a2 --- /dev/null +++ b/custom_receipts_for_pos/data/pos_receipt_design2_data.xml @@ -0,0 +1,179 @@ + + + + + Design 2 + +
+
+ Phone:
+
+ +
+
+ Date : + + + + + + +
+ Order :
+
+
+
+ Cashier :
+ + Customer : + +
+
+
+ +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQtyAmount
+ + +
+ % discount +
+
+ +
+ +
+ + + +
+ + +
+ % discount +
+
+ +
+ +
+ + + +
+
+
+
+ + +
+
Subtotal :
+ +
+ + +
+
+
+ +
+
+ TOTAL : + +
+

+
+ + +
+ + +
+
+
+
+ CHANGE : + +
+
+ + +
+ Discounts : + +
+
+ + +
+ + +
+
+
+ Total Taxes : + +
+
+ ]]>
+
+
\ No newline at end of file diff --git a/custom_receipts_for_pos/doc/RELEASE_NOTES.md b/custom_receipts_for_pos/doc/RELEASE_NOTES.md index d3e67a489..bf96939f1 100644 --- a/custom_receipts_for_pos/doc/RELEASE_NOTES.md +++ b/custom_receipts_for_pos/doc/RELEASE_NOTES.md @@ -19,3 +19,9 @@ #### Version 17.0.1.0.3 ##### BUGFIX - Move the configuration to select the receipt from configuration settings to POS configuration + + +#### 20.08.2024 +#### Version 17.0.1.0.4 +##### BUGFIX +- Fixed the missing products and amount details in the pos receipts from ticket screen.