I want to use print desiner for my invoice print fromat but how can i setup here india e-invoice QR code ,
I add this line in manage custom data
{% if doc.irn %}
{% set e_invoice_log = frappe.db.get_value(
“e-Invoice Log”, doc.irn, (“invoice_data”, “signed_qr_code”), as_dict=True
) %}
{%- set invoice_data = dict(json.loads(e_invoice_log.invoice_data)) -%}
QR code print at center of detail area and i cant managed its location, i want to print qr code at header area