mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 21:55:09 +00:00
Add 11 new Frappe apps to apps.json
Mandatory: - print_designer @ main — visual print form designer - offsite_backups @ v16 — S3/Dropbox/GDrive backups Optional (business profile): - drive @ main — self-hosted file storage - gameplan @ main — team discussions (built for v16+) - wiki @ develop — internal knowledge base - builder @ develop — website/landing builder - newsletter @ v16 — email newsletter management - ecommerce_integrations @ v16 — Shopify/WooCommerce sync - webshop @ develop — self-hosted ecommerce - lending @ develop — loan management - education @ develop — school/university management Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
52337216f0
commit
d44c0258e0
1 changed files with 19 additions and 8 deletions
27
apps.json
27
apps.json
|
|
@ -1,10 +1,21 @@
|
|||
[
|
||||
{ "url": "https://github.com/frappe/erpnext", "branch": "version-16" },
|
||||
{ "url": "https://github.com/frappe/hrms", "branch": "version-16" },
|
||||
{ "url": "https://github.com/frappe/crm", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/helpdesk", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/payments", "branch": "develop" },
|
||||
{ "url": "https://github.com/frappe/insights", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/lms", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/telephony", "branch": "develop" }
|
||||
{ "url": "https://github.com/frappe/erpnext", "branch": "version-16" },
|
||||
{ "url": "https://github.com/frappe/hrms", "branch": "version-16" },
|
||||
{ "url": "https://github.com/frappe/payments", "branch": "develop" },
|
||||
{ "url": "https://github.com/frappe/crm", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/helpdesk", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/telephony", "branch": "develop" },
|
||||
{ "url": "https://github.com/frappe/insights", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/lms", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/print_designer", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/wiki", "branch": "develop" },
|
||||
{ "url": "https://github.com/frappe/gameplan", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/drive", "branch": "main" },
|
||||
{ "url": "https://github.com/frappe/builder", "branch": "develop" },
|
||||
{ "url": "https://github.com/frappe/newsletter", "branch": "version-16" },
|
||||
{ "url": "https://github.com/frappe/ecommerce_integrations", "branch": "version-16" },
|
||||
{ "url": "https://github.com/frappe/webshop", "branch": "develop" },
|
||||
{ "url": "https://github.com/frappe/lending", "branch": "develop" },
|
||||
{ "url": "https://github.com/frappe/education", "branch": "develop" },
|
||||
{ "url": "https://github.com/frappe/offsite_backups", "branch": "version-16" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue