[[ repeatIn(objects,'statement') ]] User's Product User Company Print Date Starting Date Ending Date [[ get_user(objects) ]] [[ company.name ]] [[ formatLang(time.strftime('%Y-%m-%d'),date = True) ]] [[ formatLang(statement.date,date = True) ]] [[ formatLang(statement.closing_date,date_time = True) ]] Product Qty Amount
[[ repeatIn(get_data(statement), 'line_ids') and ' ' or removeParentNode('blockTable') ]]
[[ repeatIn(get_data(statement), 'line_ids')]] [ [[line_ids['code'] ]] ] [[ line_ids['name'] ]] [[ formatLang(line_ids['qty']) ]] [[line_ids['uom'] ]] [[ formatLang(line_ids['amt'], currency_obj = company.currency_id) ]]
Total : [[ formatLang(get_total(statement), currency_obj = company.currency_id) ]]