Skip to content

Commit

Permalink
Added more item pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
drew654 committed May 3, 2023
1 parent 2f137b8 commit 95e23fd
Show file tree
Hide file tree
Showing 43 changed files with 42 additions and 42 deletions.
Binary file modified Project3_11/pos/images/Big Tomatoes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Bowl Lid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Bowl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Brisk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Brown Rice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Cauliflower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Couscous.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Cucumbers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Cup Drink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Cup Lid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Cup Water.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Diet Pepsi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Dill Yogurt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Dr. Pepper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Falafel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Garlic Fries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Gatorade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Greek Vinaigrette.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Harrisa Yogurt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Hummus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Jalapeno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Mtn Dew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Olives.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Onions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Peppers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Project3_11/pos/images/Pepsi Zero.png
Binary file added Project3_11/pos/images/Pepsi.png
Binary file added Project3_11/pos/images/Pickled Onions.png
Binary file added Project3_11/pos/images/Pita Chips.png
Binary file added Project3_11/pos/images/Red Cabbage Coleslaw.png
Binary file added Project3_11/pos/images/Shredded Lettuce.png
Binary file added Project3_11/pos/images/Sierra Mist.png
Binary file added Project3_11/pos/images/Small Tomatoes.png
Binary file added Project3_11/pos/images/Spicy Hummus.png
Binary file added Project3_11/pos/images/Spinach.png
Binary file added Project3_11/pos/images/Straw.png
Binary file added Project3_11/pos/images/Tahini.png
Binary file added Project3_11/pos/images/Tzatziki.png
Binary file added Project3_11/pos/images/Utensil Pack.png
Binary file added Project3_11/pos/images/White Rice.png
78 changes: 39 additions & 39 deletions Project3_11/pos/images/update_inventory_pictures.sql

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Project3_11/pos/images/update_menu_pictures.sql

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Project3_11/pos/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
# for item in items:
# item_image_file = "pos/images/Default Image.png"
# if os.path.isfile("pos/images/" + item.Name + ".png"):
# item_image_file = item.Name + ".png"
# item_image_file = "pos/images/" + item.Name + ".png"
# with open(item_image_file, "rb") as image_file:
# image_str = str(base64.b64encode(image_file.read()))
# image_str = image_str[2:len(image_str) - 1]
Expand All @@ -125,7 +125,7 @@
# for item in menu_items:
# item_image_file = "pos/images/Default Image.png"
# if os.path.isfile("pos/images/" + item.ItemName + ".png"):
# item_image_file = item.ItemName + ".png"
# item_image_file = "pos/images/" + item.ItemName + ".png"
# with open(item_image_file, "rb") as image_file:
# image_str = str(base64.b64encode(image_file.read()))
# image_str = image_str[2:len(image_str) - 1]
Expand Down

0 comments on commit 95e23fd

Please sign in to comment.