Tip

This module is part of the OpenERP software, the leading Open Source enterprise management system. If you want to discover OpenERP, check our screencasts or download OpenERP directly.

Purchase Management - Reporting (report_purchase)

Module:report_purchase
Name:Purchase Management - Reporting
Version:5.0.1.0
Author:Tiny
Directory:report_purchase
Web:http://www.openerp.com
Official module:
 yes
Quality certified:
 yes

Description

Module to add views like
    Purchase By Product, Purchase By Category of Product, All Months, Current Month.

Dependencies

  • purchase

Reports

None

Views

  • report.purchase.order.product.form (form)
  • product.month.graph (graph)
  • report.purchase.order.product.tree (tree)
  • report.purchase.order.category.form (form)
  • product.category.graph (graph)
  • report.purchase.order.category.tree (tree)

Objects

Object: Purchases Orders by Products (report.purchase.order.product)

count:# of Lines, integer, readonly
price_total:Total Price, float, readonly
name:Month, date, readonly
state:Order State, selection, readonly
price_average:Average Price, float, readonly
product_id:Product, many2one, readonly
quantity:# of Products, float, readonly

Object: Purchases Orders by Categories (report.purchase.order.category)

count:# of Lines, integer, readonly
price_total:Total Price, float, readonly
name:Month, date, readonly
state:Order State, selection, readonly
price_average:Average Price, float, readonly
category_id:Categories, many2one, readonly
quantity:# of Products, float, readonly