dash
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
54634ed22d
commit
92c3a24b1b
|
@ -46,14 +46,14 @@
|
|||
</vn-vertical>
|
||||
</vn-one>
|
||||
<vn-one tbody class="taxes">
|
||||
<span td class="chip"><vn-label translate>Taxable base</vn-label> {{$ctrl.summary.totals.totalTaxableBase | currency: 'EUR':2}}</span>
|
||||
<p><vn-label translate>Total</vn-label> {{$ctrl.summary.totals.totalVat | currency: 'EUR':2}}</p>
|
||||
<span td class="chip"><vn-label translate>Taxable base</vn-label> {{$ctrl.summary.totals.totalTaxableBase | currency: 'EUR':2 | dashIfEmpty}}</span>
|
||||
<p><vn-label translate>Total</vn-label> {{$ctrl.summary.totals.totalVat | currency: 'EUR':2 | dashIfEmpty}}</p>
|
||||
<vn-label translate>Due day</vn-label>
|
||||
<vn-chip
|
||||
class="transparent"
|
||||
ng-class="{'alert': $ctrl.amountsNotMatch}"
|
||||
translate-attr="{title: $ctrl.amountsNotMatch ? 'Do not match' : 'Due day'}"
|
||||
>{{$ctrl.summary.totals.totalDueDay | currency: 'EUR':2}}
|
||||
>{{$ctrl.summary.totals.totalDueDay | currency: 'EUR':2 | dashIfEmpty}}
|
||||
</vn-chip>
|
||||
</vn-one>
|
||||
</vn-horizontal>
|
||||
|
|
Loading…
Reference in New Issue