[IMP]: mrp: Improved module description for mrp

bzr revid: rpa@tinyerp.com-20120912090904-mqu3ac5maza6qulo
This commit is contained in:
Rucha (Open ERP) 2012-09-12 14:39:04 +05:30
parent decf6f6f5b
commit e8b39e8754
1 changed files with 17 additions and 31 deletions

View File

@ -31,41 +31,27 @@
'images': ['images/bill_of_materials.jpeg', 'images/manufacturing_order.jpeg', 'images/planning_manufacturing_order.jpeg', 'images/production_analysis.jpeg', 'images/production_dashboard.jpeg','images/routings.jpeg','images/work_centers.jpeg'],
'depends': ['procurement', 'stock', 'resource', 'purchase', 'product','process'],
'description': """
This is the base module to manage the manufacturing process in OpenERP.
=======================================================================
Manage the Manufacturing process in OpenERP
===========================================
The manufacturing module allows you to cover planning, ordering, stocks and the manufacturing or assembly of products from raw materials and components. It handles consumption and production of products according to Bill of Materials and the necessary operations on machinery, tools or human resources according to Routings.
Features:
---------
* Make to Stock/Make to Order (by line)
* Multi-level BoMs, no limit
* Multi-level routing, no limit
* Routing and work center integrated with analytic accounting
* Scheduler computation periodically/Just In Time module
* Multi-pos, multi-warehouse
* Different reordering policies
* Cost method by product: standard price, average price
* Easy analysis of troubles or needs
* Very flexible
* Allows to browse Bill of Materials in complete structure that include child and phantom BoMs
It supports complete integration and planification of stockable goods, consumable of services. Services are completely integrated with the rest of the software. For instance, you can set up a sub-contracting service in a BoM to automatically purchase on order the assembly of your production.
It supports complete integration and planification of stockable goods,
consumable of services. Services are completely integrated with the rest
of the software. For instance, you can set up a sub-contracting service
in a BoM to automatically purchase on order the assembly of your production.
Key Features
------------
* Make to Stock/Make to Order
* Multi-level BoMs, no limit
* Multi-level routing, no limit
* Routing and work center integrated with analytic accounting
* Scheduler computation periodically
* Allows to browse Bill of Materials in complete structure that include child and phantom BoMs
Reports provided by this module:
--------------------------------
* Bill of Material structure and components
* Load forecast on Work Centers
* Print a production order
* Stock forecasts
* Cost Structure
Dashboard provided by this module:
----------------------------------
* List of procurements in exception
* List of next production orders
* Graph of stock value variation
Dashboard / Reports for MRP will include:
-----------------------------------------
* Procurements in Exception (Graph)
* Stock Value Variation (Graph)
* Work Order Analysis
""",
'data': [
'security/mrp_security.xml',