Below is a flowchart depicting the Work Table supply chain from raw materials to end consumers:

flowchart TD
    %% Main supply chain flow
    A["Raw Material Suppliers"] --> B["Component Manufacturers"]
    B --> C["Work Table Manufacturers"]
    C --> D["Distributors/Wholesalers"]
    D --> E["Retailers"]
    E --> F["End Consumers"]
    
    %% Additional direct channels
    C --> E
    C --> F
    
    %% Support services
    G["Logistics & Transportation"] -.-> A
    G -.-> B
    G -.-> C
    G -.-> D
    G -.-> E
    
    %% Quality control
    H["Quality Control"] -.-> B
    H -.-> C
    
    %% After-sales
    F --> I["Maintenance & Repair"]
    I --> F
    
    %% Circular economy elements
    F --> J["Disposal/Recycling"]
    J --> A

This diagram shows the typical flow of work tables from raw materials through manufacturing, distribution, and to consumers, with elements of circularity (recycling and refurbishment) included. Key supporting functions like logistics and regulatory oversight are also represented.

Supply Chain Map In JSON Format

flowchart TD
    %% Main supply chain flow
    A["Raw Material Suppliers"] --> B["Component Manufacturers"]
    B --> C["Work Table Manufacturers"]
    C --> D["Distributors/Wholesalers"]
    D --> E["Retailers"]
    E --> F["End Consumers"]
    
    %% Additional direct channels
    C --> E
    C --> F
    
    %% Support services
    G["Logistics & Transportation"] -.-> A
    G -.-> B
    G -.-> C
    G -.-> D
    G -.-> E
    
    %% Quality control
    H["Quality Control"] -.-> B
    H -.-> C
    
    %% After-sales
    F --> I["Maintenance & Repair"]
    I --> F
    
    %% Circular economy elements
    F --> J["Disposal/Recycling"]
    J --> A