Sync Customizations

Automatically sync Custom Fields and Property Setters in Frappe sites

Install Sync Customizations

bench get-app https://github.com/resilient-tech/sync-customizations

Add the Frappe Gems badge to your README

Maintain Sync Customizations? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=resilient-tech%2Fsync-customizations)](https://frappegems.com/gems/apps/resilient-tech/sync-customizations)

About Sync Customizations

🔁 Sync Customizations

Automatically sync Custom Fields and Property Setters in Frappe sites

Usage

Exporting Customizations

Automatically ✨

Create Custom Fields and Property Setters as usual through Customize Form / Form Builder / respective DocTypes. The corresponding files should get auto-created in the following directory by default:

[bench-name]/sites/[site-name]/customizations/

You can also specify a custom directory for syncing customizations by setting the path to that directory in a site config called customizations_dir. This path must be either absolute or relative to the site's bench directory. For example:

bench --site abc.localhost set-config customizations_dir apps/abc/customizations

Manually

Want to export existing customizations? Fret not, you can just run the following command:

bench --site [your-site-name] sc-export

Importing Customizations

Ensure that this app is installed and the customizations directory is present. Customizations should get synced automatically during DB migration.

Sponsors

Special thanks to @filtersource and @rtCamp for sponsoring the development of this app!

License

MIT

Related Integrations apps for Frappe & ERPNext

  • Insights — Open Source Business Intelligence Tool
  • Raven — Simple, open source team messaging platform
  • Frappe Whatsapp — WhatsApp cloud integration for frappe
  • Frappe Assistant Core — Infrastructure that connects LLMs to ERPNext. Frappe Assistant Core works with the Model Context Protocol (MCP) to expose ERPNext functionality to any compatible Language Model
  • Biometric Attendance Sync Tool — A simple tool for syncing Biometric Attendance data with your ERPNext server
  • Frappe React Sdk — React hooks for Frappe
  • Frappe Js Sdk — TypeScript/JavaScript library for Frappe REST API
  • Mcp — Frappe MCP allows Frappe apps to function as MCP servers