Cheese Erp

Proyecto de la Ruta de Queso en UY

Install Cheese Erp

bench get-app https://github.com/deepzide/cheese_erp

Add the Frappe Gems badge to your README

Maintain Cheese Erp? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=deepzide%2Fcheese_erp)](https://frappegems.com/gems/apps/deepzide/cheese_erp)

About Cheese Erp

For Developers

The only files that you need to init change is apps.json and custom.txt.

Tree

├── .github // Don't touch
├── ansible // Don;t touch
├── apps.json
├── derma_group // Custom app -> You must create that dir
├── custom.txt // Add all the name of the modules of frappe (include your)
├── 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

  1. Entrar al repo oficial en GitHub.
  2. En los commits, busca el hash como se muestra en la siguiente imagen:
    alt text

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

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.