Payment For Sale Company Print Date [[ company.name ]] [[ formatLang(time.strftime('%Y-%m-%d'),date = True) ]] Product Qty Disc.(%) Unit Price Total
[[ repeatIn(objects,'o') ]]
[[ repeatIn(pos_payment(o), '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) ]]
Net Total: [[ formatLang(pos_payment_total(o), currency_obj = company.currency_id) or removeParentNode('blockTable')]]