Skip to content

Commit

Permalink
UPDATED README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dtchiong committed Feb 27, 2019
1 parent fc26eb3 commit 6d0dc63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# OnlineOrderPrinter
An app that allows easy viewing and printing of online orders

![Sample screenshot](https://i.imgur.com/L7r7O5t.png)
![Sample screenshot](https://i.imgur.com/Y1YNBgW.png)

### About
This application streamlines the process of preparing online orders at T4 Milpitas by enabling workers to view orders from different services such as DoorDash and GrubHub, in a single interface, and allows these orders to be easily printed to labels with a click of a button. Therefore, not only does this solution eliminate the possibility of human errors from workers having to maintain mental overhead from constantly switching between reading the order in the email that can span multiple pages, and entering the order in the POS machine, but also, this app significantly improves the efficiency of the store by allowing workers to immediately begin preparing the order.

### Functionality
### Features
* See new orders appear at the top of the list with standard information such as name and pickup-time
* View exact details about the order such as contact number, and specific items in the order in the lower panel
* Have orders automatically confirmed as they are received
* Be alerted for new orders in real time through sound notifications
* Print orders to labels from a thermal printer
* More features such as self menu updates and items sold analytics coming later
* Print orders with 1-click to physical labels with a thermal printer
* More features such in-app menu item editing to match online names and items sold analytics coming later
* Supports DoorDash and GrubHub for T4 Milpitas

### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion bin/Debug/HistoryId/historyID.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
561743
554940
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Program {

public static bool DebugBuild = false; //turns on saving DoorDash extracted pdf lines to file
public static bool DebugPrint = false; //turns on debug statements
private static bool debugMailMode = true; //if true, only parses the email with testMessageId, and doesn't poll for new emails
private static bool debugMailMode = false; //if true, only parses the email with testMessageId, and doesn't poll for new emails

public static Form1 form1;

Expand Down

0 comments on commit 6d0dc63

Please sign in to comment.