Skip to content

Commit

Permalink
Improve last version of report
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Jan 24, 2022
1 parent 9de8d58 commit ebbd0fe
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<!-- body -->
<div class="row">
<div class="col-xs-12">
<!-- page title -->
<h3 class="text-center text-bold text-uppercase">{{translate 'REPORT.ANALYSIS_AUX_CASHBOX.TITLE'}}</h3>
<h3 class="text-center text-bold text-uppercase">{{ report.cashboxLabel }}</h3>
<h4 class="text-center text-bold text-uppercase">{{ report.periodLabel }}</h4>

<table style="float: right; margin-bottom: 1em; margin-top: 10px;">
<tr>
<td colspan="2" width="90%">&nbsp;<strong>{{translate 'FORM.LABELS.LEGEND'}}</strong></td>
Expand All @@ -33,15 +38,10 @@
</tr>
<tr>
<td width="10%" style="background-color: #d9534f; color:white; text-align:center"> ▼ </td>
<td width="90%">&nbsp;<strong>{{translate 'REPORT.ANALYSIS_AUX_CASHBOXES.STATUS.TRANSFERT_LOWWER'}}</strong></td>
<td width="90%">&nbsp;<strong>{{translate 'REPORT.ANALYSIS_AUX_CASHBOX.STATUS.TRANSFERT_LOWWER'}}</strong></td>
</tr>
</table>

<!-- page title -->
<h3 class="text-center text-bold text-uppercase">{{translate 'REPORT.ANALYSIS_AUX_CASHBOX.TITLE'}}</h3>
<h3 class="text-center text-bold text-uppercase">{{ report.cashboxLabel }}</h3>
<h4 class="text-center text-bold text-uppercase">{{ report.periodLabel }}</h4>

<table class="table table-striped table-condensed table-report table-bordered">
<thead>
<th width="10%"></th>
Expand Down

0 comments on commit ebbd0fe

Please sign in to comment.