This document outlines the relationships between different tables in a database for managing parts, bills of materials, production plans, and calendars. The T_Parts table contains information about each individual part like code, name, type, and stock quantities. The T_BOM table tracks the hierarchical bill of materials with parent and child part codes. The T_PDP and T_Calendar tables are linked to the T_Parts table and contain production plans and weekly schedules.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
41 views4 pages
Presentation MRP Python
This document outlines the relationships between different tables in a database for managing parts, bills of materials, production plans, and calendars. The T_Parts table contains information about each individual part like code, name, type, and stock quantities. The T_BOM table tracks the hierarchical bill of materials with parent and child part codes. The T_PDP and T_Calendar tables are linked to the T_Parts table and contain production plans and weekly schedules.