Dynamic Request Handler
A custom ERPNext application for handling dynamic requests. This app extends ERPNext functionality with custom request handling capabilities.
- Author: Pamod460
- Repository: https://github.com/Pamod460/Dynamic-Request-Handler
- GitHub stars: 1
- Forks: 0
- License: NOASSERTION
- Category: Other
- Maintenance: Minimally Maintained
Install Dynamic Request Handler
bench get-app https://github.com/Pamod460/Dynamic-Request-Handler
Add the Frappe Gems badge to your README
Maintain Dynamic Request Handler? Paste this into your README:
[](https://frappegems.com/gems/apps/Pamod460/Dynamic-Request-Handler)
About Dynamic Request Handler
Dynamic Request Handler
A custom ERPNext application for handling dynamic requests. This app extends ERPNext functionality with custom request handling capabilities.
Installation
- Fetch the app from GitHub into your local Frappe bench:
bench get-app dynamic_request_handler https://github.com/Pamod460/dynamic-request-handler.git
- Install the app on your specific ERPNext site:
bench --site [your-site-name] install-app dynamic_request_handler
(Replace [your-site-name] with the actual name of your site, e.g., site1.local)
Uninstallation
If you need to remove the app later, follow these steps:
- Uninstall the app from your ERPNext site:
bench --site [your-site-name] uninstall-app dynamic_request_handler
- Remove the app completely from your Frappe bench:
bench remove-app dynamic_request_handler
Requirements
- ERPNext 14.x or higher
- Python 3.10+
- Frappe Framework
Features
- Dynamic request handling
- Custom API endpoints
- Request processing and management
Development
Install in development mode:
bench install-app --with-dev-dependencies dynamic-request-handler
Contributing
Contributions are welcome! Please feel free to submit pull requests.
Support
For issues and questions, please create an issue on GitHub.
License
MIT
Related Other apps for Frappe & ERPNext
- Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
- Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
- Print Designer — Visual print designer for Frappe / ERPNext
- Ctr — CTR模型代码和学习笔记总结
- Whitelabel — Whitelabel ERPNext
- Fossunited — fossunited.org
- Helm — Helm Chart Repository for Frappe/ERPNext
- Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.