-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added image and completed help instructions
- Loading branch information
Showing
27 changed files
with
446 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"table number": "", | ||
"total": "62.47", | ||
"items": [ | ||
{ | ||
"name": "Lasagna Classico", | ||
"cost": "15.99", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"name": "Eggplant Parmigiana", | ||
"cost": "14.49", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"name": "Fettuccine Alfredo", | ||
"cost": "14.49", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"name": "Special2", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"table number": "", | ||
"total": "11.50", | ||
"items": [ | ||
{ | ||
"name": "Special2", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"table number": "", | ||
"total": "12.00", | ||
"items": [ | ||
{ | ||
"name": "Lasagna Classico", | ||
"cost": "15.99", | ||
"quantity": 3 | ||
}, | ||
{ | ||
"name": "Eggplant Parmigiana", | ||
"cost": "14.49", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"table number": "", | ||
"total": "11.50", | ||
"items": [ | ||
{ | ||
"name": "Garlic Bread", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"name": "Stuffed Mushrooms", | ||
"cost": "6.00", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"table number": "", | ||
"total": "18.00", | ||
"items": [ | ||
{ | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"table number": "", | ||
"total": "30.99", | ||
"items": [ | ||
{ | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"name": "Special2", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"name": "Special3", | ||
"cost": "5.00", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"name": "Eggplant Parmigiana", | ||
"cost": "14.49", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"table number": "", | ||
"total": "17.50", | ||
"items": [ | ||
{ | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"name": "Special2", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"table number": "", | ||
"total": "55.00", | ||
"items": [ | ||
{ | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"name": "Special2", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"name": "Special3", | ||
"cost": "5.00", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"table number": "", | ||
"total": "17.00", | ||
"items": [ | ||
{ | ||
"name": "Stuffed Mushrooms", | ||
"cost": "6.00", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"name": "Antipasto", | ||
"cost": "5.00", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"table number": "", | ||
"total": "14.58", | ||
"items": [ | ||
{ | ||
"name": "Garlic Bread", | ||
"cost": "5.50", | ||
"quantity": 2 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"table number": "", | ||
"total": "92.95", | ||
"items": [ | ||
{ | ||
"id": 1, | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Special2", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"id": 7, | ||
"name": "Lasagna Classico", | ||
"cost": "15.99", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"id": 8, | ||
"name": "Eggplant Parmigiana", | ||
"cost": "14.49", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"id": 9, | ||
"name": "Fettuccine Alfredo", | ||
"cost": "14.49", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"table number": "", | ||
"total": "121.93", | ||
"items": [ | ||
{ | ||
"id": 1, | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Special2", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"id": 7, | ||
"name": "Lasagna Classico", | ||
"cost": "15.99", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"id": 8, | ||
"name": "Eggplant Parmigiana", | ||
"cost": "14.49", | ||
"quantity": 3 | ||
}, | ||
{ | ||
"id": 9, | ||
"name": "Fettuccine Alfredo", | ||
"cost": "14.49", | ||
"quantity": 2 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"table number": "", | ||
"total": "29.00", | ||
"items": [ | ||
{ | ||
"id": 1, | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Special2", | ||
"cost": "5.50", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "Stuffed Mushrooms", | ||
"cost": "6.00", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"table number": "", | ||
"total": "45.88", | ||
"items": [ | ||
{ | ||
"id": 5, | ||
"name": "Garlic Bread", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "Stuffed Mushrooms", | ||
"cost": "6.00", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"id": 8, | ||
"name": "Eggplant Parmigiana", | ||
"cost": "14.49", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"table number": "", | ||
"total": "45.88", | ||
"items": [ | ||
{ | ||
"id": 5, | ||
"name": "Garlic Bread", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "Stuffed Mushrooms", | ||
"cost": "6.00", | ||
"quantity": 1 | ||
}, | ||
{ | ||
"id": 8, | ||
"name": "Eggplant Parmigiana", | ||
"cost": "14.49", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"table number": "", | ||
"total": "12.00", | ||
"items": [ | ||
{ | ||
"id": 1, | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Special2", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"table number": "", | ||
"total": "12.00", | ||
"items": [ | ||
{ | ||
"id": 1, | ||
"name": "Hummus", | ||
"cost": "6.00", | ||
"quantity": 2 | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Special2", | ||
"cost": "5.50", | ||
"quantity": 1 | ||
} | ||
] | ||
} |
Oops, something went wrong.