Development workflow

Hello Guys! I read the documentation Not Found. I have notice creating a doctypes is manually entering data from the web UI of erpnext. This would be a problem developing from a separate server development and production server. We have to re encode the doctypes definition from dev to production? I have read also this doc https://kb.frappe.io/kb/app-development/how-to-add-customizations-to-app. It only discuss how to add a new custom fields. Did I miss something?

Cheers,
Chris
Bai Web and Mobile Labs
https://bai.ph

Just push your code on github and you can pull the code from your github repo into the production server.

You add your DocTypes in your app. Then you can “install” your app on any site.

@rmehta thanks I will try your suggestion

Updated this page (last section) https://frappe.github.io/frappe/user/guides/basics/apps.html

1 Like