Skip to content

Latest commit

 

History

History
152 lines (112 loc) · 5.2 KB

File metadata and controls

152 lines (112 loc) · 5.2 KB

PoS Order Margin

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

This module shows margins in PoS frontend during an order creation.

Margins are displayed below the final price of the POS order and under each pos order line.

You can see an example image at /static/description/pos_front_end.png

This module also adds the margin fields to some secondary views. The margin rate (%) is included in the POS order report, while the margin amount is displayed in the POS order tree view.

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 res.config.settings shop form. For that, go to Point of Sale / Configuration / Settings, and search the "Diplay Margin" field.

You can see an example image at /static/description/pos_config_setting.png

  • Since version 16.0, Odoo already calculates the margin of POS orders and displays it in several views, such as the POS order form view. However, the UI improvements this module provides on the main POS screen, available since earlier versions, are still not covered by core Odoo.
  • Migrate to V16.0
  • Remove the addition of the margin field to pos.order and pos.order.line introduced in v14.0, as this functionality is already provided by Odoo in v16.0.
  • Remove tests.
  • Create a res.config.settings field pos_iface_display_margin to display margins in PoS frontend.
  • Migrate to V14.0
  • Migrate to V13.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 to smash it by providing a detailed and welcomed feedback.

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

  • GRAP
  • FactorLibre

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.