[16.0] add purchase_report_received_amount
This commit is contained in:
parent
bf02699b61
commit
d9a0eeb878
7 changed files with 193 additions and 0 deletions
47
purchase_report_received_amount/README.rst
Normal file
47
purchase_report_received_amount/README.rst
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
================================
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue