excel report account hd case summary
parent
b9e122edf1
commit
5b2d9cdf82
|
@ -340,6 +340,8 @@ class ReportAccountHDCaseSummary(Model):
|
||||||
'name': categ,
|
'name': categ,
|
||||||
'qty': qty,
|
'qty': qty,
|
||||||
})
|
})
|
||||||
|
data['categ_lines_txt']=', '.join(['%s: %s'%(l['name'], l['qty']) for l in data['categ_lines']])
|
||||||
|
data['types_txt']=', '.join(['%s: %s'%(l['name'], l['qty']) for l in data['types'] +[{"name": "Total", "qty": total_qty}]])
|
||||||
return data
|
return data
|
||||||
|
|
||||||
def onchange_date(self,context={}):
|
def onchange_date(self,context={}):
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue