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.

83 lines
2.0 KiB

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