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.

79 lines
1.9 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. Margin on PoS order
  6. ===================
  7. This module extends the functionality of point of sale to support margin on
  8. pos orders.
  9. This gives the profitability by calculating the difference between the Unit
  10. Price and Cost Price.
  11. Usage
  12. =====
  13. To use this module, you need to:
  14. #. Go to 'Point Of Sale' / 'Daily Operations' / 'Orders'
  15. #. Open an order
  16. .. figure:: ./pos_margin/static/description/pos_order_form.png
  17. :width: 800px
  18. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  19. :alt: Try me on Runbot
  20. :target: https://runbot.odoo-community.org/runbot/184/8.0
  21. Technical information
  22. =====================
  23. This module is highly inspired from the module 'Sale Order Margin', by Odoo SA.
  24. Known issues / Roadmap
  25. ======================
  26. * include extra reporting, using the new margin field.
  27. Bug Tracker
  28. ===========
  29. Bugs are tracked on `GitHub Issues
  30. <https://github.com/OCA/pos/issues>`_. In case of trouble, please
  31. check there if your issue has already been reported. If you spotted it first,
  32. help us smash it by providing detailed and welcomed feedback.
  33. Credits
  34. =======
  35. Contributors
  36. ------------
  37. * Sylvain LE GAL (https://twitter.com/legalsylvain)
  38. Funders
  39. -------
  40. The development of this module has been financially supported by:
  41. * GRAP, Groupement Régional Alimentaire de Proximité (www.grap.coop)
  42. Maintainer
  43. ----------
  44. .. image:: https://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: https://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit https://odoo-community.org.