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.

74 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. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  21. :alt: Try me on Runbot
  22. :target: https://runbot.odoo-community.org/runbot/184/9.0
  23. Bug Tracker
  24. ===========
  25. Bugs are tracked on `GitHub Issues
  26. <https://github.com/OCA/{project_repo}/issues>`_. In case of trouble, please
  27. check there if your issue has already been reported. If you spotted it first,
  28. help us smashing it by providing a detailed and welcomed `feedback
  29. <https://github.com/OCA/
  30. pos/issues/new?body=module:%20
  31. pos_session_summary%0Aversion:%20
  32. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  33. Credits
  34. =======
  35. Images
  36. ------
  37. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  38. Contributors
  39. ------------
  40. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose
  48. mission is to support the collaborative development of Odoo features and
  49. promote its widespread use.
  50. To contribute to this module, please visit https://odoo-community.org.