added a quick link to invoices and fiscal data refactor #460

Merged
joan merged 3 commits from 2590-client_descriptor_invoices into dev 2020-11-20 10:32:45 +00:00
2 changed files with 10 additions and 2 deletions
Showing only changes of commit fcca5c5eab - Show all commits

View File

@ -79,13 +79,20 @@
</vn-quick-link>
</div>
<div ng-transclude="btnTwo">
<vn-quick-link
tooltip="Client invoices list"
state="['invoiceOut.index', {q: $ctrl.filter}]"
icon="icon-invoices">
</vn-quick-link>
</div>
<div ng-transclude="btnThree">
<vn-quick-link
tooltip="New order"
state="['order.create', {clientFk: $ctrl.id}]"
icon="icon-basketadd">
</vn-quick-link>
</div>
<div ng-transclude="btnThree">
<div ng-transclude="btnFour">
<vn-quick-link
tooltip="Go to user"
state="['account.card.summary', {id: $ctrl.id}]"

View File

@ -2,4 +2,5 @@ Simple ticket: Ticket simple
View consumer report: Ver informe de consumo
From date: Fecha desde
To date: Fecha hasta
Go to user: Ir al usuario
Go to user: Ir al usuario
Client invoices list: Listado de facturas del cliente