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.

78 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =========================================================
  5. Point of Sale - Total of transactions and Orders Quantity
  6. =========================================================
  7. * add a computed field 'Transactions Total' on the PoS Session model,
  8. that is the sum of all transactions of all journals of the session;
  9. * add a computed field 'Orders Qty' on the PoS Session model,
  10. that is the quantity of all orders of the session;
  11. .. image:: /pos_session_summary/static/description/pos_session_list.png
  12. Installation
  13. ============
  14. Normal installation.
  15. Configuration
  16. =============
  17. No configuration is needed.
  18. Usage
  19. =====
  20. To use this module, you need to:
  21. * Go to ...
  22. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  23. :alt: Try me on Runbot
  24. :target: https://runbot.odoo-community.org/runbot/184/9.0
  25. Bug Tracker
  26. ===========
  27. Bugs are tracked on `GitHub Issues
  28. <https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
  29. check there if your issue has already been reported. If you spotted it first,
  30. help us smashing it by providing a detailed and welcomed `feedback
  31. <https://github.com/OCA/
  32. pos/issues/new?body=module:%20
  33. pos_session_summary%0Aversion:%20
  34. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  35. Credits
  36. =======
  37. Images
  38. ------
  39. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  40. Contributors
  41. ------------
  42. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  43. Maintainer
  44. ----------
  45. .. image:: https://odoo-community.org/logo.png
  46. :alt: Odoo Community Association
  47. :target: https://odoo-community.org
  48. This module is maintained by the OCA.
  49. OCA, or the Odoo Community Association, is a nonprofit organization whose
  50. mission is to support the collaborative development of Odoo features and
  51. promote its widespread use.
  52. To contribute to this module, please visit https://odoo-community.org.