{%- if doc.letter_head -%} {{ webnotes.conn.get_value("Letter Head", doc.letter_head, "content") }} {%- endif -%}
{{ doc.select_print_heading or 'Invoice' }} | |||||||||||||
{{ doc.name }} | |||||||||||||
  | 
				
  | 
			||||||||||||
| Sr | Item Name | Description | Qty | UoM | Basic Rate | Amount | 
|---|---|---|---|---|---|---|
| {{ row.idx }} | {{ row.item_name }} | {{ row.description }} | {{ row.qty }} | {{ row.stock_uom }} | {{ utils.fmt_money(row.export_rate, currency=doc.currency) }} | {{ utils.fmt_money(row.export_amount, currency=doc.currency) }} |