https://github.com/basilfx/bierapp-android
Drink management system for student houses. This is the client (POS) part.
https://github.com/basilfx/bierapp-android
Last synced: 8 months ago
JSON representation
Drink management system for student houses. This is the client (POS) part.
- Host: GitHub
- URL: https://github.com/basilfx/bierapp-android
- Owner: basilfx
- License: gpl-3.0
- Created: 2015-03-17T22:47:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T12:31:55.000Z (over 7 years ago)
- Last Synced: 2025-10-07T14:58:16.635Z (8 months ago)
- Language: Java
- Size: 9.07 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BierApp-Android
Drink management system for student houses. This is the client (POS) part.
## Introduction
This projected is a functional point-of-sale (POS) Android application that can be used in conjunction with [BierApp-Server](https://github.com/basilfx/BierApp-Server). It has the following features:
* Full product catalog.
* Easy access with offline support.
* Support for guests that can drink/consume on the account of others.
* Optional XP system.
* Transaction editor for advanced transactions
## Screenshots



## Requirements
* Android Studio (IntelliJ IDEA)
* Android Tools
* BierApp Server
## Installation
* Install the dependencies.
* Open this project in IntelliJ.
* Configure the endpoint in `BierAppApplication.java`, together with API key and catch URL.
## Todo
There is a lot of work to do to make it a better and more manageable system. Nonetheless, it is a working product that has served 3000+ transactions without problems.
* English translation
* Faster API responses (currently +/- 5 seconds when saving a transaction.)
## License
See the `LICENSE` file (GPLv3 license). You may change the code freely, but any change must be made available to the public.
This project makes use of the following libraries:
* [Google Guava](https://code.google.com/p/guava-libraries/)
* [Google GSON](https://code.google.com/p/google-gson/)
* [Universal ImageLoader](https://github.com/nostra13/Android-Universal-Image-Loader)
* [ORMLite](http://ormlite.com/)
* [AdapterKit](https://github.com/mobsandgeeks/adapter-kit)