- Introduction
- Objectives
- Features
- Methodology
- Timeline
- Limitations
- Criteria
- Conclusion
- References
- Appendix
- Flowchart
- About Us
- Changelog
Java Rice is a food ordering system designed to make the process of ordering food easier for users. The system is built using Java and Maven GUI, which provides an interactive and user-friendly experience. The purpose of this system is to allow users to order their favorite meals with ease and convenience.
- To provide a platform where users can order food with just a few clicks.
- To make the process of food ordering fast and efficient.
- To provide users with an interactive and user-friendly experience.
- To provide a secure and reliable platform for food ordering.
- Menu Display: The application displays a menu of food items available for ordering.
- Ordering: The user can select and add food items to their cart. They can also view their order history and make changes to their orders.
- Payment: The user can pay for their orders using a payment gateway.
- Admin Panel: The admin panel allows the restaurant owner to add, remove, or edit menu items. They can also manage orders, view sales reports, order logs, popular orders ,and track customer activity.
- Promotions and Discounts: The system can offer promotional discounts, such as a percentage off or a free item with a purchase, to encourage customers to order.
- QR Code Ordering: Customers can scan QR codes located at tables in the restaurant to access the menu and place orders without having to wait for a server.
- QR Code Discounts: The system can use QR codes to offer promotional discounts or special offers to customers who scan them.
- The system will be built using Java programming language and Maven GUI for the front-end interface.
- A database will be used to store all the information about the food items and orders.
- The system will provide a user-friendly interface for users to place their orders.
- The system will use secure payment methods to process the transactions.
- Planning and Design Phase: 2 weeks
- Development Phase: 4 weeks
- Testing and Debugging Phase: 2 weeks
- Deployment Phase: 1 week
- The system will only be available for use on devices with Java and Maven GUI installed.
- The system will only support online payment methods.
- The system will not provide delivery services.
- The system may require regular updates to keep up with the latest security and payment standards.
- Usability
- Availability
- Reliability
- Maintainability
- Security
Overall, Java Rice is a practical solution for restaurants looking for an easy-to-use food ordering system that integrates with payment gateways. With its intuitive interface and customizable options, Java Rice provides an ideal solution for restaurants looking to streamline their ordering process and enhance customer experience.
- Java Programming Language Reference: Oracle Corporation
- Maven GUI Reference: Apache Software Foundation
- Detailed project plan
- Technical specifications
- UI Design
- Database
This is compilation and record of development progress and notable changes made from inside-out and start-to-finish of the program or also known as changelogs.
Planning and Designing Phase, this week's development progress will be focused on finding references, brainstorming, and planning for program design, as well as making the most of available time to ensure efficient and progressive coding in subsequent weeks.
The Plan is to make a structure of what program will be created, it includes the design of possible future User Interface of the program that will be used for referencing and on top of that is to brainstorm a plan as well as Logo Designing. Created four initial databases named as: Products, Carts, Order, Sales.
Java Rice Logo [Transparent]
Java Rice Banner with Logo [Transparent]
Java Rice Menu Screen
Java Rice Cart [Default]
Java Rice Cart [Example]
Java Rice Receipt [Default]
Java Rice Receipt [Example]
CREATE TABLE IF NOT EXISTS Products (
Product_ID SERIAL NOT NULL PRIMARY KEY,
Name TEXT NOT NULL,
Category TEXT NOT NULL,
Store_num TEXT NOT NULL,
Price DOUBLE PRECISION NOT NULL,
Image OBJ NOT NULL,
Popular BOOL NOT NULL
);
CREATE TABLE IF NOT EXISTS Cart (
Product_ID SERIAL NOT NULL PRIMARY KEY,
Name TEXT NOT NULL,
Category TEXT NOT NULL,
Store_num TEXT NOT NULL,
Price DOUBLE PRECISION NOT NULL,
Image OBJ NOT NULL,
Quantity INT NOT NULL,
Voucher TEXT NOT NULL,
Discount DOUBLE NOT NULL
);
CREATE TABLE IF NOT EXISTS Order (
Order_ID SERIAL NOT NULL PRIMARY KEY,
Product_ID SERIAL NOT NULL,
Name TEXT NOT NULL,
Category TEXT NOT NULL,
Store_num TEXT NOT NULL,
Price DOUBLE PRECISION NOT NULL,
Image OBJ NOT NULL,
Quantity INT NOT NULL,
Voucher TEXT NOT NULL,
Discount DOUBLE NOT NULL
);
CREATE TABLE IF NOT EXISTS Sales (
Order_ID SERIAL NOT NULL PRIMARY KEY,
Product_ID SERIAL NOT NULL,
Category TEXT NOT NULL,
Store_num TEXT NOT NULL,
Quantity INT NOT NULL,
Date_processed DATE NOT NULL,
Profit DOUBLE NOT NULL
);
Java Rice Database [Relationship]
- MainForm
- DeveloperForm
- Cashier
- Receipt
- Ordering system [Multiple Selections]
- Auto-generated search bar
- Receipt
- Order logs
- Items order
- Order number
- QR Code [Generator] [Reader]
- Voucher Discounts
- Main Background: #36414d
- Foreground: #898b8e
- Text (Dark): #36414d // Light Background
- Text (Light): #bcc7c4 // Dark Background
- Other:
- #333333
- #5182a1
- Cart: #808080
- #63656a
- Footer: #0d0d0d
- Logo:
- #cc3300 // Java
- #cc6600 // Rice
Store: [Name]#_
- Maestro Food Hub {Meal}
- Garvs' PaKanton {Noodles}
- Bam-bam's {Meal}
- Snap n' Bite {Snacks, [Fries, Burger, Hotdogs, Donuts]}
- RMBSJ: Tapsilogan ATB. {Set Meal}
- Kuya Lery: Pares ng Bayan {Noodles, Pares, Mami}
- Shake It Off {Snacks, Milk Tea, Shakes}
- Kitchen Nanay {Snacks, Meal}
- SnowJoe {Ice Cream, Cold Drinks}
- Happy Tummy {Set Meal, Noodles}
Food Price: ####.##
Products: [ProductName]
Food Category:
- Beverages {Cola, Softdrinks, Tea, Coffee, Milk, Energy Drink, Hot Chocolate, Milk Tea (sub categ.?), Water, Juice}
- Combo Meal {Rice + 2 dish, e.g.: Rice + Vegetable + Meat, or any combo}
- Vegetables { Adobong Kang-kong, Pinakbet, Ginataang Kalabasa, Lumpiang Togue, Ginisang Togue, …}
- Meat {Curry, Adobo, Bicol Express, Fried Chicken, …}
- Fish {Paksiw, Fried Fish, Lumpiang Shanghai, …}
- Snacks {Bananacue, Ginataang Bilo-bilo, Turon, …}
- Noodles {Palabok, Pancit Bihon, Spaghetti, Pares, Mami, Lomi, Fried Noodles, Pancit Canton, Cup Noodles}
- Milk Tea { }
- meat vegetable combo
- siomai rice
- sizzling sisig
- sizzling burger steak
- Fried Noodles Hongkong Style Plain (Special 35php)
- Fried Noodles with egg (45php)
- Fried Noodles with pork siomai (45php)
- Fried Noodles with sharkfin (45php)
- Fried Noodles with beef (50php)
- Pork Ramen (70php)
- sizzling hotdog
- sizzling sisig
- sizzling burger steak
- spaghetti
- sharksfin - 29
- pork siomai - 29
- gyoza - 29
- lumpiang shanghai - 29
- java rice meal - 39
- java rice meal + 12 oz drink - 49
- 12oz drink - 15
- 16oz drink - 19
- corndog bits
- corndog
- Hotsilog - 45
- Skinsilog - 45
- Hamsilog -45
- siomaisilog - 45
- embosilog - 45
- cornsilog - 50
- tapsiloc - 55
- chorizosilog - 45
- Pares - 35
- Pares with rice - 45
- Mami - 30
- Mami with rice - 40
- Snacks
- hamburger
- hamburger w/egg
- real cheese sticks
- fries & hotdog w/ juice
- fries w/juice
- fries
- footlong w/ cheese
- half-long w/ cheese
- Shakes
- mango
- cookies and cream
- milk melon popsicle stick (Specialty 12Php)
- Watermelon popsicle stick (12Php)
- Chocolate mochi ice cream (13Php)
- Cola 237mL(11Php)
- Soda 237mL(11Php)
- Lemon juice (15Php)
- Orange juice (15Php)
- Milk tea
- Fruit tea
- pork sisig
- fried noodles
- fried noodles w/egg
- fried noodles w/ siomai
Development Phase
- Footer: 1280 x 41
- Main Product Window: 971 x 416
- Category Background: 971 x 130
- Category Rectangle: 243 x 48
- Category Quad Box: 52 x 47
- Cart Side Bar Background: 245 x 560
- Cart Item: 205 x 110
- Cart Button: 190 x 45
- Search Bar: 707 x 286
- Logo: 250 x 58
- Archivo
- Arista
- Bahnschrift
- Myriad Pro
Testing, and Trial Run / Debugging Phase
Deployment Phase, final