porting fiscal_epos_print to 18 > l10n_it_fiscal_epos_print#4898
Open
eLBati wants to merge 66 commits into
Open
porting fiscal_epos_print to 18 > l10n_it_fiscal_epos_print#4898eLBati wants to merge 66 commits into
eLBati wants to merge 66 commits into
Conversation
d52f3c2 to
e587318
Compare
6663a19 to
cc9c29b
Compare
Member
|
/ocabot migration l10n_it_fiscal_epos_print |
cc9c29b to
d0d23a0
Compare
Member
Author
|
/ocabot rebase |
[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
… defaulting to "1"! Tested - is working great on FP82III RT
…eso Merce). Added Fiscal Operator to User and Employee
…illing the splitted lines twice in the end.
…_price is send to epson ref OCA#3721
add import to models js added getStatusField
…entType tag generation (#1) Co-authored-by: VPA <valerio.paretta@innovyou.it>
+ pos_full_refund
…alidation is block (#11)
Contributor
|
Congratulations, PR rebased to 18.0. |
5eb3003 to
9fe2b84
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
…e in debug assets mode
9fe2b84 to
1f845fe
Compare
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
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