Dermagroup Erp
Solución para el Laboratorio
- Author: deepzide
- Repository: https://github.com/deepzide/dermagroup_erp
- GitHub stars: 3
- Forks: 0
- License: MIT
- Category: HR & Payroll
- Maintenance: Actively Maintained
- Frappe versions: develop
Install Dermagroup Erp
bench get-app https://github.com/deepzide/dermagroup_erp
Add the Frappe Gems badge to your README
Maintain Dermagroup Erp? Paste this into your README:
[](https://frappegems.com/gems/apps/deepzide/dermagroup_erp)
About Dermagroup Erp
For Developers
The only files that you need to init change is apps.json and custom.txt.
Tree
├── .github // No tocar
├── ansible // No tocar
├── apps.json
├── derma_group // Custom app -> Debes crearla
├── custom.txt // agregar nombre de custom app
├── pyproject.toml // DEbes crearla
Configuration Files
apps.json
Defines the applications to be installed with their repositories and branches.
Example:
[
{
"url": "https://github.com/frappe/erpnext",
"branch": "version-15",
"commit_hash": "7ec6ef3139fbc85e8dc2ddfea97dfa87dc84a95e", <- COMMIT HASH
"version": "15.84.0" <- VERSION
},
{
"url": "https://github.com/frappe/hrms",
"branch": "version-15",
"commit_hash": "15a147224465681bfdddcb33c0017aab623cde54", <- COMMIT HASH
"version": "15.52.0" <- VERSION
},
{
"url": "https://github.com/deepzide/customer_poc",
"branch": "main"
}
]
Cómo saber el commit hash
- Entrar al repo oficial en GitHub.
- En los commits, busca el hash como se muestra en la siguiente imagen:

custom.txt
ADD custom applications to be installed (one per line).
Example:
erpnext
Important:
When adding custom development, both configuration files must be updated:
- Add the repository URL and branch to apps.json
- Add the application name to custom.txt
Documentación de Aplicaciones
Dermagroup Lab
Para más detalles sobre la aplicación de gestión de laboratorio, consulte la documentación:
- Descripción General del Sistema - Características, arquitectura y funcionalidades principales
- Guía de Datos de Demostración - Cómo insertar y eliminar datos de prueba para comenzar rápidamente
Related HR & Payroll apps for Frappe & ERPNext
- Hrms — Open Source HR and Payroll Software
- Huf — Open-source, self-hosted multi-agent AI infrastructure for teams and apps with support for cloud and local models, tool integrations, workflows, and automation across business systems including Slack, ERPNext, Discord & Gmail.
- Bookings — Hotel Management App for Erpnext
- Employee Self Service — This is the backend component for Nesscale ESS - a mobile app that brings ERPNext to your phone. Employees can manage their HR tasks, sales activities, and projects right from their mobile devices.
- Inventory Tools — A collection of features to streamline and enhance inventory management and manufacturing workflows in ERPNext.
- Check Run — Payables utility for ERPNext
- Next Ai — NextAI is an AI-powered app for Frappe and ERPNext, delivering seamless content generation, automation, and productivity enhancements.
- Projectit — Open Source PWA mobile app to track the Employees out in the field. This mobile app is developed on Frappe Framework and it is integrated with the Project functionalities of ERPNext and integrated tightly with Frappe HR.