diff --git a/modules/worker/front/card/index.js b/modules/worker/front/card/index.js index ea1457fc8..9b4f6f93f 100644 --- a/modules/worker/front/card/index.js +++ b/modules/worker/front/card/index.js @@ -19,10 +19,8 @@ class Controller { { relation: 'user', scope: {fields: ['name', 'email']} - }, { - relation: 'client', - scope: {fields: ['fi']} - }, { + }, + { relation: 'sip', scope: {fields: ['extension']} }, { diff --git a/modules/worker/front/descriptor/index.html b/modules/worker/front/descriptor/index.html index 696f2a22f..5b6bdaa6b 100644 --- a/modules/worker/front/descriptor/index.html +++ b/modules/worker/front/descriptor/index.html @@ -23,9 +23,6 @@ - - diff --git a/modules/worker/front/routes.json b/modules/worker/front/routes.json index e13413d0f..cb2823484 100644 --- a/modules/worker/front/routes.json +++ b/modules/worker/front/routes.json @@ -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"] } ] } \ No newline at end of file diff --git a/modules/worker/front/summary/index.html b/modules/worker/front/summary/index.html index 429db6d98..bc58e7bf1 100644 --- a/modules/worker/front/summary/index.html +++ b/modules/worker/front/summary/index.html @@ -6,9 +6,6 @@ - - diff --git a/print/report/letter-debtor-nd/index.html b/print/report/letter-debtor-nd/index.html index e1daa91a6..01247ced4 100644 --- a/print/report/letter-debtor-nd/index.html +++ b/print/report/letter-debtor-nd/index.html @@ -15,7 +15,7 @@ -

{{ $t('sections.introduction.title') }},

+

{{ $t('sections.introduction.title') }},

{{ $t('sections.introduction.description') }}

{{ $t('sections.introduction.terms') }}

diff --git a/print/report/letter-debtor-st/index.html b/print/report/letter-debtor-st/index.html index f9c915072..4f5ea17ac 100644 --- a/print/report/letter-debtor-st/index.html +++ b/print/report/letter-debtor-st/index.html @@ -15,7 +15,7 @@ -

{{ $t('sections.introduction.title') }},

+

{{ $t('sections.introduction.title') }},

{{ $t('sections.introduction.description') }}

{{ $t('checkExtract') }}

diff --git a/print/report/payment-update/index.html b/print/report/payment-update/index.html index bd4b9a0db..fdc893662 100644 --- a/print/report/payment-update/index.html +++ b/print/report/payment-update/index.html @@ -15,7 +15,7 @@ -

{{ $t('sections.introduction.title') }},

+

{{ $t('sections.introduction.title') }},

diff --git a/print/report/printer-setup/assets/files/port.png b/print/report/printer-setup/assets/files/port.png new file mode 100644 index 000000000..237d1057b Binary files /dev/null and b/print/report/printer-setup/assets/files/port.png differ diff --git a/print/report/printer-setup/index.js b/print/report/printer-setup/index.js index eedb83f80..5a2c5758b 100755 --- a/print/report/printer-setup/index.js +++ b/print/report/printer-setup/index.js @@ -24,7 +24,10 @@ module.exports = { }, data() { return { - files: ['/assets/files/model.ezp'], + files: [ + '/assets/files/model.ezp', + '/assets/files/port.png' + ], }; }, methods: { diff --git a/print/report/printer-setup/locale.js b/print/report/printer-setup/locale.js index bd6360e8f..44d0ba7c9 100644 --- a/print/report/printer-setup/locale.js +++ b/print/report/printer-setup/locale.js @@ -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"',