Merge branch 'dev' into test
gitea/salix/test This commit looks good
Details
gitea/salix/test This commit looks good
Details
This commit is contained in:
commit
f793ec93df
|
@ -19,10 +19,8 @@ class Controller {
|
|||
{
|
||||
relation: 'user',
|
||||
scope: {fields: ['name', 'email']}
|
||||
}, {
|
||||
relation: 'client',
|
||||
scope: {fields: ['fi']}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
relation: 'sip',
|
||||
scope: {fields: ['extension']}
|
||||
}, {
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
<vn-label-value label="Email"
|
||||
value="{{$ctrl.worker.user.email}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Fiscal identifier"
|
||||
value="{{$ctrl.worker.client.fi}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Department"
|
||||
value="{{$ctrl.worker.department.department.name}}">
|
||||
</vn-label-value>
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
"url": "/index?q",
|
||||
"state": "worker.index",
|
||||
"component": "vn-worker-index",
|
||||
"description": "Workers",
|
||||
"acl": ["developer"]
|
||||
"description": "Workers"
|
||||
}, {
|
||||
"url" : "/summary",
|
||||
"state": "worker.card.summary",
|
||||
|
@ -40,7 +39,8 @@
|
|||
"description": "Basic data",
|
||||
"params": {
|
||||
"worker": "$ctrl.worker"
|
||||
}
|
||||
},
|
||||
"acl": ["developer"]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -6,9 +6,6 @@
|
|||
<vn-label-value label="Id"
|
||||
value="{{worker.id}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Fiscal identifier"
|
||||
value="{{worker.client.fi}}">
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Email"
|
||||
value="{{worker.user.email}}">
|
||||
</vn-label-value>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
<!-- Title block end -->
|
||||
|
||||
<h1>{{ $t('sections.introduction.title') }},</h1>
|
||||
<p>{{ $t('sections.introduction.title') }},</p>
|
||||
<p>{{ $t('sections.introduction.description') }}</p>
|
||||
<p>{{ $t('sections.introduction.terms') }}</p>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
<!-- Title block end -->
|
||||
|
||||
<h1>{{ $t('sections.introduction.title') }},</h1>
|
||||
<p>{{ $t('sections.introduction.title') }},</p>
|
||||
<p>{{ $t('sections.introduction.description') }}</p>
|
||||
|
||||
<p>{{ $t('checkExtract') }}</p>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
<!-- Title block end -->
|
||||
|
||||
<h1>{{ $t('sections.introduction.title') }},</h1>
|
||||
<p>{{ $t('sections.introduction.title') }},</p>
|
||||
<p v-html="`${$t('sections.introduction.description')}:`"></p>
|
||||
|
||||
<p>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -24,7 +24,10 @@ module.exports = {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
files: ['/assets/files/model.ezp'],
|
||||
files: [
|
||||
'/assets/files/model.ezp',
|
||||
'/assets/files/port.png'
|
||||
],
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
|
|
@ -30,6 +30,9 @@ module.exports = {
|
|||
'Elige la primera opcion "Setup printer"',
|
||||
'Haz clic en la primera pestalla "Label Setup"',
|
||||
'Modifica la propidad "Paper Height"',
|
||||
`Comprueba el puerto de la impresora, botón de le la derecha
|
||||
"SETUP PRINTER" y en la parte derecha, igual como la imagen
|
||||
que adjuntamos, seleccionar la que ponga "USB00x: GODEX"`,
|
||||
'Haz clic en el boton "Ok"',
|
||||
'Haz clic sobre el icono de la impresora',
|
||||
'Haz clic en "Print"',
|
||||
|
|
Loading…
Reference in New Issue