Dev Helper Weight = 40 ID = f8b7455c3f27d64654075fe9d3887101

Sales Process

flowchart TD
SIM["SALES PRODUCT MASTER"]
SJO["SALES JOB ORDER"]
CUST("Customer")
INQ("Inquiry")
QUO("Quotation")
SO("Sales Order")
ST{"IN STOCK ?"}
SALLOC("Stock Allocation")
DIN("Dispatch Instruction Note")
DC("Delivery Challan")
SI("Sales Invoice")

SIM-.-INQ
CUST-->INQ
CUST-->SO
INQ-->QUO
QUO-->SO
SO-->ST
ST-->|Yes| SALLOC
ST-.->|No| SJO
SALLOC-->DIN
DIN-->DC
DC-->SI

%% ST---PL