Frappe

Fork of Frappe with many customizations (features, bug fixes, SaaS-specific changes) by you and teammates for the SaaS product.

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:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=zaviagodev%2Ffrappe)](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

  1. Developer will commit the change in the relative branch example version-15
  2. After commiting developer should keet the relative branch in sync with its upstream branch by:

    git fetch upstream
    git merge upstream/
    
  3. At times there might be some conflicts developer hast to make sure the conflicts are resolved properly.

Steps for new version Release

  1. 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-15
    
  2. create new branch from latest branch & push.

    git checkout version-15
    git checkout -b version-16
    git push origin version-16
    
  3. sync with relative upstream branch by

    git fetch upstream version-16
    git merge upstream/version-16
    
  4. resolve 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.