-
-
Notifications
You must be signed in to change notification settings - Fork 320
porting fiscal_epos_print to 18 #4898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
eLBati
wants to merge
65
commits into
OCA:18.0
Choose a base branch
from
eLBati:18.0-mig-fiscal_epos_print
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+6,055
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[10.0][fiscal_epos_print] Renamed Cassa to RT in the refund dialog [10.0][fiscal_epos_print] Check if the update_refund_info_button property has been passed before to call it [10.0][fiscal_epos_print] Add support of pos.config header and footer when set [fiscal_epos_print] Export refund_info_button widget for inheritance purposes Add support for payment type index Allow to configure whether to Show receipt preview or not
trans FIX journal form showing fiscalprinter data for bank journals Allow to use tax exclude prices in products and force to set "Tax-Included Price" in pos config REF file structure splitting fp90iii.js Move "Wrong tax configuration" check before creating receipt Update library ePOS-Print and Fiscal Print API IMP fiscal_epos_print writing fiscal receipt data to pos.order show_popup instead of alert
…ceipt number Lock receipt screen until printer communication ends. Prevent user to go to next order if receipt not correctly printed. Allow user to retry printing in case of errors ADD print fiscal closure widget (Z report) and X report ADD refund management from OrderListScreenWidget FIX Restaurant compatibility
[10.0][fiscal_epos_print] Add reprint last receipt [10.0][fiscal_epos_print] Show subtotal in the printer display when showing the payment screen [10.0][fiscal_epos_print] Reorganize the onreceive() to simplify it [10.0][fiscal_epos_print] Add cashdrawer automatic opening from pos config and from widget [10.0][fiscal_epos_print] Rework ePOS widgets into a more versatile floating window
Fix fiscal_receipt_date format before to sent to backend To avoid risk to write date in wrong format before 'update_fiscal_receipt_values'
VM17068 epson_epos_print.js:307 Uncaught TypeError: Cannot read property 'encodeXml' of undefined at VM17068 epson_epos_print.js:307 at Function._.each._.forEach (VM16660 underscore.js:145) at Class.printFiscalReceiptHeader [as _super] (VM17068 epson_epos_print.js:306) at Class.printFiscalReceiptHeader (VM17074 fiscal_epos_print_fiscalcode.js:24) at Class.printFiscalReceiptHeader (VM16699 class.js:123) at Class.printFiscalReceipt (VM17068 epson_epos_print.js:348) at Class.sendToFP90Printer (VM17070 screens.js:62) at Class.finalize_validation (VM17070 screens.js:76) at Class.finalize_validation (VM16699 class.js:123) at Class.validate_order (VM17052 screens.js:2181)
Prevent errors like: File "../odoo/sql_db.py", line 225, in execute res = self._obj.execute(query, params) psycopg2.DataError: date/time field value out of range: "02112020" LINE 1: ...0, NULL, 'Reso 00399-006-0005', 1, '99MEX006658', '02112020'... ^ HINT: Perhaps you need a different "datestyle" setting.
…ating the invoice
…d by fiscal printer
Currently translated at 100.0% (109 of 109 strings) Translation: l10n-italy-12.0/l10n-italy-12.0-fiscal_epos_print Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-fiscal_epos_print/it/
…insert date in wrong format and get "psycopg2.DataError: date/time field value out of range"
…ed by fiscal printer Also delete not used fpresponse
fixed travis requirements
E.g. when getting error after sending commands like "aprire cassetto"
[12.0][FIX] avoid recompute discount, use price_display to guess the total amount of discount.
…or Discount on payment
d52f3c2
to
e587318
Compare
e7751c8
to
6663a19
Compare
REF printFiscalReceipt using order object instead of rececipt, which is an object of strings essentially FIX refund XML and checks Remove unused code Restore Z and X report Restore lottery management Rename to l10n_it_fiscal_epos_print
6663a19
to
cc9c29b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
based on #4394
depends on OCA/pos#1407