Merge pull request 'feat(entry_descriptor): add supplier button' (#764) from 3289-entry_descriptor into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #764 Reviewed-by: Carlos Jimenez Ruiz <carlosjr@verdnatura.es>
This commit is contained in:
commit
e474f97aec
|
@ -34,13 +34,20 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="quicklinks">
|
<div class="quicklinks">
|
||||||
<div ng-transclude="btnOne">
|
<div ng-transclude="btnOne">
|
||||||
|
<vn-quick-link
|
||||||
|
tooltip="Supplier card"
|
||||||
|
state="['supplier.card.summary', {id: $ctrl.entry.supplier.id}]"
|
||||||
|
icon="icon-supplier">
|
||||||
|
</vn-quick-link>
|
||||||
|
</div>
|
||||||
|
<div ng-transclude="btnTwo">
|
||||||
<vn-quick-link
|
<vn-quick-link
|
||||||
tooltip="All travels with current agency"
|
tooltip="All travels with current agency"
|
||||||
state="['travel.index', {q: $ctrl.travelFilter}]"
|
state="['travel.index', {q: $ctrl.travelFilter}]"
|
||||||
icon="local_airport">
|
icon="local_airport">
|
||||||
</vn-quick-link>
|
</vn-quick-link>
|
||||||
</div>
|
</div>
|
||||||
<div ng-transclude="btnTwo">
|
<div ng-transclude="btnThree">
|
||||||
<vn-quick-link
|
<vn-quick-link
|
||||||
tooltip="All entries with current supplier"
|
tooltip="All entries with current supplier"
|
||||||
state="['entry.index', {q: $ctrl.entryFilter}]"
|
state="['entry.index', {q: $ctrl.entryFilter}]"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Reference: Referencia
|
Reference: Referencia
|
||||||
|
Supplier card: Ficha del proveedor
|
||||||
All travels with current agency: Todos los envios con la agencia actual
|
All travels with current agency: Todos los envios con la agencia actual
|
||||||
All entries with current supplier: Todas las entradas con el proveedor actual
|
All entries with current supplier: Todas las entradas con el proveedor actual
|
||||||
Show entry report: Ver informe del pedido
|
Show entry report: Ver informe del pedido
|
||||||
|
|
Loading…
Reference in New Issue