Skip to content

Commit 67ed794

Browse files
committed
porting fiscal_epos_print to 18
REF printFiscalReceipt using order object instead of rececipt, which is an object of strings essentially FIX refund XML and checks
1 parent 3018574 commit 67ed794

40 files changed

+1306
-949
lines changed

fiscal_epos_print/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ ITA - Driver per stampanti fiscali compatibili ePOS-Print XML
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
20-
:target: https://github.com/OCA/l10n-italy/tree/16.0/fiscal_epos_print
20+
:target: https://github.com/OCA/l10n-italy/tree/18.0/fiscal_epos_print
2121
:alt: OCA/l10n-italy
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-fiscal_epos_print
23+
:target: https://translation.odoo-community.org/projects/l10n-italy-18-0/l10n-italy-18-0-fiscal_epos_print
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -97,7 +97,7 @@ Bug Tracker
9797
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/issues>`_.
9898
In case of trouble, please check there if your issue has already been reported.
9999
If you spotted it first, help us to smash it by providing a detailed and welcomed
100-
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20fiscal_epos_print%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
100+
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20fiscal_epos_print%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
101101

102102
Do not contact contributors directly about support or help with technical issues.
103103

@@ -145,6 +145,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
145145

146146
|maintainer-eLBati|
147147

148-
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/16.0/fiscal_epos_print>`_ project on GitHub.
148+
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/18.0/fiscal_epos_print>`_ project on GitHub.
149149

150150
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

fiscal_epos_print/__manifest__.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{
88
"name": "ITA - Driver per stampanti fiscali compatibili ePOS-Print XML",
9-
"version": "17.0.1.0.0",
9+
"version": "18.0.1.0.0",
1010
"category": "Point Of Sale",
1111
"summary": "ePOS-Print XML Fiscal Printer Driver - Stampanti Epson compatibili: "
1212
"FP81II, FP90III",
@@ -22,8 +22,6 @@
2222
"hr",
2323
"pos_hr",
2424
"pos_full_refund",
25-
# TODO is this necessary?
26-
# 'pos_order_mgmt'
2725
],
2826
"data": [
2927
"views/account.xml",
@@ -36,6 +34,7 @@
3634
"fiscal_epos_print/static/lib/fiscalprint/fiscalprint.js",
3735
"fiscal_epos_print/static/src/js/epson_epos_print.js",
3836
"fiscal_epos_print/static/src/js/models.js",
37+
"fiscal_epos_print/static/src/js/utils/refundUtils.js",
3938
# # ChromeWidgets
4039
"fiscal_epos_print/static/src/js/ChromeWidgets/EpsonEPOSButton.js",
4140
"fiscal_epos_print/static/src/js/ChromeWidgets/EpsonFP81IIComponent.js",
@@ -46,16 +45,15 @@
4645
"fiscal_epos_print/static/src/js/Popups/RefundInfoPopup.js",
4746
# # Screens
4847
"fiscal_epos_print/static/src/js/Screens/PaymentScreen/PaymentScreen.js",
49-
#"fiscal_epos_print/static/src/js/Screens/ReceiptScreen/ReceiptScreen.js",
5048
# # Popups
5149
# "fiscal_epos_print/static/src/xml/Popups/LotteryCodePopup.xml",
5250
"fiscal_epos_print/static/src/xml/Popups/RefundInfoPopup.xml",
5351
# # Others
54-
"fiscal_epos_print/static/src/xml/Chrome.xml",
5552
"fiscal_epos_print/static/src/xml/ChromeWidgets/EpsonEPOSButton.xml",
5653
"fiscal_epos_print/static/src/xml/ChromeWidgets/EpsonFP81IIComponent.xml",
5754
# "fiscal_epos_print/static/src/xml/ChromeWidgets/SetLotteryCodeButton.xml",
5855
"fiscal_epos_print/static/src/xml/ChromeWidgets/SetRefundInfoButton.xml",
56+
"fiscal_epos_print/static/src/xml/ChromeWidgets/ControlButtons.xml",
5957
"fiscal_epos_print/static/src/js/Screens/TicketScreen/TicketScreen.js",
6058
],
6159
},

0 commit comments

Comments
 (0)