47 lines
1.2 KiB
ReStructuredText
47 lines
1.2 KiB
ReStructuredText
================================
|
|
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
|