Management App for Ting Coffee
.
Features | Structure | Install | Usage | Documents | Technologies | Some Screens | Bugs and Issues | Team | License
- Ordering drinks, foods by table.
- Checkout, preview & print invoice.
- Profile feature.
- Manage drink, food & category.
- Manage table.
- Manage account.
- Sales report.
Clone this project:
~$ git clone https://github.com/uiters/ting-coffee.git
cd ting-coffee
:
~$ cd ting-coffee
Install packages for flutter
apps:
~$ flutter packages get
Setup API:
-
Upload file:
index.php
atting-coffee/server/Normal
to your host. -
Edit
index.php
$servername = "Your servername"; $username = "your username"; $password = "your password"; $dbname = "database name";
-
Edit line 1
evn.dart
atstore-pattern/order_app/lib/Constants/
const String URL_EXECUTE = "your domain/index.php";
-
Edit line 17
kitchen_app/src/Constants/Constant.java
andadmin_app/src/Constants/Constant.java
public static String urlConnect = "your domain/index.php";
-
Run script sql in your PhpMyAdmin
ting-coffee/database/mysql.sql
Run:
-
Requrie install
ant
~$ sudo apt install ant
-
Run admin_app:
~$ cd admin_app ~$ ant run
-
Run kitchen_app
~$ cd kitchen_app ~$ ant run
-
Run order_app
⚠ Require: Flutter version 1.26.0-1.0.pre
```bash
~$ cd order_app
~$ flutter run
```
Using this account for testing:
username
: test
password
: test
Enjoy 👍
Using Store Pattern.
![](https://user-images.githubusercontent.com/34389409/51789297-04392b80-21ba-11e9-91fb-1c23721c2776.png)
![](https://user-images.githubusercontent.com/34389409/51789304-12874780-21ba-11e9-85ac-d1f62304c367.png)
![](https://user-images.githubusercontent.com/34389409/51789308-1fa43680-21ba-11e9-9eee-68e58c6fb2fc.png)
![](https://user-images.githubusercontent.com/34389409/51789310-2f237f80-21ba-11e9-9a8c-5a227a0ccaf1.png)
![](https://user-images.githubusercontent.com/34389409/51789316-406c8c00-21ba-11e9-8470-fd1763b81826.png)
Have a bug or an issue with this project? Open a new issue here on GitHub.