Untitled
unknown
csharp
2 years ago
568 B
7
Indexable
graph TD;
A[Start] --> B{Contact Suppliers};
B --> |Yes| C[Order Products];
B --> |No| F[Contact More Suppliers];
C --> D{Receive Products};
D --> |Delivery| E[Receive Products by Delivery];
D --> |Pickup| G[Receive Products by Pickup];
E --> H[Price Products];
G --> H;
H --> I[Display Products];
I --> J[Market Products];
J --> K{Sell in Store or Schedule Delivery};
K --> |In Store| L[Sell in Store];
K --> |Delivery| M[Schedule Delivery for Customers];
M --> N[End];
F --> B;
L --> N;Editor is loading...
Leave a Comment