conv_bal
watcha.h@almacom.co.th 2015-06-22 09:19:04 +07:00
parent 9276d1aa6c
commit 9cdb2c1510
3 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class ReportLaborCostDaily(Model):
pt=hdcase.patient_id pt=hdcase.patient_id
lines.append({ lines.append({
'no': no, 'no': no,
'hdcase_number': hdcase.number,
'cycle_item_name': citem.name or '', 'cycle_item_name': citem.name or '',
'cycle_item_id': citem.id, 'cycle_item_id': citem.id,
'date': citem.date, 'date': citem.date,
@ -129,6 +130,7 @@ class ReportLaborCostDaily(Model):
'date': date, 'date': date,
'comp_name': comp.name or 0, 'comp_name': comp.name or 0,
'lines': lines, 'lines': lines,
'date': date,
} }
return data return data