Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilhamghaza/flutter_cafe_fe
- Owner: IlhamGhaza
- Created: 2024-05-29T09:25:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T00:54:41.000Z (6 months ago)
- Last Synced: 2024-06-28T02:14:54.649Z (6 months ago)
- Topics: dart, flutter, flutter-app, frontend, point-of-sales
- Language: Dart
- Homepage:
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.