Skip to content
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

[14.0][mig] fiscal_epos_print #2761

Merged
merged 59 commits into from
Feb 17, 2023

Commits on Nov 25, 2022

  1. ADD fiscal_epos_print

    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6d023d9 View commit details
    Browse the repository at this point in the history
  2. [fiscal_epos_print] Add refund support to ePOS fiscal printer

    [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
    robyf70 authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f175b50 View commit details
    Browse the repository at this point in the history
  3. Move Refund Info to a tab

    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
    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f185946 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e7fc9c View commit details
    Browse the repository at this point in the history
  5. IMP fiscal_epos_print: avoid to print again an order with a fiscal re…

    …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
    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    3d6aef6 View commit details
    Browse the repository at this point in the history
  6. [10.0][fiscal_epos_print] Fix escaping characters in the generated xml

    [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
    robyf70 authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    9edc0aa View commit details
    Browse the repository at this point in the history
  7. epos config widget restyle

    sherpya authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    5597356 View commit details
    Browse the repository at this point in the history
  8. Translations

    Fix fiscal_receipt_date format before to sent to backend
    To avoid risk to write date in wrong format before 'update_fiscal_receipt_values'
    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    1b12522 View commit details
    Browse the repository at this point in the history
  9. [UPD] Update fiscal_epos_print.pot

    oca-travis authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    ce3827e View commit details
    Browse the repository at this point in the history
  10. [UPD] README.rst

    OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    63a6084 View commit details
    Browse the repository at this point in the history
  11. [ADD] icon.png

    OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    23d70a0 View commit details
    Browse the repository at this point in the history
  12. [FIX] fiscal_epos_print: error when header/footer are printed in receipt

    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)
    SimoRubi authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f3c458e View commit details
    Browse the repository at this point in the history
  13. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    [UPD] Update fiscal_epos_print.pot
    oca-travis authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    1151366 View commit details
    Browse the repository at this point in the history
  14. Remove parsing date field

    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.
    SimoRubi authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    cd251f4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5a833a3 View commit details
    Browse the repository at this point in the history
  16. [12.0][fiscal_epos_print] Fix error when scanning barcode after gener…

    …ating the invoice
    robyf70 authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f1320fb View commit details
    Browse the repository at this point in the history
  17. IMP fiscal_epos_print removing lines with quantity = 0, as not allowe…

    …d by fiscal printer
    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    547f757 View commit details
    Browse the repository at this point in the history
  18. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    fiscal_epos_print 12.0.1.1.1
    
    [UPD] Update fiscal_epos_print.pot
    
    fiscal_epos_print 12.0.1.1.0
    OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6ff2404 View commit details
    Browse the repository at this point in the history
  19. IMP fiscal_epos_print POS config view

    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    a491842 View commit details
    Browse the repository at this point in the history
  20. merge PR 1264 1717 1728 1737 1739

    Lara Baggio authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    ddfb5f1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8d607d5 View commit details
    Browse the repository at this point in the history
  22. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    fiscal_epos_print 12.0.1.1.3
    
    [UPD] Update fiscal_epos_print.pot
    oca-travis authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    ad8ae15 View commit details
    Browse the repository at this point in the history
  23. Translated using Weblate (Italian)

    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/
    primes2h authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0b81297 View commit details
    Browse the repository at this point in the history
  24. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    fiscal_epos_print 12.0.1.1.4
    
    [UPD] Update fiscal_epos_print.pot
    oca-travis authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    88b8f25 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    88dde30 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9dd44ec View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    10e2216 View commit details
    Browse the repository at this point in the history
  28. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    [UPD] Update fiscal_epos_print.pot
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    fiscal_epos_print 12.0.1.1.6
    
    [UPD] Update fiscal_epos_print.pot
    oca-travis authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    c01e57b View commit details
    Browse the repository at this point in the history
  29. FIX fiscal_epos_print receipt date placeholder, otherwise user could …

    …insert date in wrong format and get "psycopg2.DataError: date/time field value out of range"
    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    07b7a83 View commit details
    Browse the repository at this point in the history
  30. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    fiscal_epos_print 12.0.1.1.7
    
    [UPD] Update fiscal_epos_print.pot
    oca-travis authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    864b3aa View commit details
    Browse the repository at this point in the history
  31. IMP fiscal_epos_print allowing to save in pos order debug info return…

    …ed by fiscal printer
    
    Also delete not used fpresponse
    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    2113379 View commit details
    Browse the repository at this point in the history
  32. fixed fpdeptax field in fiscal_epos_print module to accept 2 digits

    fixed travis requirements
    fredzamoabg authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    315bdbb View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7e81258 View commit details
    Browse the repository at this point in the history
  34. FIX license LGPL-3 conflicts

    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    aac0395 View commit details
    Browse the repository at this point in the history
  35. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    fiscal_epos_print 12.0.1.2.0
    
    [UPD] Update fiscal_epos_print.pot
    
    fiscal_epos_print 12.0.1.1.10
    
    [UPD] README.rst
    OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    77e5d4b View commit details
    Browse the repository at this point in the history
  36. FIX fiscal_epos_print when setting debug info when order is not set

    E.g. when getting error after sending commands like "aprire cassetto"
    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4a36afe View commit details
    Browse the repository at this point in the history
  37. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    fiscal_epos_print 12.0.1.2.1
    
    [UPD] Update fiscal_epos_print.pot
    oca-travis authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    a021dee View commit details
    Browse the repository at this point in the history
  38. [FIX] fiscal_epos_print wrong computation of manual discount

    [12.0][FIX] avoid recompute discount, use price_display to guess the total amount of discount.
    gigidn authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    91bd533 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    bab41b1 View commit details
    Browse the repository at this point in the history
  40. ADD Lottery code handling

    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    937d38f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    58798cf View commit details
    Browse the repository at this point in the history
  42. New payment types

    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b92d046 View commit details
    Browse the repository at this point in the history
  43. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    fiscal_epos_print 12.0.1.3.0
    
    [UPD] README.rst
    
    [UPD] Update fiscal_epos_print.pot
    oca-travis authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4165133 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    76f6a25 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4bd3f14 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c69e712 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    785a81d View commit details
    Browse the repository at this point in the history
  48. FIX fiscal_epos_print: fiscalprinter_payment_index must be set also f…

    …or Discount on payment
    eLBati authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0d7e338 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    b953fa8 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    417a260 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    04a9cf8 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    025f48f View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    127e61b View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    578bdaf View commit details
    Browse the repository at this point in the history
  55. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    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/
    
    fiscal_epos_print 12.0.1.3.6
    
    [UPD] README.rst
    
    [UPD] Update fiscal_epos_print.pot
    oca-travis authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    a4381a1 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    f71f85b View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    540dafa View commit details
    Browse the repository at this point in the history
  58. [FIX] eslint errors

    fredzamoabg authored and OCA-git-bot committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    a96bcf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Update fiscal_epos_print/readme/CONFIGURE.rst

    Co-authored-by: francesco-ooops <55489873+francesco-ooops@users.noreply.github.com>
    tafaRU and francesco-ooops authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    055af86 View commit details
    Browse the repository at this point in the history