Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrf345/fqm
A web based queue management system built with Python Flask, Bootstrap and jQuery.
https://github.com/mrf345/fqm
flask management pyqt5 python queue system
Last synced: 10 days ago
JSON representation
A web based queue management system built with Python Flask, Bootstrap and jQuery.
- Host: GitHub
- URL: https://github.com/mrf345/fqm
- Owner: mrf345
- License: mpl-2.0
- Created: 2017-10-07T12:46:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T22:00:10.000Z (8 months ago)
- Last Synced: 2024-10-11T08:26:48.202Z (26 days ago)
- Topics: flask, management, pyqt5, python, queue, system
- Language: JavaScript
- Homepage: https://fqms.github.io
- Size: 100 MB
- Stars: 111
- Watchers: 19
- Forks: 69
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Free Queue Manager (beta). A web based queue management system built with Python Flask, Bootstrap and jQuery.
### Features:
- Support for POS USB printers on major operating systems.
- Customize-able interfaces.
- Supports text-to-speech announcement.### Setup:
#### - From the source:
- Docker setup for production, follow this [guide](./docs/setup.md#1-docker-setup)
- Standard python setup (legacy), follow this [guide](./docs/setup.md#2-standard-python-setup)#### - With executable [no longer supported]:
You can find an executable that's suitable to your OS from :
- [FQMS](https://fqms.github.io/#download)
- [Github Release](https://github.com/mrf345/FQM/releases/)
- [Sourceforge](https://sourceforge.net/projects/free-queue-manager/)#### - Database migration:
Since the `0.7` release we're able to migrate the data generated in previous releases to the new ones.
- You'll have to copy the `data.sqlite` file from the main project folder to the new release project folder.
- If you've uploaded any `Multimedia` files to your previous setup, make sure to copy them over to the new project folder manually from and to `FQM/static/multimedia/` folder.**Make sure the migration steps are performed prior to running the new release of the system**.
### Documentation:
- [Useful but very outdated user guide](https://fqms.github.io/images/user_guide.pdf).
- [How do i add support for my language ?](docs/localization.md)
- [How do i add additional settings and customizations ?](docs/settings.md)