Confirm transaction, preview invoice inserted clear

This commit is contained in:
ogerly 2021-11-30 09:24:24 +01:00
parent 13ac14b4a9
commit e495d3475b

View File

@ -37,27 +37,27 @@
<b-row> <b-row>
<b-col></b-col> <b-col></b-col>
<b-col>aktueller Kontostand</b-col> <b-col>aktueller Kontostand</b-col>
<b-col>{{$n(balance, 'decimal')}}</b-col> <b-col>{{ $n(balance, 'decimal') }}</b-col>
</b-row> </b-row>
<b-row> <b-row>
<b-col> </b-col> <b-col></b-col>
<b-col> <strong>Dein Betrag </strong></b-col> <b-col><strong>Dein Betrag</strong></b-col>
<b-col> <strong>- {{$n(amount, 'decimal')}} </strong></b-col> <b-col>
<strong>- {{ $n(amount, 'decimal') }}</strong>
</b-col>
</b-row> </b-row>
<b-row > <b-row>
<b-col> </b-col> <b-col></b-col>
<b-col>Vergänglichkeit</b-col> <b-col>Vergänglichkeit</b-col>
<b-col style="border-bottom: double;">- {{$n(decay, 'decimal')}}</b-col> <b-col style="border-bottom: double">- {{ $n(decay, 'decimal') }}</b-col>
</b-row> </b-row>
<b-row> <b-row>
<b-col></b-col> <b-col></b-col>
<b-col>neuer Kontostand</b-col> <b-col>neuer Kontostand</b-col>
<b-col>~ {{$n(balance - amount - decay, 'decimal')}}</b-col> <b-col>~ {{ $n(balance - amount - decay, 'decimal') }}</b-col>
</b-row> </b-row>
</b-container> </b-container>
<b-row class="mt-4"> <b-row class="mt-4">
<b-col> <b-col>