Download print format

Is there a way to download the customized print format from one instance of ERPNext and upload it locally in my test instance?

Something like downloading data from one ERPNext and then uploading into another, but for Print Format. And using the normal browser interface if possible. (without programming skills or modifying .py files)

1 Like

step 1:erpnext@server:~/frappe-bench$ bench backup

step 2:erpnext@server:~/frappe-bench/sites/[sitename]/public$ tar cvf ~/[sitename]-files.tar

step3:erpnext@other-server:~/frappe-bench$ bench restore SQL_FILE_PATH

I want to move ONLY the print format from one server to the other. Not to backup and restore between servers a site.

This may help alexgs

I believe this export is limited to client-side customizations?

Could someone in the know confirm or clarify this assumption, please and thanks

Is there a way:

not going into shells, python code modifications, etc.?

It would be best that you store all of it in a custom app and do export-fixtures. Put the custom app in a repo like github, bitbucket, etc. and then you will be able to re use the customizations when you install the app to another site.