Qms
Frappe Queue Management System
- Author: lijsamuael
- Repository: https://github.com/lijsamuael/qms
- GitHub stars: 13
- Forks: 3
- License: MIT
- Category: Developer Tools
- Maintenance: Minimally Maintained
Install Qms
bench get-app https://github.com/lijsamuael/qms
Add the Frappe Gems badge to your README
Maintain Qms? Paste this into your README:
[](https://frappegems.com/gems/apps/lijsamuael/qms)
About Qms
This is repo is open for collaboration, let us make it together.
Queue Management System
The Queue Management System (QMS) is an application built on the Frappe framework that helps manage queues in various departments. It allows real-time updates for users as well as plays an audio file whenever a queue is called, ensuring smooth queue management and enhancing user experience. The system displays the list of queues in each day and for each department and provides a real-time update on the screen.
Key Features:
- Real-time updates for all users across the system.
- Queue management for each department, displaying queues in real-time.
- Audio notifications that play whenever a queue is called.
- Instant updates on screen to show the latest changes without delay.
Screenshots
Workspace:
List of Queues in Each Department with Realtime Update:
Queue Call with Audio Attached:
Realtime Update on Screen with additional Audio functionality: You can get this at /queue_dashboard page.
Installation
You can install this app using the bench CLI:
cd $PATH_TO_YOUR_BENCH
bench get-app https://github.com/lijsamuael/qms
bench install-app qms
Contributing
This app uses pre-commit for code formatting and linting. Please install pre-commit and enable it for this repository:
cd apps/qms
pre-commit install
Pre-commit is configured to use the following tools for checking and formatting your code:
- ruff
- eslint
- prettier
- pyupgrade
Continuous Integration (CI)
This app can use GitHub Actions for CI. The following workflows are configured:
- CI: Installs this app and runs unit tests on every push to the
developbranch. - Linters: Runs Frappe Semgrep Rules and pip-audit on every pull request.
License
MIT
Related Developer Tools apps for Frappe & ERPNext
- Frappe — Low code web framework for real world applications, in Python and Javascript
- Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
- Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
- Bench — CLI to manage Multi-tenant deployments for Frappe apps
- Frappe Ui — A set of components and utilities for rapid UI development
- Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
- Gameplan — Open Source Discussions Platform for Remote Teams
- Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.