Frappe
Fork of Frappe with many customizations (features, bug fixes, SaaS-specific changes) by you and teammates for the SaaS product.
- Author: zaviagodev
- Repository: https://github.com/zaviagodev/frappe
- GitHub stars: 0
- Forks: 1
- License: MIT
- Category: Other
- Maintenance: Unmaintained
- Frappe versions: v14, v15
Install Frappe
bench get-app https://github.com/zaviagodev/frappe
Add the Frappe Gems badge to your README
Maintain Frappe? Paste this into your README:
[](https://frappegems.com/gems/apps/zaviagodev/frappe)
About Frappe
Zaviago frappe
Update guide
Note: There will be no commit on main branch.
There are 2 remotes:
- origin (zaviagodev/frappe)
- upstream (frappe/frappe)
Each version should have a seprate branch on both remotes like version-15, version-13 e.t.c
Steps
- Developer will commit the change in the relative branch example
version-15 After commiting developer should keet the relative branch in sync with its
upstreambranch by:git fetch upstream git merge upstream/At times there might be some conflicts developer hast to make sure the conflicts are resolved properly.
Steps for new version Release
Switch to latest branch example
version-15& make sure its synced with its upstream branch.git checkout version-15 git fetch upstream git merge upstream/version-15create new branch from latest branch & push.
git checkout version-15 git checkout -b version-16 git push origin version-16sync with relative upstream branch by
git fetch upstream version-16 git merge upstream/version-16resolve conflicts if any & push.
git push origin version-16
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.