Skip to content

Instantly share code, notes, and snippets.

@darwindarak
Created June 8, 2023 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darwindarak/d1c5765b7664c7ff13c9b0ef6f11b674 to your computer and use it in GitHub Desktop.
Save darwindarak/d1c5765b7664c7ff13c9b0ef6f11b674 to your computer and use it in GitHub Desktop.
Sourcing
Sourcing
Working on BOQ
BOQ done -> Sourcing BOQ
Sourcing BOQ
Researching items
Waiting for supplier quotation
All items sourced*
Generate quotation -> Customer approved quote?
Customer approved quote?
approved? -> SA Approval Process
rejected? -> Working on BOQ
SA Approval Process
Creating SA
Generate SA -> Management Approved SA?
Management Approved SA?
approved? -> SB Approval Process
rejected? -> Working on BOQ
Purchasing
Purchase requested -> SB Approval Process
SB Approval Process
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment