Details of Sales Company Print Date Start Period End Period [[ company.name ]] [[ formatLang(time.strftime('%Y-%m-%d'),date=True) ]] [[ formatLang(getperiod(data['form']),date = True) ]] [[ formatLang(getperiod2(data['form']),date = True) ]] Date Code Product Price Qty Disc(%) Invoiced
[[ repeatIn(pos_sales_details(data['form'],user), 'line_ids') ]] [[ formatLang(line_ids['date_order'],date_time = True) ]] [[ line_ids['pos_name'] ]] [ [[ line_ids['code'] ]] ] [[ line_ids['name'] ]] [[ formatLang(line_ids['price_unit'], dp='Sale Price') ]] [[ company.currency_id.symbol ]] [[ formatLang(line_ids['qty']) ]] [[ line_ids['uom'] ]] [[ formatLang(line_ids['discount'], dp='Sale Price') ]] [[ getinvoice(line_ids['invoice_id'],user) or removeParentNode('font') ]]
Mode of Taxes
[[ repeatIn(gettaxamount(data['form'],user), 'p')]] [[ p['name'] or removeParentNode('para') ]] [[ formatLang(p['amount']) or removeParentNode('tr') ]] [[ company.currency_id.symbol ]]
Mode of Payment
[[ repeatIn(getpayments(data['form'],user), 'p') ]] [[ p['name'] or removeParentNode('para') ]] [[ formatLang(p['sum'], dp='Account') or removeParentNode('tr') ]] [[ company.currency_id.symbol ]]
Summary Sales total(Revenue) [[ formatLang(getsalestotal2(data['form'],user), dp='Sale Price') ]] [[ company.currency_id.symbol ]] Qty of product [[ formatLang(getqtytotal2(data['form'],user)) ]] Total invoiced [[ formatLang(getsuminvoice2(data['form'],user), dp='Sale Price') ]] [[ company.currency_id.symbol ]] Total discount [[ formatLang(getsumdisc(data['form'],user), dp='Sale Price') ]] [[ company.currency_id.symbol ]] Total paid [[ formatLang(getpaidtotal2(data['form'],user), dp='Sale Price') ]] [[ company.currency_id.symbol ]] Total of the day [[ formatLang(gettotalofthaday(data['form']), dp='Sale Price') ]] [[ company.currency_id.symbol ]]