Show invoice buttons depending of payment status. Fixes #54
This commit is contained in:
@@ -120,7 +120,7 @@ const calcTaxes = (amount: number) => {
|
||||
</TableRow>
|
||||
</TableHeader>
|
||||
|
||||
<TableBody class="overflow-clip rounded-lg">
|
||||
<TableBody class="overflow-clip rounded-lg shadow">
|
||||
<TableRow v-for="invoice in invoices" :key="invoice.nr" @click="onItemClicked(invoice)"
|
||||
class="select-none md:select-auto cursor-default bg-background"
|
||||
:class="statusTextStyle(invoice.paymentStatus)">
|
||||
@@ -217,8 +217,8 @@ const calcTaxes = (amount: number) => {
|
||||
|
||||
}
|
||||
.document-table td {
|
||||
padding-top: 1em !important;
|
||||
padding-bottom: 1em !important;
|
||||
padding-top: 1.125em !important;
|
||||
padding-bottom: 1.125em !important;
|
||||
}
|
||||
|
||||
.document-table tfoot tr:first-child td {
|
||||
|
||||
Reference in New Issue
Block a user