You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.2 KiB

  1. Point Of Sales Round Payment
  2. ============================
  3. Allow to round payment method to 5 cents.
  4. You can choose to round only the cash payment or all the payment method. You
  5. need to enable the feature on the payment journal.
  6. Rounding only occurs for B2C (i.e. if partner does not have a VAT number).
  7. The pos order will be marked as paid with a difference between the total and
  8. paid amount. When reconciling the posted entries after the end of the pos
  9. session, the difference must be written on a write-off account.
  10. Installation
  11. ============
  12. To install this module, you just need to select the module and insure yourself dependencies are available.
  13. Configuration
  14. =============
  15. No configuration to use this module.
  16. Credits
  17. =======
  18. Contributors
  19. ------------
  20. * Jacques-Etienne Baudoux <je@bcim.be> (BCIM sprl)
  21. Maintainer
  22. ----------
  23. .. image:: https://odoo-community.org/logo.png
  24. :alt: Odoo Community Association
  25. :target: https://odoo-community.org
  26. This module is maintained by the OCA.
  27. OCA, or the Odoo Community Association, is a nonprofit organization whose
  28. mission is to support the collaborative development of Odoo features and
  29. promote its widespread use.
  30. To contribute to this module, please visit http://odoo-community.org.