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.
Have a bug or an issue with this project? Open a new issue here on GitHub.