[[ repeatIn(objects,'order') ]] Payment By User Company Print Date [[ company.name ]] [[ formatLang(time.strftime('%Y-%m-%d'),date = True) ]] Product Qty Disc(%) Unit Price Total
[[ repeatIn(pos_payment_user(data['form']), 'line_ids') ]] [ [[ line_ids['code'] ]] ] [[ line_ids['name'] ]] [[ formatLang(line_ids['qty']) ]] [[line_ids['uom'] ]] [[ formatLang(line_ids['discount']) ]] [[ formatLang(line_ids['price_unit']) ]] [[ formatLang(line_ids['total'], currency_obj = company.currency_id)]]
Total: [[ formatLang(pos_payment_user_total(data['form']), currency_obj = company.currency_id) or removeParentNode('blockTable')]]