├── app
├── .gitignore
├── src
│ ├── main
│ │ ├── java
│ │ │ └── com
│ │ │ │ └── dineout
│ │ │ │ └── code
│ │ │ │ ├── kitchen
│ │ │ │ ├── models
│ │ │ │ │ ├── Dish.java
│ │ │ │ │ ├── ChefQueue.java
│ │ │ │ │ ├── OrderComparator.java
│ │ │ │ │ ├── AttendanceDb.java
│ │ │ │ │ ├── Order.java
│ │ │ │ │ ├── DishDb.java
│ │ │ │ │ ├── OrderDb.java
│ │ │ │ │ ├── OrderDetailsDb.java
│ │ │ │ │ └── EmployeeDb.java
│ │ │ │ ├── OrderViewHolder.java
│ │ │ │ ├── CooksListActivity.java
│ │ │ │ ├── listener
│ │ │ │ │ └── OnSwipeTouchListener.java
│ │ │ │ ├── RecyclerViewAdapterAttendanceList.java
│ │ │ │ └── RecyclerViewAdapterCook.java
│ │ │ │ ├── reporting
│ │ │ │ ├── EmailSender
│ │ │ │ │ └── TableRow.java
│ │ │ │ ├── order.java
│ │ │ │ └── JSSEProvider.java
│ │ │ │ ├── hall
│ │ │ │ ├── TableSetup.java
│ │ │ │ ├── DB
│ │ │ │ │ ├── MenuItems.java
│ │ │ │ │ ├── Tablet.java
│ │ │ │ │ ├── Receipt.java
│ │ │ │ │ ├── Table.java
│ │ │ │ │ ├── MenuItem.java
│ │ │ │ │ ├── Assignment.java
│ │ │ │ │ ├── NotificationClass.java
│ │ │ │ │ ├── Item.java
│ │ │ │ │ ├── Order.java
│ │ │ │ │ ├── BillStatus.java
│ │ │ │ │ ├── Menu.java
│ │ │ │ │ ├── Inventory.java
│ │ │ │ │ ├── OrderDetails.java
│ │ │ │ │ └── Employee.java
│ │ │ │ └── OnSwipeTouchListener.java
│ │ │ │ ├── order
│ │ │ │ ├── Inventory.java
│ │ │ │ ├── WelcomePage.java
│ │ │ │ ├── cart.java
│ │ │ │ ├── NotificationClass.java
│ │ │ │ ├── MenuItem.java
│ │ │ │ ├── Order.java
│ │ │ │ ├── Item.java
│ │ │ │ ├── Menu.java
│ │ │ │ ├── quantityInvalidPrompt.java
│ │ │ │ └── OrderDetails.java
│ │ │ │ ├── admin
│ │ │ │ ├── IngredientRow.java
│ │ │ │ ├── Tablet.java
│ │ │ │ ├── HomeActivity.java
│ │ │ │ ├── Table.java
│ │ │ │ ├── NotificationClass.java
│ │ │ │ ├── MenuItem.java
│ │ │ │ ├── Item.java
│ │ │ │ ├── EndOfWeekActivitiy.java
│ │ │ │ ├── Menu.java
│ │ │ │ ├── Updateitem.java
│ │ │ │ ├── Employee.java
│ │ │ │ ├── NotificationsAdapter.java
│ │ │ │ ├── IngredientsListAdapter.java
│ │ │ │ └── AddItem.java
│ │ │ │ └── billing
│ │ │ │ ├── DishOrder.java
│ │ │ │ ├── DishPrice.java
│ │ │ │ └── OrderBill.java
│ │ └── res
│ │ │ ├── drawable
│ │ │ ├── btn.png
│ │ │ ├── booked.PNG
│ │ │ ├── cancel.png
│ │ │ ├── check.png
│ │ │ ├── chef.JPG
│ │ │ ├── cook.png
│ │ │ ├── free.PNG
│ │ │ ├── logo.png
│ │ │ ├── occupy.PNG
│ │ │ ├── plus.png
│ │ │ ├── dustbin.png
│ │ │ ├── logout2.jpg
│ │ │ ├── welcome.jpg
│ │ │ ├── welcome0.jpg
│ │ │ ├── welcome2.jpg
│ │ │ ├── welcome3.jpg
│ │ │ ├── orangecart.png
│ │ │ ├── continueboard.png
│ │ │ ├── orangecrossbutton.png
│ │ │ ├── load_balance.xml
│ │ │ ├── mybutton.xml
│ │ │ └── ic_launcher_foreground.xml
│ │ │ ├── drawable-v24
│ │ │ ├── btn.png
│ │ │ ├── chef.JPG
│ │ │ ├── cook.png
│ │ │ ├── free.PNG
│ │ │ ├── plus.png
│ │ │ ├── booked.PNG
│ │ │ ├── cancel.png
│ │ │ ├── check.png
│ │ │ ├── dustbin.png
│ │ │ ├── logout2.jpg
│ │ │ ├── occupy.PNG
│ │ │ ├── welcome.jpg
│ │ │ ├── welcome0.jpg
│ │ │ ├── welcome2.jpg
│ │ │ ├── welcome3.jpg
│ │ │ ├── orangecart.png
│ │ │ ├── continueboard.png
│ │ │ ├── orangecrossbutton.png
│ │ │ ├── load_balance.xml
│ │ │ ├── mybutton.xml
│ │ │ └── ic_launcher_foreground.xml
│ │ │ ├── mipmap-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ └── ic_launcher_round.png
│ │ │ ├── mipmap-mdpi
│ │ │ ├── ic_launcher.png
│ │ │ └── ic_launcher_round.png
│ │ │ ├── mipmap-xhdpi
│ │ │ ├── ic_launcher.png
│ │ │ └── ic_launcher_round.png
│ │ │ ├── mipmap-xxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ └── ic_launcher_round.png
│ │ │ ├── mipmap-xxxhdpi
│ │ │ ├── ic_launcher.png
│ │ │ └── ic_launcher_round.png
│ │ │ ├── mipmap-anydpi-v26
│ │ │ ├── ic_launcher.xml
│ │ │ └── ic_launcher_round.xml
│ │ │ ├── values
│ │ │ ├── dimens.xml
│ │ │ ├── colors.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ │ ├── menu
│ │ │ └── options_menu.xml
│ │ │ └── layout
│ │ │ ├── order_ingridient.xml
│ │ │ ├── admin_ingredients_view.xml
│ │ │ ├── kitchen
│ │ │ ├── prompts.xml
│ │ │ ├── activity_cooks_list.xml
│ │ │ ├── layout_attendance.xml
│ │ │ ├── activity_attendance2.xml
│ │ │ ├── activity_main.xml
│ │ │ └── layout_cooks_list.xml
│ │ │ ├── reporting_activity_main.xml
│ │ │ ├── kitchen_prompts.xml
│ │ │ ├── order_orderconfirmpopup.xml
│ │ │ ├── hall_dishes_queue.xml
│ │ │ ├── order_quantityinvalidpopup.xml
│ │ │ ├── admin_notificationitem.xml
│ │ │ ├── admin_ingredient_row.xml
│ │ │ ├── order_activity_cart_list_view.xml
│ │ │ ├── admin_ingredient_row_red.xml
│ │ │ ├── billing
│ │ │ ├── pending_view.xml
│ │ │ ├── activity_pending_payments.xml
│ │ │ └── bill_view.xml
│ │ │ ├── kitchen_activity_cooks_list.xml
│ │ │ ├── hall_activity_tablets.xml
│ │ │ ├── hall_activity_tables.xml
│ │ │ ├── kitchen_layout_attendance.xml
│ │ │ ├── hall_activity_tracking.xml
│ │ │ ├── hall_activity_receive_payment.xml
│ │ │ ├── hall_activity_view_completed_orders.xml
│ │ │ ├── hall_activity_ready_to_serve_orders.xml
│ │ │ ├── kitchen_activity_attendance2.xml
│ │ │ ├── billing_pending_view.xml
│ │ │ ├── billing_activity_pending_payments.xml
│ │ │ ├── order_menulist.xml
│ │ │ ├── order_cartobjects.xml
│ │ │ ├── admin_activity_home.xml
│ │ │ ├── order_item.xml
│ │ │ ├── hall_completedorder_layout.xml
│ │ │ ├── hall_tablet_layout.xml
│ │ │ ├── hall_activity_table_setup.xml
│ │ │ ├── admin_activity_notifications.xml
│ │ │ ├── hall_track_layout.xml
│ │ │ ├── billing_bill_view.xml
│ │ │ ├── kitchen_activity_main.xml
│ │ │ ├── hall_readyorder_layout.xml
│ │ │ ├── order_activity_welcome_page.xml
│ │ │ └── admin_activity_set_end_of_week.xml
│ ├── test
│ │ └── java
│ │ │ └── com
│ │ │ └── dineout
│ │ │ └── ExampleUnitTest.java
│ └── androidTest
│ │ └── java
│ │ └── com
│ │ └── dineout
│ │ └── ExampleInstrumentedTest.java
├── proguard-rules.pro
└── build.gradle
├── settings.gradle
├── images
├── 1.PNG
├── 2.PNG
├── 3.PNG
└── 4.PNG
├── database
└── DB Schema.docx
├── documents
└── SRS (Latest).pdf
├── gradle
└── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── .idea
├── vcs.xml
├── runConfigurations.xml
├── gradle.xml
├── codeStyles
│ └── Project.xml
└── misc.xml
├── .github
└── FUNDING.yml
├── gradle.properties
├── LICENSE
└── gradlew.bat
/app/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 |
--------------------------------------------------------------------------------
/images/1.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/images/1.PNG
--------------------------------------------------------------------------------
/images/2.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/images/2.PNG
--------------------------------------------------------------------------------
/images/3.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/images/3.PNG
--------------------------------------------------------------------------------
/images/4.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/images/4.PNG
--------------------------------------------------------------------------------
/database/DB Schema.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/database/DB Schema.docx
--------------------------------------------------------------------------------
/documents/SRS (Latest).pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/documents/SRS (Latest).pdf
--------------------------------------------------------------------------------
/app/src/main/java/com/dineout/code/kitchen/models/Dish.java:
--------------------------------------------------------------------------------
1 | package com.dineout.code.kitchen.models;
2 |
3 | public class Dish {
4 | }
5 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/btn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/btn.png
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/app/src/main/res/drawable/booked.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/booked.PNG
--------------------------------------------------------------------------------
/app/src/main/res/drawable/cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/cancel.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/check.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/check.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/chef.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/chef.JPG
--------------------------------------------------------------------------------
/app/src/main/res/drawable/cook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/cook.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/free.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/free.PNG
--------------------------------------------------------------------------------
/app/src/main/res/drawable/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/logo.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/occupy.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/occupy.PNG
--------------------------------------------------------------------------------
/app/src/main/res/drawable/plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/plus.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/btn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/btn.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/chef.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/chef.JPG
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/cook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/cook.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/free.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/free.PNG
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/plus.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/dustbin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/dustbin.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/logout2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/logout2.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable/welcome.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/welcome.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable/welcome0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/welcome0.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable/welcome2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/welcome2.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable/welcome3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/welcome3.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/booked.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/booked.PNG
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/cancel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/cancel.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/check.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/check.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/dustbin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/dustbin.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/logout2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/logout2.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/occupy.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/occupy.PNG
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/welcome.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/welcome.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable/orangecart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/orangecart.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/welcome0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/welcome0.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/welcome2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/welcome2.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/welcome3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/welcome3.jpg
--------------------------------------------------------------------------------
/app/src/main/res/drawable/continueboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/continueboard.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/orangecart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/orangecart.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/continueboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/continueboard.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable/orangecrossbutton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable/orangecrossbutton.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/orangecrossbutton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/drawable-v24/orangecrossbutton.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/harismuneer/Restaurant-Management-System/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/.idea/vcs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app/src/main/java/com/dineout/code/kitchen/models/ChefQueue.java:
--------------------------------------------------------------------------------
1 | package com.dineout.code.kitchen.models;
2 |
3 | import java.util.ArrayList;
4 |
5 | public class ChefQueue {
6 | private ArrayList dishes;
7 | }
8 |
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | distributionBase=GRADLE_USER_HOME
2 | distributionPath=wrapper/dists
3 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 |
--------------------------------------------------------------------------------
/app/src/main/java/com/dineout/code/reporting/EmailSender/TableRow.java:
--------------------------------------------------------------------------------
1 | package com.dineout.code.reporting.EmailSender;/*
2 | public class TableRow {
3 | Object[] cells;
4 |
5 | public TableRow(Object[] cells) {
6 | this.cells = cells;
7 | }
8 |
9 | }
10 | */
11 |
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app/src/main/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 16dp
4 | 16dp
5 | 16dp
6 | 8dp
7 |
8 |
--------------------------------------------------------------------------------
/app/src/main/res/menu/options_menu.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/src/main/java/com/dineout/code/reporting/order.java:
--------------------------------------------------------------------------------
1 | package com.dineout.code.reporting;
2 |
3 |
4 | public class order
5 | {
6 | public order()
7 | {
8 | loss = 0;
9 | total_amount = 0;
10 | }
11 |
12 | //loss of particular order
13 | public int loss;
14 |
15 | //total_amount paid for a particular order
16 | public int total_amount;
17 |
18 | }
19 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable/load_balance.xml:
--------------------------------------------------------------------------------
1 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/main/res/drawable-v24/load_balance.xml:
--------------------------------------------------------------------------------
1 |
6 |
9 |
10 |
--------------------------------------------------------------------------------
/app/src/test/java/com/dineout/ExampleUnitTest.java:
--------------------------------------------------------------------------------
1 | package com.dineout;
2 |
3 | import org.junit.Test;
4 |
5 | import static org.junit.Assert.*;
6 |
7 | /**
8 | * Example local unit test, which will execute on the development machine (host).
9 | *
10 | * @see Testing documentation
11 | */
12 | public class ExampleUnitTest {
13 | @Test
14 | public void addition_isCorrect() {
15 | assertEquals(4, 2 + 2);
16 | }
17 | }
--------------------------------------------------------------------------------
/app/src/main/java/com/dineout/code/hall/TableSetup.java:
--------------------------------------------------------------------------------
1 | package com.dineout.code.hall;
2 |
3 | import android.os.Bundle;
4 | import android.support.v7.app.AppCompatActivity;
5 | import android.support.v7.widget.Toolbar;
6 |
7 | import com.dineout.R;
8 |
9 |
10 | public class TableSetup extends AppCompatActivity {
11 |
12 | @Override
13 | protected void onCreate(Bundle savedInstanceState) {
14 | super.onCreate(savedInstanceState);
15 | setContentView(R.layout.hall_activity_table_setup);
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/app/src/main/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #3F51B5
4 | #303F9F
5 | #ff4081
6 |
7 | #ff9800
8 | #ef6c00
9 |
10 | #D81B60
11 | #000000
12 | #FFFFFF
13 |
14 | #ffff8800
15 |
16 |
17 |
--------------------------------------------------------------------------------
/app/src/main/java/com/dineout/code/kitchen/models/OrderComparator.java:
--------------------------------------------------------------------------------
1 | package com.dineout.code.kitchen.models;
2 |
3 | import java.util.Comparator;
4 |
5 | public class OrderComparator implements Comparator {
6 |
7 | @Override
8 | public int compare(OrderDetailsDb o1, OrderDetailsDb o2) {
9 | if (o2.getStatus() != o1.getStatus())
10 | return (new Integer(o2.getStatus())).compareTo((new Integer(o1.getStatus())));
11 |
12 | return (new Integer(o2.getPriority())).compareTo((new Integer(o1.getPriority())));
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/app/src/main/java/com/dineout/code/order/Inventory.java:
--------------------------------------------------------------------------------
1 | package com.dineout.code.order;
2 |
3 | import java.util.Date;
4 |
5 | //Contains details about ingridients ,their status,expiry e.t.c
6 |
7 | public class Inventory {
8 | public String name;
9 | public Date expiryDate;
10 | public int price;
11 | public int quantity;
12 |
13 | public Inventory(String name, Date expiryDate, int price, int quantity) {
14 | this.name = name;
15 | this.expiryDate = expiryDate;
16 | this.price = price;
17 | this.quantity = quantity;
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/.idea/runConfigurations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
11 |
12 |
--------------------------------------------------------------------------------
/app/src/main/java/com/dineout/code/hall/DB/MenuItems.java:
--------------------------------------------------------------------------------
1 | package com.dineout.code.hall.DB;
2 |
3 | import java.io.Serializable;
4 | import java.util.ArrayList;
5 | import java.util.List;
6 |
7 | public class MenuItems implements Serializable {
8 | List