fuentes client descriptor
This commit is contained in:
parent
93baddbfc2
commit
6879435011
|
@ -25,30 +25,36 @@
|
||||||
<span ng-if="!$ctrl.client.creditInsurance">-</span>
|
<span ng-if="!$ctrl.client.creditInsurance">-</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<vn-horizontal pad-medium-bottom class="footer">
|
||||||
<vn-icon
|
<vn-icon
|
||||||
vn-tooltip="Client inactive"
|
vn-tooltip="Client inactive"
|
||||||
tooltip-position = "right"
|
tooltip-position = "right"
|
||||||
icon="person"
|
icon="icon-disabled"
|
||||||
ng-class="{bright: $ctrl.client.isActive == false}">
|
ng-class="{bright: $ctrl.client.isActive == false}">
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
<vn-icon
|
<vn-icon
|
||||||
vn-tooltip="Client Frozen"
|
vn-tooltip="Client Frozen"
|
||||||
tooltip-position = "right"
|
tooltip-position = "right"
|
||||||
icon="mail"
|
icon="icon-frozen"
|
||||||
ng-class="{bright: $ctrl.client.isFreezed == true}">
|
ng-class="{bright: $ctrl.client.isFreezed == true}">
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
<vn-icon
|
<vn-icon
|
||||||
vn-tooltip="Web Account inactive"
|
vn-tooltip="Web Account inactive"
|
||||||
tooltip-position = "right"
|
tooltip-position = "right"
|
||||||
icon="phone"
|
icon="icon-noweb"
|
||||||
ng-class="{bright: $ctrl.client.account.active == false}">
|
ng-class="{bright: $ctrl.client.account.active == false}">
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
<vn-icon
|
<vn-icon
|
||||||
vn-tooltip="Client has debt"
|
vn-tooltip="Client has debt"
|
||||||
tooltip-position = "right"
|
tooltip-position = "right"
|
||||||
icon="power"
|
icon="icon-risk"
|
||||||
ng-class="{bright: $ctrl.clientDebt < 0}">
|
ng-class="{bright: $ctrl.clientDebt < 0}">
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
</div>
|
<vn-icon
|
||||||
|
vn-tooltip="Client not checked"
|
||||||
|
tooltip-position = "right"
|
||||||
|
icon="icon-no036"
|
||||||
|
ng-class="{bright: $ctrl.client.isTaxDataChecked == false}">
|
||||||
|
</vn-icon>
|
||||||
|
</vn-horizontal>
|
||||||
</vn-card>
|
</vn-card>
|
|
@ -3,3 +3,4 @@ Enable web access: Habilitar acceso web
|
||||||
New password: Nueva contraseña
|
New password: Nueva contraseña
|
||||||
Repeat password: Repetir contraseña
|
Repeat password: Repetir contraseña
|
||||||
Change password: Cambiar contraseña
|
Change password: Cambiar contraseña
|
||||||
|
Client must be checked to activate: No se puede activar un cliente si no esta verificado (036)
|
|
@ -23,6 +23,7 @@
|
||||||
vn-one
|
vn-one
|
||||||
margin-medium-top
|
margin-medium-top
|
||||||
label="User"
|
label="User"
|
||||||
|
info="Client must be checked to activate"
|
||||||
field="$ctrl.account.name">
|
field="$ctrl.account.name">
|
||||||
</vn-textfield>
|
</vn-textfield>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
|
|
||||||
.icon-barcode:before { content: '\e800'; } /* '' */
|
.icon-tags:before { content: '\e800'; } /* '' */
|
||||||
.icon-volume:before { content: '\e801'; } /* '' */
|
.icon-volume:before { content: '\e801'; } /* '' */
|
||||||
.icon-bucket:before { content: '\e802'; } /* '' */
|
.icon-barcode:before { content: '\e802'; } /* '' */
|
||||||
|
.icon-bucket:before { content: '\e803'; } /* '' */
|
||||||
|
.icon-frozen:before { content: '\e808'; } /* '' */
|
||||||
.icon-disabled:before { content: '\e80b'; } /* '' */
|
.icon-disabled:before { content: '\e80b'; } /* '' */
|
||||||
.icon-invoices:before { content: '\e80c'; } /* '' */
|
.icon-invoices:before { content: '\e80c'; } /* '' */
|
||||||
.icon-noweb:before { content: '\e812'; } /* '' */
|
.icon-noweb:before { content: '\e812'; } /* '' */
|
||||||
|
@ -15,4 +17,6 @@
|
||||||
.icon-addperson:before { content: '\e81e'; } /* '' */
|
.icon-addperson:before { content: '\e81e'; } /* '' */
|
||||||
.icon-bin:before { content: '\e81f'; } /* '' */
|
.icon-bin:before { content: '\e81f'; } /* '' */
|
||||||
.icon-sms:before { content: '\e820'; } /* '' */
|
.icon-sms:before { content: '\e820'; } /* '' */
|
||||||
.icon-tags:before { content: '\e821'; } /* '' */
|
.icon-ticket:before { content: '\e821'; } /* '' */
|
||||||
|
.icon-tax:before { content: '\e822'; } /* '' */
|
||||||
|
.icon-no036:before { content: '\e823'; } /* '' */
|
Binary file not shown.
|
@ -58,7 +58,7 @@
|
||||||
"component": "vn-item-tax",
|
"component": "vn-item-tax",
|
||||||
"menu": {
|
"menu": {
|
||||||
"description": "Tax",
|
"description": "Tax",
|
||||||
"icon": "folder"
|
"icon": "icon-tax"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"description": "Niche",
|
"description": "Niche",
|
||||||
"icon": "folder"
|
"icon": "place"
|
||||||
},
|
},
|
||||||
"acl": ["buyer","replenisher"]
|
"acl": ["buyer","replenisher"]
|
||||||
},
|
},
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"description": "Botanical",
|
"description": "Botanical",
|
||||||
"icon": "folder"
|
"icon": "local_florist"
|
||||||
},
|
},
|
||||||
"acl": ["buyer"]
|
"acl": ["buyer"]
|
||||||
},{
|
},{
|
||||||
|
|
|
@ -19,3 +19,8 @@ phone: Teléfono
|
||||||
creditInsurance: Crédito Asegurado
|
creditInsurance: Crédito Asegurado
|
||||||
Return to module index: Volver a la página principal del módulo
|
Return to module index: Volver a la página principal del módulo
|
||||||
Preview: Vista previa
|
Preview: Vista previa
|
||||||
|
Client has debt: Cliente con riesgo
|
||||||
|
Web Account inactive: Sin acceso Web
|
||||||
|
Client Frozen: Cliente congelado
|
||||||
|
Client inactive: Cliente inactivo
|
||||||
|
Client not checked: Cliente no comprobado
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"module": "ticket",
|
"module": "ticket",
|
||||||
"name": "Tickets",
|
"name": "Tickets",
|
||||||
"icon": "receipt",
|
"icon": "icon-ticket",
|
||||||
"validations": false,
|
"validations": false,
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,5 +5,7 @@
|
||||||
"The default consignee can not be unchecked": "No se puede desmarcar el consignatario predeterminado",
|
"The default consignee can not be unchecked": "No se puede desmarcar el consignatario predeterminado",
|
||||||
"Unable to default a disabled consignee": "No se puede poner predeterminado un consignatario desactivado",
|
"Unable to default a disabled consignee": "No se puede poner predeterminado un consignatario desactivado",
|
||||||
"El método de pago seleccionado requiere que se especifique el IBAN": "El método de pago seleccionado requiere que se especifique el IBAN",
|
"El método de pago seleccionado requiere que se especifique el IBAN": "El método de pago seleccionado requiere que se especifique el IBAN",
|
||||||
"can't be blank": "can't be blank"
|
"can't be blank": "can't be blank",
|
||||||
|
"DNI Incorrecto": "DNI Incorrecto",
|
||||||
|
"Ya existe un usuario con ese nombre": "Ya existe un usuario con ese nombre"
|
||||||
}
|
}
|
Loading…
Reference in New Issue