Skip to content

Instantly share code, notes, and snippets.

@rajasegar
Created March 27, 2018 13:48
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/0bc8021d0353bb71754c9ce637969826 to your computer and use it in GitHub Desktop.
Save rajasegar/0bc8021d0353bb71754c9ce637969826 to your computer and use it in GitHub Desktop.
function inputTimeCard(timeCard) {
// Input all the employee time-card information
}
function inputInventory(inventory) {
// Input all the inventory data
}
function inputCustomer(customer) {
// Input all the customer names
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment