Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilhamghaza/flutter_cafe_fe

Flutter POS with report, printing thermal for receipt
https://github.com/ilhamghaza/flutter_cafe_fe

dart flutter flutter-app frontend point-of-sales

Last synced: about 2 months ago
JSON representation

Flutter POS with report, printing thermal for receipt

Awesome Lists containing this project

README

        

# Flutter Cafe POS

A Flutter application for cafe POS management.

## Description

This application is built with Flutter to facilitate cafe POS management. It includes features such as ordering, payment, inventory management, and reporting.

## Backend

The backend of this application can be found on [Github - Laravel Coffeeshop](https://github.com/IlhamGhaza/laravel-coffeshop). It is built using Laravel and provides APIs to be used by this Flutter application.

## Features

- Food and beverage ordering
- Payment (cash)
- Reporting
- Order history
- manage discount, biaya layanan & pajak, printer

## Installation

1. Make sure you have Flutter installed on your computer. Installation guide can be found at [Flutter Documentation](https://flutter.dev/docs/get-started/install).
2. Clone this repository:

```bash
git clone https://github.com/IlhamGhaza/flutter-pos-cafe.git
```

3. Navigate to the project directory:

```bash
cd flutter_cafe
```

4. open cmd and type

```bash
ipconfig
```

5. follow this [instructions](variables copy.dart)

6. run this command to get the dependencies:

```bash
flutter pub get -v
```

then find your ipv4 address and replace the aseUrl n the li/core/constant/variables.dart wir ipv4 addripv4

7. Make sure you have set up the [Github - Laravel Coffeeshop](https://github.com/IlhamGhaza/laravel-coffeshop) and run before running this Flutter application.

8. Run the application:

```bash
flutter run
```

## Contribution

Contributions are always welcome. If you want to contribute to this project, please open an issue or create a pull request.

## License

This project is licensed - see the [LICENSE](LICENSE.md) file for more details.