Skip to content

Instantly share code, notes, and snippets.

@rajasegar
Created March 27, 2018 13:47
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 rajasegar/0d7296fe0b3982c0387bf5773c08ad7f to your computer and use it in GitHub Desktop.
Save rajasegar/0d7296fe0b3982c0387bf5773c08ad7f to your computer and use it in GitHub Desktop.
function inputAll(opFlag) {
switch(opFlag) {
case 'TIME_CARD':
// Input all the employee time-card information
break;
case 'INVENTORY':
// Input all the inventory data
break;
case 'CUSTOMER':
// Input all the customer names
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment