Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-11-30 09:11:40 +01:00
commit 5c342ae463
5 changed files with 12 additions and 12 deletions

View File

@ -129,13 +129,13 @@
.icon-columndelete:before { .icon-columndelete:before {
content: "\e91d"; content: "\e91d";
} }
.icon-complementos:before { .icon-accessory:before {
content: "\e91e"; content: "\e91e";
} }
.icon-components:before { .icon-components:before {
content: "\e91f"; content: "\e91f";
} }
.icon-confeccion:before { .icon-handmade:before {
content: "\e920"; content: "\e920";
} }
.icon-consignatarios:before { .icon-consignatarios:before {
@ -180,7 +180,7 @@
.icon-fixedPrice:before { .icon-fixedPrice:before {
content: "\e92e"; content: "\e92e";
} }
.icon-flor:before { .icon-flower:before {
content: "\e92f"; content: "\e92f";
} }
.icon-frozen:before { .icon-frozen:before {
@ -207,7 +207,7 @@
.icon-history:before { .icon-history:before {
content: "\e937"; content: "\e937";
} }
.icon-Inactivo:before { .icon-disabled:before {
content: "\e938"; content: "\e938";
} }
.icon-info:before { .icon-info:before {
@ -285,7 +285,7 @@
.icon-photo:before { .icon-photo:before {
content: "\e951"; content: "\e951";
} }
.icon-planta:before { .icon-plant:before {
content: "\e952"; content: "\e952";
} }
.icon-stowaway:before { .icon-stowaway:before {
@ -300,13 +300,13 @@
.icon-regentry:before { .icon-regentry:before {
content: "\e956"; content: "\e956";
} }
.icon-reserva:before { .icon-reserve:before {
content: "\e957"; content: "\e957";
} }
.icon-revision:before { .icon-revision:before {
content: "\e958"; content: "\e958";
} }
.icon-riesgo:before { .icon-risk:before {
content: "\e959"; content: "\e959";
} }
.icon-services:before { .icon-services:before {
@ -372,7 +372,7 @@
.icon-unavailable:before { .icon-unavailable:before {
content: "\e96e"; content: "\e96e";
} }
.icon-verde:before { .icon-greenery:before {
content: "\e96f"; content: "\e96f";
} }
.icon-volume:before { .icon-volume:before {

View File

@ -82,7 +82,7 @@
<vn-quick-link <vn-quick-link
tooltip="Client invoices list" tooltip="Client invoices list"
state="['invoiceOut.index', {q: $ctrl.filter}]" state="['invoiceOut.index', {q: $ctrl.filter}]"
icon="icon-invoices"> icon="icon-invoice">
</vn-quick-link> </vn-quick-link>
</div> </div>
<div ng-transclude="btnThree"> <div ng-transclude="btnThree">

View File

@ -16,7 +16,7 @@
{"state": "client.card.note.index", "icon": "insert_drive_file"}, {"state": "client.card.note.index", "icon": "insert_drive_file"},
{"state": "client.card.credit.index", "icon": "credit_card"}, {"state": "client.card.credit.index", "icon": "credit_card"},
{"state": "client.card.greuge.index", "icon": "work"}, {"state": "client.card.greuge.index", "icon": "work"},
{"state": "client.card.balance.index", "icon": "icon-invoices"}, {"state": "client.card.balance.index", "icon": "icon-invoice"},
{"state": "client.card.recovery.index", "icon": "icon-recovery"}, {"state": "client.card.recovery.index", "icon": "icon-recovery"},
{"state": "client.card.webAccess", "icon": "cloud"}, {"state": "client.card.webAccess", "icon": "cloud"},
{"state": "client.card.log", "icon": "history"}, {"state": "client.card.log", "icon": "history"},

View File

@ -13,7 +13,7 @@
{"state": "supplier.card.fiscalData", "icon": "account_balance"}, {"state": "supplier.card.fiscalData", "icon": "account_balance"},
{"state": "supplier.card.billingData", "icon": "icon-payment"}, {"state": "supplier.card.billingData", "icon": "icon-payment"},
{"state": "supplier.card.address.index", "icon": "icon-delivery"}, {"state": "supplier.card.address.index", "icon": "icon-delivery"},
{"state": "supplier.card.account", "icon": "icon-accounts"}, {"state": "supplier.card.account", "icon": "icon-account"},
{"state": "supplier.card.contact", "icon": "contact_phone"}, {"state": "supplier.card.contact", "icon": "contact_phone"},
{"state": "supplier.card.log", "icon": "history"}, {"state": "supplier.card.log", "icon": "history"},
{"state": "supplier.card.consumption", "icon": "show_chart"} {"state": "supplier.card.consumption", "icon": "show_chart"}

View File

@ -167,7 +167,7 @@
tooltip-position="left"> tooltip-position="left">
</vn-button> </vn-button>
<vn-button class="round sm vn-mb-sm" <vn-button class="round sm vn-mb-sm"
icon="icon-invoices" icon="icon-invoice"
ng-click="makeInvoiceConfirmation.show()" ng-click="makeInvoiceConfirmation.show()"
ng-show="$ctrl.totalChecked > 0" ng-show="$ctrl.totalChecked > 0"
vn-tooltip="Make invoice..." vn-tooltip="Make invoice..."