Yeah letter head does not auto-repeat unless the page break happens at the item table level. This is a missing feature. Can you raise an issue on github?
I am having the same issue with pdf not showing the letter head and a second page getting generated. I have tried running the suggested commands but get errors. Kind of wish the rest of this thread did not get moved to github anyway my errors are below
NOTE i have this in my sites/mydomain.com/site-config.json file as i am trying to get https going
Error: No such command “set_config”.
root@erp-2:/home/frappe/frappe-bench/sites/erp-2.mydomain.com# bench frappe --site erp-2.mydomain.com set_config hostname “https://erp-2.mydomain.com”
frappe app is not installed. Run the following command to install frappe
bench get-app frappe GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.0.0’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/bench-repo/bench/cli.py”, line 20, in cli
return old_frappe_cli()
File “/home/frappe/bench-repo/bench/cli.py”, line 78, in old_frappe_cli
os.execv(f, [f] + sys.argv[2:])
OSError: [Errno 2] No such file or directory
root@erp-2:/home/frappe/frappe-bench/sites/erp-2.mydomain.com#
I’m having this same issue with PDFs generated as attached emails. Running my own server and updated to the latest version. Does anyone have a solution?
Hi
We update today to last version and have same problem , when i print as PDF or send quite by email , don’t show letter head .
any one have solution ?
Regards
I am having the same issue after updating to the latest version.
The letterhead is not showing in the PDF not only for quotation, but also for sales invoice, purchase orders and other same documents… Anyone, please share your solutions. Thank you…
I have a similar problem i have seemingly successfully moved a erpnext site to an new server
… however i have the exact same issue with no letterhead, some strange formatting, and an extra page in my pdfs
i have this in my ~/frappe-bench/sites/site1.local$ vi site_config.json
Usage: bench set-config [OPTIONS] KEY VALUE
Insert/Update a value in site_config.json
Options:
-g, --global Set Global Site Config
--as-dict
--help Show this message and exit.