0% 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.
Copyright
© © All Rights Reserved
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% 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.
Copyright
© © All Rights Reserved
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
You are on page 1/ 4

MRP

RÈGLES DE GESTION
T_Parts
MCD
0,n
Code_Part

Name_Part T_BOM

Type_Part Code_Parent*

Unit Code_Child*

Qte_Stck N_Poste

Qte_Mer Qte

Qte_frs Alt

Qte_... 0,n

0,n

T_PDP 0,n T_Calender

Code_Part* (PF) N_Week

N_Week*

Qte_Prod

You might also like