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.

66 lines
1.7 KiB

8 years ago
8 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. POS Sequence Ref Number
  4. =======================
  5. This module loads the Order Number in the POS, so as to produce and print
  6. a sequential POS order number in the POS Ticket.
  7. Installation
  8. ============
  9. Nothing special is needed to install this module.
  10. Usage
  11. =====
  12. The POS number is generated and shown in the printed POS Ticket.
  13. Known issues / Roadmap
  14. ======================
  15. * If the same user loads two sessions of the same POS session using separate
  16. browsers, duplicate POS numbers can be created.
  17. Bug Tracker
  18. ===========
  19. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  20. In case of trouble, please check there if your issue has already been reported.
  21. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  22. `here <https://github.com/OCA/pos/issues/new?body=module
  23. :%20pos_sequence_ref_number
  24. %0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  25. Credits
  26. =======
  27. Contributors
  28. ------------
  29. * Jordi Ballester <jordi.ballester@eficent.com>
  30. * Rafael Blasco <rblasco@rbnpro.com>
  31. * Ivan Yelizariev <yelizariev@it-projects.info>
  32. * Antonio Espinosa <antonioea@antiun.com>
  33. Maintainer
  34. ----------
  35. .. image:: https://odoo-community.org/logo.png
  36. :alt: Odoo Community Association
  37. :target: https://odoo-community.org
  38. This module is maintained by the OCA.
  39. OCA, or the Odoo Community Association, is a nonprofit organization whose
  40. mission is to support the collaborative development of Odoo features and
  41. promote its widespread use.
  42. To contribute to this module, please visit http://odoo-community.org.