diff --git a/manufacturing/README.md b/manufacturing/README.md new file mode 100644 index 00000000000..3e42f5a9a2e --- /dev/null +++ b/manufacturing/README.md @@ -0,0 +1 @@ +Plan and manage manufacturing operations, bill of materials for manufacturing. \ No newline at end of file diff --git a/manufacturing/doctype/bom/README.md b/manufacturing/doctype/bom/README.md new file mode 100644 index 00000000000..fe27fc7b5bd --- /dev/null +++ b/manufacturing/doctype/bom/README.md @@ -0,0 +1 @@ +Bill of Materials (BOM) is a list of operations and Items required to manufacture a particular product (Item). \ No newline at end of file diff --git a/manufacturing/doctype/bom_explosion_item/README.md b/manufacturing/doctype/bom_explosion_item/README.md new file mode 100644 index 00000000000..06e0402e654 --- /dev/null +++ b/manufacturing/doctype/bom_explosion_item/README.md @@ -0,0 +1 @@ +Detail of Item required for the main Item by parsing the entire BOM tree. \ No newline at end of file diff --git a/manufacturing/doctype/bom_item/README.md b/manufacturing/doctype/bom_item/README.md new file mode 100644 index 00000000000..780c30fde27 --- /dev/null +++ b/manufacturing/doctype/bom_item/README.md @@ -0,0 +1 @@ +Item required in the parent Bill of Material. \ No newline at end of file diff --git a/manufacturing/doctype/bom_operation/README.md b/manufacturing/doctype/bom_operation/README.md new file mode 100644 index 00000000000..2746e321179 --- /dev/null +++ b/manufacturing/doctype/bom_operation/README.md @@ -0,0 +1 @@ +Operation performed in the parent Bill of Material. \ No newline at end of file diff --git a/manufacturing/doctype/bom_replace_tool/README.md b/manufacturing/doctype/bom_replace_tool/README.md new file mode 100644 index 00000000000..4abce74e85c --- /dev/null +++ b/manufacturing/doctype/bom_replace_tool/README.md @@ -0,0 +1 @@ +Tool to replace one Item with another in all Bill of Material (BOM) trees. \ No newline at end of file diff --git a/manufacturing/doctype/production_order/README.md b/manufacturing/doctype/production_order/README.md new file mode 100644 index 00000000000..2f2e000c571 --- /dev/null +++ b/manufacturing/doctype/production_order/README.md @@ -0,0 +1 @@ +Authorization (order) given to manufacturing unit to produce a certain Item. \ No newline at end of file diff --git a/manufacturing/doctype/production_plan_item/README.md b/manufacturing/doctype/production_plan_item/README.md new file mode 100644 index 00000000000..7103a14bd2d --- /dev/null +++ b/manufacturing/doctype/production_plan_item/README.md @@ -0,0 +1 @@ +Item being considered for planning in Production Planning Tool. \ No newline at end of file diff --git a/manufacturing/doctype/production_plan_sales_order/README.md b/manufacturing/doctype/production_plan_sales_order/README.md new file mode 100644 index 00000000000..a68d576d5b0 --- /dev/null +++ b/manufacturing/doctype/production_plan_sales_order/README.md @@ -0,0 +1 @@ +Sales Order being considered for the Production Planning Tool. \ No newline at end of file diff --git a/manufacturing/doctype/production_planning_tool/README.md b/manufacturing/doctype/production_planning_tool/README.md new file mode 100644 index 00000000000..5dff64c69ef --- /dev/null +++ b/manufacturing/doctype/production_planning_tool/README.md @@ -0,0 +1 @@ +Tool to create Production Orders from a bunch of Sales Orders and generate Material Requests (MRP) as required. \ No newline at end of file diff --git a/manufacturing/doctype/workstation/README.md b/manufacturing/doctype/workstation/README.md new file mode 100644 index 00000000000..f9afe377a70 --- /dev/null +++ b/manufacturing/doctype/workstation/README.md @@ -0,0 +1 @@ +Workstation where BOM Operation is performed. \ No newline at end of file