Skip to content

Latest commit

 

History

History
 
 

pos_margin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PoS Order Margin

Beta License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runbot

This module extends the functionality of point of sale to support margin on pos orders.

This gives the profitability by calculating the difference between the Unit Price and Cost Price.

Table of contents

  • If you want to disable the display of the margin, in the front-office UI, you can uncheck the check box in the pos.config form:
https://raw.githubusercontent.com/OCA/pos/12.0/pos_margin/static/description/pos_config_form.png

In the PoS Front Office

  • Make an order. Each time a line is added, updated, or deleted, the margin and the margin rate will be updated.
https://raw.githubusercontent.com/OCA/pos/12.0/pos_margin/static/description/pos_front_end.png

In the PoS Back Office

To use this module, you need to:

  • Go to 'Point Of Sale' / 'Orders' / 'Orders'
https://raw.githubusercontent.com/OCA/pos/12.0/pos_margin/static/description/pos_order_tree.png
  • Open an order
https://raw.githubusercontent.com/OCA/pos/12.0/pos_margin/static/description/pos_order_form.png

This module depends on sale_margin module to reuse algorithm present in the function _get_purchase_price of the model sale.order.line to compute correctly purchase price, in a multicurrency context.

This dependency can be removed, when Odoo Core will be correctly refactored, moving this @api.model function in a more generic module (account for exemple).

  • Migrate to V12.0
  • Reuse sale_margin computation to handle multi currency context.
  • Correct computation of margin, if a module that adds uom_id on pos.order.line is installed.
  • Add test

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • GRAP

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

legalsylvain

This module is part of the OCA/pos project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.