re-activated preview on invoiceout index
gitea/salix/dev This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-04-02 12:32:15 +02:00
parent 0334b8f24e
commit b86c1afa79
1 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
filter="::$ctrl.filter"
limit="20"
data="invoicesOut"
order="id ASC"
order="issued DESC"
auto-load="false">
</vn-crud-model>
<div class="content-block">
@ -31,7 +31,7 @@
<vn-th field="companyFk">Company</vn-th>
<vn-th field="dued">Due date</vn-th>
<vn-th></vn-th>
<!-- <vn-th></vn-th> -->
<vn-th></vn-th>
</vn-tr>
</vn-thead>
<vn-tbody>
@ -42,7 +42,7 @@
<vn-td>{{::invoiceOut.issued | dateTime:'dd/MM/yyyy' | dashIfEmpty}}</vn-td>
<vn-td number>{{::invoiceOut.amount | currency: 'EUR': 2 | dashIfEmpty}}</vn-td>
<vn-td>
<span
<span
class="link"
ng-click="$ctrl.showClientDescriptor($event, invoiceOut.clientFk)">
{{::invoiceOut.client.name | dashIfEmpty}}
@ -60,13 +60,13 @@
vn-tooltip="Download PDF">
</vn-icon-button>
</vn-td>
<!-- <vn-td>
<vn-td>
<vn-icon-button
ng-click="$ctrl.preview($event, invoiceOut)"
vn-tooltip="Preview"
icon="desktop_windows">
</vn-icon-button>
</vn-td> -->
</vn-td>
</a>
</vn-tbody>
</vn-table>