change the order of columns to be 'cronological'
This commit is contained in:
parent
5c4421d41b
commit
a640f35fd8
|
@ -57,52 +57,52 @@ PosReport {{ posreport.date }} {{ posreport.pos.name }} | Pos | BackOffice | {{
|
|||
<tr>
|
||||
<th>What</th>
|
||||
<th>Bank Start</th>
|
||||
<th>Bank End</th>
|
||||
<th>Pos Start</th>
|
||||
<th>Pos End</th>
|
||||
<th>Bank End</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>DKK</td>
|
||||
<td>{{ posreport.bank_count_dkk_start }}</td>
|
||||
<td>{{ posreport.bank_count_dkk_end }}</td>
|
||||
<td>{{ posreport.pos_count_dkk_start }}</td>
|
||||
<td>{{ posreport.pos_count_dkk_end }}</td>
|
||||
<td>{{ posreport.bank_count_dkk_end }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5 HAX</td>
|
||||
<td>{{ posreport.bank_count_hax5_start }}</td>
|
||||
<td>{{ posreport.bank_count_hax5_end }}</td>
|
||||
<td>{{ posreport.pos_count_hax5_start }}</td>
|
||||
<td>{{ posreport.pos_count_hax5_end }}</td>
|
||||
<td>{{ posreport.bank_count_hax5_end }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>10 HAX</td>
|
||||
<td>{{ posreport.bank_count_hax10_start }}</td>
|
||||
<td>{{ posreport.bank_count_hax10_end }}</td>
|
||||
<td>{{ posreport.pos_count_hax10_start }}</td>
|
||||
<td>{{ posreport.pos_count_hax10_end }}</td>
|
||||
<td>{{ posreport.bank_count_hax10_end }}</td>
|
||||
</tr>
|
||||
<td>20 HAX</td>
|
||||
<td>{{ posreport.bank_count_hax20_start }}</td>
|
||||
<td>{{ posreport.bank_count_hax20_end }}</td>
|
||||
<td>{{ posreport.pos_count_hax20_start }}</td>
|
||||
<td>{{ posreport.pos_count_hax20_end }}</td>
|
||||
<td>{{ posreport.bank_count_hax20_end }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>50 HAX</td>
|
||||
<td>{{ posreport.bank_count_hax50_start }}</td>
|
||||
<td>{{ posreport.bank_count_hax50_end }}</td>
|
||||
<td>{{ posreport.pos_count_hax50_start }}</td>
|
||||
<td>{{ posreport.pos_count_hax50_end }}</td>
|
||||
<td>{{ posreport.bank_count_hax50_end }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>100 HAX</td>
|
||||
<td>{{ posreport.bank_count_hax100_start }}</td>
|
||||
<td>{{ posreport.bank_count_hax100_end }}</td>
|
||||
<td>{{ posreport.pos_count_hax100_start }}</td>
|
||||
<td>{{ posreport.pos_count_hax100_end }}</td>
|
||||
<td>{{ posreport.bank_count_hax100_end }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue