addons-cm/purchase_report_received_amount
2026-03-09 17:09:55 +01:00
..
i18n [16.0] add purchase_report_received_amount 2026-03-09 17:09:55 +01:00
report [16.0] add purchase_report_received_amount 2026-03-09 17:09:55 +01:00
__init__.py [16.0] add purchase_report_received_amount 2026-03-09 17:09:55 +01:00
__manifest__.py [16.0] add purchase_report_received_amount 2026-03-09 17:09:55 +01:00
README.rst [16.0] add purchase_report_received_amount 2026-03-09 17:09:55 +01:00

================================
Purchase Report Received Amount
================================

This module adds two new measures to the Purchase Report (purchase.report):

* **Received Amount**: The monetary value of received quantities with discounts applied
* **Received Amount (Undiscounted)**: The monetary value of received quantities without discounts

Features
========

* Adds ``price_received`` field: Amount of received quantity with discount applied
* Adds ``price_received_undiscounted`` field: Amount of received quantity without discount
* Both fields are converted to company currency for multi-currency support
* Compatible with unit of measure conversions

Installation
============

Install the module from the Odoo Apps menu.

This module depends on:
* ``purchase``
* ``purchase_discount`` (OCA)

Configuration
=============

No configuration needed. After installation, the new measures will be available
in the Purchase Analysis report.

Usage
=====

1. Go to Purchase > Reporting > Purchase Analysis
2. Click on "Measures" button
3. Select "Received Amount" or "Received Amount (Undiscounted)"
4. The pivot/graph view will display the values

Credits
=======

Authors
~~~~~~~

* Criptomart