Getting Started¶
In this article¶
Intended flow¶
Dsposal's Paperwork has been designed and developed with a definitive flow in mind. It is also know as a pipeline, task management, but we are calling it the intended flow
.
stateDiagram
priceList: Price List
purchaseOrders: Purchase Orders
jobWizard: Job Wizard
[*] --> Opportunities
[*] --> Sales
Opportunities --> Sales
Sales --> Jobs
state Sales {
direction LR
[*] --> priceList
[*] --> Quote
priceList --> Agreement
Quote --> Agreement
Quote --> jobWizard
Agreement --> jobWizard
jobWizard --> [*]
}
Jobs --> Invoicing
Jobs --> purchaseOrders