export all customizations into ns_app for easier migrations. #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to export all the customizations we've madee like custom fieldsprint formats, and other related customizations into the custom app. There is something called erpnext fixtures that will help us do this.
Research and impliment this.
The end goal is to have it that we can take a completely new install and add all our customizations just by installing apps.