[docs] added for manufacturing module

This commit is contained in:
Rushabh Mehta 2013-06-11 14:36:48 +05:30
parent 69c7117bb3
commit f6426d4949
11 changed files with 11 additions and 0 deletions

1
manufacturing/README.md Normal file
View File

@ -0,0 +1 @@
Plan and manage manufacturing operations, bill of materials for manufacturing.

View File

@ -0,0 +1 @@
Bill of Materials (BOM) is a list of operations and Items required to manufacture a particular product (Item).

View File

@ -0,0 +1 @@
Detail of Item required for the main Item by parsing the entire BOM tree.

View File

@ -0,0 +1 @@
Item required in the parent Bill of Material.

View File

@ -0,0 +1 @@
Operation performed in the parent Bill of Material.

View File

@ -0,0 +1 @@
Tool to replace one Item with another in all Bill of Material (BOM) trees.

View File

@ -0,0 +1 @@
Authorization (order) given to manufacturing unit to produce a certain Item.

View File

@ -0,0 +1 @@
Item being considered for planning in Production Planning Tool.

View File

@ -0,0 +1 @@
Sales Order being considered for the Production Planning Tool.

View File

@ -0,0 +1 @@
Tool to create Production Orders from a bunch of Sales Orders and generate Material Requests (MRP) as required.

View File

@ -0,0 +1 @@
Workstation where BOM Operation is performed.