54 lines
1.4 KiB
Plaintext
54 lines
1.4 KiB
Plaintext
graph TD
|
|
Start([Start: Field Visit Planning]) --> FJC[FJC Planning Module]
|
|
|
|
FJC --> FJC1[Document Preparation]
|
|
FJC --> FJC2[Review & Approval Flow]
|
|
FJC --> FJC3[Dealer Coordination]
|
|
|
|
FJC1 --> VE[Visit Execution Module]
|
|
FJC2 --> VE
|
|
FJC3 --> VE
|
|
|
|
VE --> VE1{Field Visit<br/>As Per Plan?}
|
|
VE1 -->|Yes| VE2[Execute Visit]
|
|
VE1 -->|No| VE3[Re-plan Changes]
|
|
VE3 --> VE2
|
|
VE2 --> VE4[Dealer Discussion]
|
|
|
|
VE4 --> DM[Discussion Management Module]
|
|
|
|
DM --> DM1[Capture Actionable Insights]
|
|
DM --> DM2[Record Feedback]
|
|
DM --> DM3[Performance Metrics]
|
|
|
|
DM1 --> MOM[MOM Creation Module]
|
|
DM2 --> MOM
|
|
DM3 --> MOM
|
|
|
|
MOM --> MOM1[Structured Documentation]
|
|
MOM --> MOM2[Action Item Tracking]
|
|
MOM --> MOM3[Task Delegation]
|
|
|
|
MOM1 --> CS[Closure & Sharing Module]
|
|
MOM2 --> CS
|
|
MOM3 --> CS
|
|
|
|
CS --> CS1[Document Submission]
|
|
CS1 --> CS2[Archiving]
|
|
CS2 --> CS3[Stakeholder Communication]
|
|
|
|
CS3 --> AW[Approval Workflow]
|
|
|
|
AW --> AW1{Hierarchy-Based<br/>Approval}
|
|
AW1 -->|Approved| End1([Completed & Archived])
|
|
AW1 -->|Rejected| Feedback[Feedback to Team]
|
|
Feedback --> FJC
|
|
|
|
style FJC fill:#e1f5ff
|
|
style VE fill:#fff4e1
|
|
style DM fill:#f0e1ff
|
|
style MOM fill:#e1ffe1
|
|
style CS fill:#ffe1f5
|
|
style AW fill:#ffe1e1
|
|
style Start fill:#90EE90
|
|
style End1 fill:#90EE90 |