Relationships
Document Relationships
See how uploaded files connect into one manufacturing transaction.
Visual relationship graph
Invoice
PO
Drawing
QC
Packing
graph TD
D10("PACKING LIST<br/>PACKING_LIST-0002.pdf")
D8("QC SHEET<br/>QC_SHEET-0002.pdf")
D9("PACKING LIST<br/>PACKING_LIST-0001.pdf")
D6("DRAWING<br/>DRAWING-0002.pdf")
D7("QC SHEET<br/>QC_SHEET-0001.pdf")
D4("PO<br/>PO-0002.pdf")
D5("DRAWING<br/>DRAWING-0001.pdf")
D2("INVOICE<br/>INVOICE-0002.pdf")
D3("PO<br/>PO-0001.pdf")
D1("INVOICE<br/>INVOICE-0001.pdf")
D11("DRAWING<br/>S__76324879.jpg")
D8 -- "Part: PART-0002" --> D6
D7 -- "Part: PART-0001" --> D5
D4 -- "Supplier: Thai Precision Parts" --> D3
D2 -- "Supplier: ABC Manufacturing" --> D1
classDef type_invoice fill:#f5f3ff,stroke:#7c3aed,color:#4c1d95,stroke-width:2px
classDef type_po fill:#eff6ff,stroke:#2563eb,color:#1e3a8a,stroke-width:2px
classDef type_drawing fill:#ecfeff,stroke:#0891b2,color:#155e75,stroke-width:2px
classDef type_qc_sheet fill:#f0fdf4,stroke:#16a34a,color:#14532d,stroke-width:2px
classDef type_packing_list fill:#fff7ed,stroke:#ea580c,color:#7c2d12,stroke-width:2px
classDef type_unknown fill:#f1f5f9,stroke:#64748b,color:#0f172a,stroke-width:2px
class D10,D9 type_packing_list
class D8,D7 type_qc_sheet
class D6,D5,D11 type_drawing
class D4,D3 type_po
class D2,D1 type_invoice