To increase efficiency and save time by keeping track of orders placed in a restaurant or similar. Assignment for Object Oriented Programming Lecture (YMH217).
Name | Type | Unique | Autogenerated |
---|---|---|---|
Id | INTEGER | X | |
Customer | TEXT | ||
OrderDetails | TEXT | ||
Address | TEXT | ||
Notes | TEXT | ||
Payment | TEXT | ||
State | TEXT |
Name | Type | Unique | Autogenerated |
---|---|---|---|
id | INTEGER | X | X |
username | TEXT | ||
password | TEXT | ||
type | TEXT |
This project has been created by AykutSarac.
This project is open source and available under the Creative Commons Attribution-ShareAlike 4.0 International Public License.