root13F
October 16, 2018, 5:42am
10
For this check this link. Custom Apps and fixtures will help you for preserving your changes and to recreate them every time you wish to re-install your system.
ERPNext provides Fixtures just for that.
You can directly export fixtures in ERPnext app, but those will be lost when you update or will show up as conflicts. Hence you create a new app and export those changes to that app which will remain untouched by ERPNext update routines.
https://frappe.io/docs/user/en/tutorial/new-app
Step One : Create new app (say new-app) and initialize a new git repo for this app.
Step Two : Find hooks.py file in your new-app folder
Step Three : Mention which DocT…