Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        








release



Coverage Percentage


Code Style PEP8


GitHub closed issues

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)