Dear all, does anyone know how can we print Employee ID card from erpnext? Thanks
Hi there,
It all depends on how you’re printing employee ID cards. We do this at my organization. We just use a custom print format using jinja, usually based around an svg image instead of normal html.
https://frappeframework.com/docs/v13/user/en/desk/printing#advanced-print-formats
I am not sure how it works. Can you help direct me how to set it up ? or any video to help me ? I am an end user. thanks
Sorry, I’m not aware of any videos. To get precision printing, as needed for something like an ID card, you need to be using a jinja-based templtae. That’s not extremely difficult, but it does require some knowledge of HTML.
1 Like