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.

92 lines
2.3 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 Orders
  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. Configuration
  12. =============
  13. this module create a new Decimal precision for the field 'Margin (%)' of the
  14. pos.order model, with two digits, by default. you can change the precision,
  15. going to 'Settings' / 'Technical' / 'Database Structure' / 'Decimal Accuracy'
  16. Usage
  17. =====
  18. To use this module, you need to:
  19. * Go to 'Point Of Sale' / 'Daily Operations' / 'Orders'
  20. * View Orders
  21. .. figure:: static/description/pos_order_tree_view.png
  22. :width: 800px
  23. * Open an Order
  24. .. figure:: static/description/pos_order_form_view.png
  25. :width: 800px
  26. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  27. :alt: Try me on Runbot
  28. :target: https://runbot.odoo-community.org/runbot/184/8.0
  29. Technical information
  30. =====================
  31. This module is highly inspired from the module 'Sale Order Margin', by Odoo SA.
  32. Known issues / Roadmap
  33. ======================
  34. * include extra reporting, using the new margin field.
  35. Bug Tracker
  36. ===========
  37. Bugs are tracked on `GitHub Issues
  38. <https://github.com/OCA/pos/issues>`_. In case of trouble, please
  39. check there if your issue has already been reported. If you spotted it first,
  40. help us smash it by providing detailed and welcomed feedback.
  41. Credits
  42. =======
  43. Contributors
  44. ------------
  45. * Sylvain LE GAL (https://twitter.com/legalsylvain)
  46. Funders
  47. -------
  48. The development of this module has been financially supported by:
  49. * GRAP, Groupement Régional Alimentaire de Proximité (www.grap.coop)
  50. Maintainer
  51. ----------
  52. .. image:: https://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: https://odoo-community.org
  55. This module is maintained by the OCA.
  56. OCA, or the Odoo Community Association, is a nonprofit organization whose
  57. mission is to support the collaborative development of Odoo features and
  58. promote its widespread use.
  59. To contribute to this module, please visit https://odoo-community.org.