Skip to content

To print logged in username in Print Formats Letterhead Footer

Jignesh Greycube edited this page Jun 27, 2021 · 2 revisions

To print the logged in user name in print format, we can put the below code in Footer of Letterhead.




{% set u = frappe.get_doc("User", frappe.user) %} 
{{ u.first_name }} {{ u.last_name }}

Discuss Forum Source - SbKotale

Clone this wiki locally