conv_bal
watcha.h@almacom.co.th 2015-01-19 23:16:13 +07:00
parent 8397892443
commit 91836fc86c
2 changed files with 4 additions and 1 deletions

View File

@ -150,10 +150,13 @@ class ReportStaffFeeSum(Model):
'year': year, 'year': year,
} }
data['title']='สรุปค่าธรรมเนียมพยาบาล' data['title']='สรุปค่าธรรมเนียมพยาบาล'
data['col1_name']='พยาบาล'
if staff_type=='doctor': if staff_type=='doctor':
data['title']='สรุปค่าธรรมเนียมแพทย์' data['title']='สรุปค่าธรรมเนียมแพทย์'
data['col1_name']='แพทย์'
elif staff_type=='staff': elif staff_type=='staff':
data['title']='สรุปค่าธรรมเนียมเจ้าหน้าที่' data['title']='สรุปค่าธรรมเนียมเจ้าหน้าที่'
data['col1_name']='เจ้าหน้าที่'
if branch: if branch:
data['branch_name']='(%s)'%branch.name or '' data['branch_name']='(%s)'%branch.name or ''

View File

@ -14,7 +14,7 @@
{{#if lines}} {{#if lines}}
<table class="table table-condensed table-striped"> <table class="table table-condensed table-striped">
<thead> <thead>
<th style="text-align:left;" class="col-sm-3">พยาบาล</th> <th style="text-align:left;" class="col-sm-3">{{col1_name}}</th>
{{#each cols}} {{#each cols}}
<th style="text-align:right;">{{name}}</th> <th style="text-align:right;">{{name}}</th>
{{/each}} {{/each}}