-
-
\ No newline at end of file
diff --git a/services/mailer/application/template/client-welcome/locale/es.json b/services/mailer/application/template/client-welcome/locale/es.json
deleted file mode 100644
index 95a903e5c..000000000
--- a/services/mailer/application/template/client-welcome/locale/es.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "subject": "¡Le damos la bienvenida!",
- "title": "¡LE DAMOS LA BIENVENIDA!",
- "dear": "Estimado cliente,",
- "bodyDescription": "Sus datos para poder comprar en la web de verdnatura (https://www.verdnatura.es) o en nuestras aplicaciones para iOS y Android (Ver tutorial de uso), son:",
- "clientNumber": "Identificador de cliente:",
- "user": "Usuario:",
- "password": "Contraseña:",
- "passwordResetText": "(Haga clic en \"¿Has olvidado tu contraseña?\")",
- "sectionHowToBuyTitle": "Cómo hacer un pedido",
- "sectionHowToBuyDescription": "Para realizar un pedido en nuestra web, debe configurarlo indicando:",
- "sectionHowToBuyRequeriment1": "Si quiere recibir el pedido (por agencia o por nuestro propio reparto) o si lo prefiere recoger en alguno de nuestros almacenes.",
- "sectionHowToBuyRequeriment2": "La fecha en la que quiera recibir el pedido (se preparará el día anterior).",
- "sectionHowToBuyRequeriment3": "La dirección de entrega o el almacén donde quiera recoger el pedido.",
- "sectionHowToBuyStock": "En nuestra web y aplicaciones puedes visualizar el stock disponible de flor cortada, verdes, plantas, complementos y artificial. Tenga en cuenta que dicho stock puede variar en función de la fecha seleccionada al configurar el pedido. Es importante CONFIRMAR los pedidos para que la mercancía quede reservada.",
- "sectionHowToBuyDelivery": "El reparto se realiza de lunes a sábado según la zona en la que se encuentre. Por regla general, los pedidos que se entregan por agencia, deben estar confirmados y pagados antes de las 17h del día en que se preparan (el día anterior a recibirlos), aunque esto puede variar si el pedido se envía a través de nuestro reparto y según la zona.",
- "sectionHowToPayTitle": "Cómo pagar",
- "sectionHowToPayDescription": "Las formas de pago admitidas en Verdnatura son:",
- "sectionHowToPayOption1": "Con tarjeta a través de nuestra plataforma web (al confirmar el pedido).",
- "sectionHowToPayOption2": "Mediante giro bancario mensual, modalidad que hay que solicitar y tramitar.",
- "sectionToConsiderTitle": "Cosas a tener en cuenta",
- "sectionToConsiderDescription": "Verdnatura vende EXCLUSIVAMENTE a profesionales, por lo que debe remitirnos el Modelo 036 ó 037, para comprobar que está dado/a de alta en el epígrafe correspondiente al comercio de flores.",
- "sectionClaimsPolicyTitle": "POLÍTICA DE RECLAMACIONES",
- "sectionClaimsPolicyDescription": "Verdnatura aceptará las reclamaciones que se realicen dentro de los dos días naturales siguientes a la recepción del pedido (incluyendo el mismo día de la recepción). Pasado este plazo no se aceptará ninguna reclamación.",
- "doubtsText": "Cualquier duda que le surja, no dude en consultarla, ¡estamos para atenderle!",
- "salesPersonNameText": "Soy tu comercial y mi nombre es",
- "salesPersonPhoneText": "Teléfono y whatsapp",
- "salesPersonEmailText": "Dirección de e-mail"
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/client-welcome/style.css b/services/mailer/application/template/client-welcome/style.css
deleted file mode 100644
index e69de29bb..000000000
diff --git a/services/mailer/application/template/default/image/download.svg b/services/mailer/application/template/default/image/download.svg
deleted file mode 100644
index b05bc05c8..000000000
--- a/services/mailer/application/template/default/image/download.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/services/mailer/application/template/default/image/preview.svg b/services/mailer/application/template/default/image/preview.svg
deleted file mode 100644
index 09a2a6bca..000000000
--- a/services/mailer/application/template/default/image/preview.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/services/mailer/application/template/footer/footer.js b/services/mailer/application/template/footer/footer.js
deleted file mode 100644
index 555e70b10..000000000
--- a/services/mailer/application/template/footer/footer.js
+++ /dev/null
@@ -1,21 +0,0 @@
-var path = require('path');
-var database = require(path.join(__dirname, '../../database.js'));
-var format = require(path.join(__dirname, '../../util/format.js'));
-
-module.exports = class Footer {
- getData(params, cb) {
- let query = `SELECT
- socialName,
- LOWER(ct.code) countryCode
- FROM client c
- JOIN country ct ON ct.id = c.countryFk
- WHERE c.id = ?`;
- database.pool.query(query, [params.clientId], (error, result) => {
- if (error || result.length == 0)
- return cb(new Error('No template data found'));
-
- Object.assign(this, result[0]);
- cb();
- });
- }
-};
diff --git a/services/mailer/application/template/footer/image/action.png b/services/mailer/application/template/footer/image/action.png
deleted file mode 100644
index 2cd16c453..000000000
Binary files a/services/mailer/application/template/footer/image/action.png and /dev/null differ
diff --git a/services/mailer/application/template/footer/image/facebook.png b/services/mailer/application/template/footer/image/facebook.png
deleted file mode 100644
index 7ab54c538..000000000
Binary files a/services/mailer/application/template/footer/image/facebook.png and /dev/null differ
diff --git a/services/mailer/application/template/footer/image/header.png b/services/mailer/application/template/footer/image/header.png
deleted file mode 100644
index 3c063ae44..000000000
Binary files a/services/mailer/application/template/footer/image/header.png and /dev/null differ
diff --git a/services/mailer/application/template/footer/image/info.png b/services/mailer/application/template/footer/image/info.png
deleted file mode 100644
index fb75cbc4e..000000000
Binary files a/services/mailer/application/template/footer/image/info.png and /dev/null differ
diff --git a/services/mailer/application/template/footer/image/instagram.png b/services/mailer/application/template/footer/image/instagram.png
deleted file mode 100644
index 66550c4a5..000000000
Binary files a/services/mailer/application/template/footer/image/instagram.png and /dev/null differ
diff --git a/services/mailer/application/template/footer/image/linkedin.png b/services/mailer/application/template/footer/image/linkedin.png
deleted file mode 100644
index 0d191e5ae..000000000
Binary files a/services/mailer/application/template/footer/image/linkedin.png and /dev/null differ
diff --git a/services/mailer/application/template/footer/image/pinterest.png b/services/mailer/application/template/footer/image/pinterest.png
deleted file mode 100644
index 4d7b28ef8..000000000
Binary files a/services/mailer/application/template/footer/image/pinterest.png and /dev/null differ
diff --git a/services/mailer/application/template/footer/image/twitter.png b/services/mailer/application/template/footer/image/twitter.png
deleted file mode 100644
index c4a8ab0c1..000000000
Binary files a/services/mailer/application/template/footer/image/twitter.png and /dev/null differ
diff --git a/services/mailer/application/template/footer/image/youtube.png b/services/mailer/application/template/footer/image/youtube.png
deleted file mode 100644
index 11871deb5..000000000
Binary files a/services/mailer/application/template/footer/image/youtube.png and /dev/null differ
diff --git a/services/mailer/application/template/footer/index.html b/services/mailer/application/template/footer/index.html
deleted file mode 100644
index 484f5c2b8..000000000
--- a/services/mailer/application/template/footer/index.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/services/mailer/application/template/footer/locale/es.json b/services/mailer/application/template/footer/locale/es.json
deleted file mode 100644
index 1ad532d34..000000000
--- a/services/mailer/application/template/footer/locale/es.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "actionButton": "Visita nuestra Web",
- "infoButton": "Ayúdanos a mejorar",
- "fiscalAddress": "VERDNATURA LEVANTE SL, B97367486 Avda. Espioca, 100, 46460 Silla · www.verdnatura.es · clientes@verdnatura.es",
- "privacy": "- AVISO - Este mensaje es privado y confidencial, y debe ser utilizado exclusivamente por la persona destinataria del mismo. Si usted ha recibido este mensaje por error, le rogamos lo comunique al remitente y borre dicho mensaje y cualquier documento adjunto que pudiera contener. Verdnatura Levante SL no renuncia a la confidencialidad ni a ningún privilegio por causa de transmisión errónea o mal funcionamiento. Igualmente no se hace responsable de los cambios, alteraciones, errores u omisiones que pudieran hacerse al mensaje una vez enviado.",
- "privacyLaw": "En cumplimiento de lo dispuesto en la Ley Orgánica 15/1999, de Protección de Datos de Carácter Personal, le comunicamos que los datos personales que facilite se incluirán en ficheros automatizados de VERDNATURA LEVANTE S.L., pudiendo en todo momento ejercitar los derechos de acceso, rectificación, cancelación y oposición, comunicándolo por escrito al domicilio social de la entidad. La finalidad del fichero es la gestión administrativa, contabilidad, y facturación."
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/footer/locale/fr.json b/services/mailer/application/template/footer/locale/fr.json
deleted file mode 100644
index 4953874ff..000000000
--- a/services/mailer/application/template/footer/locale/fr.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "actionButton": "Visitez notre site web",
- "infoButton": "Aidez-nous à améliorer",
- "fiscalAddress": "VERDNATURA LEVANTE SL, B97367486 Avda. Espioca, 100, 46460 Silla · www.verdnatura.es · clientes@verdnatura.es",
- "privacy": "- AVISO - Este mensaje es privado y confidencial, y debe ser utilizado exclusivamente por la persona destinataria del mismo. Si usted ha recibido este mensaje por error, le rogamos lo comunique al remitente y borre dicho mensaje y cualquier documento adjunto que pudiera contener. Verdnatura Levante SL no renuncia a la confidencialidad ni a ningún privilegio por causa de transmisión errónea o mal funcionamiento. Igualmente no se hace responsable de los cambios, alteraciones, errores u omisiones que pudieran hacerse al mensaje una vez enviado.",
- "privacyLaw": "En cumplimiento de lo dispuesto en la Ley Orgánica 15/1999, de Protección de Datos de Carácter Personal, le comunicamos que los datos personales que facilite se incluirán en ficheros automatizados de VERDNATURA LEVANTE S.L., pudiendo en todo momento ejercitar los derechos de acceso, rectificación, cancelación y oposición, comunicándolo por escrito al domicilio social de la entidad. La finalidad del fichero es la gestión administrativa, contabilidad, y facturación."
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/footer/style.css b/services/mailer/application/template/footer/style.css
deleted file mode 100644
index f35364e8c..000000000
--- a/services/mailer/application/template/footer/style.css
+++ /dev/null
@@ -1,54 +0,0 @@
-.buttons {
- background-color: #FFF;
- text-align: center;
- width: 100%
-}
-
-.buttons a {
- text-decoration: none;
- font-size: 18px;
- color: #fff
-}
-
-.buttons .btn {
- background-color: #333;
- min-width: 300px;
- height: 72px;
- display: inline-block;
- text-align: center
-}
-
-.buttons .btn .text {
- display: inline-block;
- padding-top: 22px
-}
-
-.buttons .btn .icon {
- background-color: #95d831;
- text-align: center;
- padding-top: 22px;
- float: right;
- height: 50px;
- width: 70px
-}
-
-.footer {
- background-color: #555;
- text-align: center;
- padding: 20px 0
-}
-
-.footer a {
- text-decoration: none;
- margin-right: 5px
-}
-
-.footer a img {
- margin: 0
-}
-
-.privacy {
- padding: 20px 0;
- font-size: 10px;
- font-weight: 100
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/header/header.js b/services/mailer/application/template/header/header.js
deleted file mode 100644
index a6d1d6194..000000000
--- a/services/mailer/application/template/header/header.js
+++ /dev/null
@@ -1,21 +0,0 @@
-var path = require('path');
-var database = require(path.join(__dirname, '../../database.js'));
-var format = require(path.join(__dirname, '../../util/format.js'));
-
-module.exports = class Header {
- getData(params, cb) {
- let query = `SELECT
- c.name AS clientName,
- LOWER(ct.code) countryCode
- FROM client c
- JOIN country ct ON ct.id = c.countryFk
- WHERE c.id = ?`;
- database.pool.query(query, [params.clientId], (error, result) => {
- if (error || result.length == 0)
- return cb(new Error('No template data found'));
-
- Object.assign(this, result[0]);
- cb();
- });
- }
-};
diff --git a/services/mailer/application/template/header/image/logo.png b/services/mailer/application/template/header/image/logo.png
deleted file mode 100644
index 3c063ae44..000000000
Binary files a/services/mailer/application/template/header/image/logo.png and /dev/null differ
diff --git a/services/mailer/application/template/header/index.html b/services/mailer/application/template/header/index.html
deleted file mode 100644
index 6e4fcf8a4..000000000
--- a/services/mailer/application/template/header/index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/services/mailer/application/template/header/locale/es.json b/services/mailer/application/template/header/locale/es.json
deleted file mode 100644
index 7a73a41bf..000000000
--- a/services/mailer/application/template/header/locale/es.json
+++ /dev/null
@@ -1,2 +0,0 @@
-{
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/header/style.css b/services/mailer/application/template/header/style.css
deleted file mode 100644
index 4ea8ee36d..000000000
--- a/services/mailer/application/template/header/style.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.banner img {
- width: 100%
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/letter-debtor-nd/attachment.json b/services/mailer/application/template/letter-debtor-nd/attachment.json
deleted file mode 100644
index 0637a088a..000000000
--- a/services/mailer/application/template/letter-debtor-nd/attachment.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/services/mailer/application/template/letter-debtor-nd/index.html b/services/mailer/application/template/letter-debtor-nd/index.html
deleted file mode 100644
index aa4379519..000000000
--- a/services/mailer/application/template/letter-debtor-nd/index.html
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
- {{_.subject}}
-
-
-
-
';
- }
-};
diff --git a/services/mailer/application/template/letter-debtor-nd/locale/es.json b/services/mailer/application/template/letter-debtor-nd/locale/es.json
deleted file mode 100644
index 1f8790eba..000000000
--- a/services/mailer/application/template/letter-debtor-nd/locale/es.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "subject": "Reiteración de aviso por saldo deudor",
- "title": "AVISO REITERADO",
- "dear": "Estimado cliente,",
- "bodyDescription": "Nos dirigimos a Vd. nuevamente para informarle que sigue pendiente su deuda con nuestra empresa, tal y como puede comprobar en el extracto adjunto.",
- "termLimits": "Dado que los plazos de pago acordados están ampliamente superados, no procede mayor dilación en la liquidación del importe adeudado.",
- "payMethod": "Para ello dispone de las siguientes formas de pago:",
- "payMethodOption1": "Pago online desde nuestra web",
- "payMethodOption2": "Ingreso o transferencia al número de cuenta que detallamos al pie de esta carta, indicando el número de cliente.",
- "legalActions": "En caso de no ser atendido este apremio de pago, nos veremos obligados a iniciar las acciones legales que procedan, entre las que están:",
- "legalActionsOption1": "Inclusión en ficheros negativos sobre solvencia patrimonial y crédito.",
- "legalActionsOption2": "Reclamación judicial",
- "legalActionsOption3": "Cesión de deuda a una empresa de gestión de cobro",
- "contact": "Para consultas, puede ponerse en contacto con nosotros en el 96 324 21 00.",
- "waitingForNews": "En espera de sus noticias",
- "conclusion": "Gracias por su atención.",
- "accountTransferData": "Datos para transferencia bancaria"
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/letter-debtor-nd/style.css b/services/mailer/application/template/letter-debtor-nd/style.css
deleted file mode 100644
index e69de29bb..000000000
diff --git a/services/mailer/application/template/letter-debtor-st/attachment.json b/services/mailer/application/template/letter-debtor-st/attachment.json
deleted file mode 100644
index 0637a088a..000000000
--- a/services/mailer/application/template/letter-debtor-st/attachment.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/services/mailer/application/template/letter-debtor-st/index.html b/services/mailer/application/template/letter-debtor-st/index.html
deleted file mode 100644
index a3b07e677..000000000
--- a/services/mailer/application/template/letter-debtor-st/index.html
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
- {{_.subject}}
-
-
-
-
';
- }
-};
diff --git a/services/mailer/application/template/letter-debtor-st/locale/es.json b/services/mailer/application/template/letter-debtor-st/locale/es.json
deleted file mode 100644
index 558b18753..000000000
--- a/services/mailer/application/template/letter-debtor-st/locale/es.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "subject": "Aviso inicial por saldo deudor",
- "title": "AVISO INICIAL",
- "dear": "Estimado cliente,",
- "bodyDescription": "Por el presente escrito le comunicamos que, según nuestros datos contables, su cuenta tiene un saldo pendiente de liquidar.",
- "viewExtract": "Le solicitamos compruebe que el extracto adjunto corresponde con los datos de que Vd. dispone. Nuestro departamento de administración le aclarará gustosamente cualquier duda que pueda tener, e igualmente le facilitará cualquier documento que solicite.",
- "validData": "Si al comprobar los datos aportados resultaran correctos, le rogamos proceda a regularizar su situación.",
- "payMethod": "Si no desea desplazarse personalmente hasta nuestras oficinas, puede realizar el pago mediante transferencia bancaria a la cuenta que figura al pie del comunicado, indicando su número de cliente, o bien puede realizar el pago online desde nuestra página web.",
- "conclusion": "De antemano le agradecemos su amable colaboración.",
- "accountTransferData": "Datos para transferencia bancaria"
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/letter-debtor-st/style.css b/services/mailer/application/template/letter-debtor-st/style.css
deleted file mode 100644
index e69de29bb..000000000
diff --git a/services/mailer/application/template/notification-alias/attachment.json b/services/mailer/application/template/notification-alias/attachment.json
deleted file mode 100644
index 0637a088a..000000000
--- a/services/mailer/application/template/notification-alias/attachment.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/services/mailer/application/template/notification-alias/index.html b/services/mailer/application/template/notification-alias/index.html
deleted file mode 100644
index 6e79e1278..000000000
--- a/services/mailer/application/template/notification-alias/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- {{_.subject}}
-
-
-
-
-
-
- {{$.header}}
-
-
-
-
-
{{_.title}}
-
-
-
-
-
-
{{_.hello}} #{{alias}}
-
{{message}}
-
-
-
-
- {{$.footer}}
-
-
-
-
-
\ No newline at end of file
diff --git a/services/mailer/application/template/notification-alias/locale/es.json b/services/mailer/application/template/notification-alias/locale/es.json
deleted file mode 100644
index 6e39b7f63..000000000
--- a/services/mailer/application/template/notification-alias/locale/es.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "subject": "Has recibido una nueva notificación",
- "title": "Nueva notificación",
- "hello": "Hola,",
- "notificationCode": {
- "clientDeactivate": {
- "subject": "Gestionar baja de contrato",
- "message": "El cliente con id %clientId% está clasificado, por favor, gestione la baja del contrato primero."
- }
- }
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/notification-alias/notification-alias.js b/services/mailer/application/template/notification-alias/notification-alias.js
deleted file mode 100644
index 937e1bf8c..000000000
--- a/services/mailer/application/template/notification-alias/notification-alias.js
+++ /dev/null
@@ -1,29 +0,0 @@
-var path = require('path');
-var database = require(path.join(__dirname, '../../database.js'));
-var locale = require(path.join(__dirname, '../../locale.js'));
-
-module.exports = class NotificationAlias {
- getData(params, cb) {
- this.params = params;
-
- let query = `SELECT alias, CONCAT(alias, '@verdnatura.es') AS recipient
- FROM account.mailAlias
- WHERE alias = ?`;
-
- database.pool.query(query, [params.alias], (error, result) => {
- if (error || result.length == 0)
- return cb(new Error('No template data found'));
-
- Object.assign(this, result[0]);
- cb();
- });
- }
-
- get subject() {
- return this._.notificationCode[this.params.code].subject;
- }
-
- get message() {
- return locale.parseText(this._.notificationCode[this.params.code].message, this.params.bodyParams);
- }
-};
diff --git a/services/mailer/application/template/notification-alias/style.css b/services/mailer/application/template/notification-alias/style.css
deleted file mode 100644
index e69de29bb..000000000
diff --git a/services/mailer/application/template/notification-notice/attachment.json b/services/mailer/application/template/notification-notice/attachment.json
deleted file mode 100644
index 0637a088a..000000000
--- a/services/mailer/application/template/notification-notice/attachment.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/services/mailer/application/template/notification-notice/index.html b/services/mailer/application/template/notification-notice/index.html
deleted file mode 100644
index c1e206078..000000000
--- a/services/mailer/application/template/notification-notice/index.html
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
- {{_.subject}}
-
-
-
-
-
-
\ No newline at end of file
diff --git a/services/mailer/application/template/notification-notice/locale/es.json b/services/mailer/application/template/notification-notice/locale/es.json
deleted file mode 100644
index 21cab5f37..000000000
--- a/services/mailer/application/template/notification-notice/locale/es.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "subject": "Has recibido una nueva notificación",
- "title": "Nueva notificación",
- "hello": "Hola",
- "bodyDescription": "Has recibido la siguiente notificación de",
- "noticeDescription": "Recibes esta notificación porque estás suscrito a",
- "unsubscribe": "Puedes dejar de recibir estas notificaciones desde 'Notificaciones > Configuración' en cualquier aplicación de VerdNatura.",
- "actionButton": "Visita nuestra Web",
- "infoButton": "Ayúdanos a mejorar",
- "fiscalAddress": "VERDNATURA LEVANTE SL, B97367486 Avda. Espioca, 100, 46460 Silla _ www.verdnatura.es _ clientes@verdnatura.es",
- "privacy": "- AVISO - Este mensaje es privado y confidencial, y debe ser utilizado exclusivamente por la persona destinataria del mismo. Si usted ha recibido este mensaje por error, le rogamos lo comunique al remitente y borre dicho mensaje y cualquier documento adjunto que pudiera contener. Verdnatura Levante SL no renuncia a la confidencialidad ni a ningún privilegio por causa de transmisión errónea o mal funcionamiento. Igualmente no se hace responsable de los cambios, alteraciones, errores u omisiones que pudieran hacerse al mensaje una vez enviado.",
- "privacyLaw": "En cumplimiento de lo dispuesto en la Ley Orgánica 15/1999, de Protección de Datos de Carácter Personal, le comunicamos que los datos personales que facilite se incluirán en ficheros automatizados de VERDNATURA LEVANTE S.L., pudiendo en todo momento ejercitar los derechos de acceso, rectificación, cancelación y oposición, comunicándolo por escrito al domicilio social de la entidad. La finalidad del fichero es la gestión administrativa, contabilidad, y facturación."
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/notification-notice/notification-notice.js b/services/mailer/application/template/notification-notice/notification-notice.js
deleted file mode 100644
index 493261913..000000000
--- a/services/mailer/application/template/notification-notice/notification-notice.js
+++ /dev/null
@@ -1,28 +0,0 @@
-var path = require('path');
-var database = require(path.join(__dirname, '../../database.js'));
-
-module.exports = class NotificationNotice {
- getData(params, cb) {
- let query = `SELECT
- LOWER(ct.code) countryCode,
- c.email recipient,
- nc.name categoryName,
- recipient.name recipientName,
- sender.name senderName
- FROM client c
- JOIN account.user recipient ON recipient.id = c.id
- JOIN country ct ON ct.id = c.countryFk
- JOIN noticeCategory nc ON nc.keyName = ?
- JOIN account.user sender ON sender.id = ?
- WHERE c.id = ?`;
- database.pool.query(query, [params.category, params.sender, params.recipient], (error, result) => {
- if (error || result.length == 0)
- return cb({status: 'REJECT', data: {message: 'No data found', error: error}});
-
- Object.assign(this, result[0]);
- this.message = params.message;
-
- cb({status: 'ACCEPT', data: {}});
- });
- }
-};
diff --git a/services/mailer/application/template/payment-update/attachment.json b/services/mailer/application/template/payment-update/attachment.json
deleted file mode 100644
index 0637a088a..000000000
--- a/services/mailer/application/template/payment-update/attachment.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/services/mailer/application/template/payment-update/index.html b/services/mailer/application/template/payment-update/index.html
deleted file mode 100644
index 78d6612c4..000000000
--- a/services/mailer/application/template/payment-update/index.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
- {{_.subject}}
-
-
-
-
-
-
- {{$.header}}
-
-
-
-
-
{{_.title}}
-
-
-
-
-
-
{{_.dear}}
-
{{_.bodyDescription}}
-
-
{{_.paymentMethod}} {{payMethodName}}
- {{{paymentDay}}}
-
-
{{paymentAdvice}}
-
{{_.notifyError}}
-
-
-
-
- {{$.footer}}
-
-
-
-
-
\ No newline at end of file
diff --git a/services/mailer/application/template/payment-update/locale/es.json b/services/mailer/application/template/payment-update/locale/es.json
deleted file mode 100644
index 1216dcd99..000000000
--- a/services/mailer/application/template/payment-update/locale/es.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "subject": "Cambios en las condiciones de pago",
- "title": "Cambio en las condiciones",
- "dear": "Estimado cliente,",
- "bodyDescription": "Le informamos que han cambiado las condiciones de pago de su cuenta. A continuación le indicamos las nuevas condiciones:",
- "paymentMethod": "Método de pago:",
- "paymentDay": "Día de pago:",
- "everyMonth": "de cada mes",
- "cardPaymentAdvice": "Su modo de pago actual implica que deberá abonar el importe de los pedidos realizados en el mismo día para que se puedan enviar.",
- "accountPaymentAdviceBefore": "Su modo de pago actual implica que se le pasará un cargo a la cuenta",
- "accountPaymentAdviceAfter": "por el importe pendiente, al vencimiento establecido en las condiciones.",
- "notifyError": "En el caso de detectar algún error en los datos indicados o para cualquier aclaración, debe dirigirse a su comercial."
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/payment-update/locale/fr.json b/services/mailer/application/template/payment-update/locale/fr.json
deleted file mode 100644
index c8780141b..000000000
--- a/services/mailer/application/template/payment-update/locale/fr.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "subject": "Changement des C.G.V",
- "title": "Changement des C.G.V",
- "dear": "Chèr client,",
- "bodyDescription": "Nous vous informons que les conditions de paiement ont changé. Voici les nouvelles conditions:",
- "paymentMethod": "Méthode de paiement:",
- "paymentDay": "Date paiement:",
- "everyMonth": "de chaque mois",
- "cardPaymentAdvice": "Avec votre mode de règlement vous devrez payer le montant des commandes avant son départ.",
- "accountPaymentAdviceBefore": "Avec ce mode de règlement nous vous passerons un prélèvement automatique sur votre compte bancaire",
- "accountPaymentAdviceAfter": "pour le montant dû, au date à terme établi en nos conditions.",
- "notifyError": "Pour tout renseignement contactez votre commercial.."
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/payment-update/payment-update.js b/services/mailer/application/template/payment-update/payment-update.js
deleted file mode 100644
index 9d75f20b3..000000000
--- a/services/mailer/application/template/payment-update/payment-update.js
+++ /dev/null
@@ -1,43 +0,0 @@
-var path = require('path');
-var database = require(path.join(__dirname, '../../database.js'));
-var format = require(path.join(__dirname, '../../util/format.js'));
-
-module.exports = class PaymentUpdate {
- getData(params, cb) {
- let query = `SELECT
- pm.id payMethodFk,
- pm.name payMethodName,
- c.dueDay,
- c.iban,
- LOWER(ct.code) countryCode,
- c.email recipient
- FROM client c
- JOIN payMethod pm ON pm.id = c.payMethodFk
- JOIN country ct ON ct.id = c.countryFk
- WHERE c.id = ?`;
-
- this.clientId = params.clientId;
-
- database.pool.query(query, [params.clientId], (error, result) => {
- if (error || result.length == 0)
- return cb(new Error('No template data found'));
-
- Object.assign(this, result[0]);
- cb();
- });
- }
-
- get paymentDay() {
- if (this.payMethodFk != 5)
- return `
-
-
\ No newline at end of file
diff --git a/services/mailer/application/template/printer-setup/locale/es.json b/services/mailer/application/template/printer-setup/locale/es.json
deleted file mode 100644
index 08c28c113..000000000
--- a/services/mailer/application/template/printer-setup/locale/es.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "subject": "Instalación y configuración de impresora",
- "title": "¡GRACIAS POR SU CONFIANZA!",
- "dear": "Estimado cliente,",
- "bodyDescription": "Siga las intrucciones especificadas en este correo para llevar a cabo la instalación de la impresora.",
- "followGuide": "Puede utilizar como guía, el video del montaje del ribon y la cinta https://www.youtube.com/watch?v=qhb0kgQF3o8. También necesitará el QLabel, el programa para imprimir las cintas.",
- "downloadFrom": "Puede descargarlo desde este enlace http://ww.godexintl.com/es1/download/downloads/Download/2996",
- "sectionQLabelTitle": "Utilización de QLabel",
- "sectionQLabelDescription": "Para utilizar el programa de impresión de cintas siga estos pasos:",
- "sectionQLabelStep1": "Abra el programa QLabel.",
- "sectionQLabelStep2": "Haga clic en el icono de la barra superior superior de la \"carpeta\".",
- "sectionQLabelStep3": "Seleccione el archivo plantilla llamado \"model.ezp\".",
- "sectionQLabelStep4": "Haga clic encima del texto con el boton secundario del ratón.",
- "sectionQLabelStep5": "Elija la primera opcion \"setup\".",
- "sectionQLabelStep6": "Cambie el texto para imprimir.",
- "sectionQLabelStep7": "Haga clic en el boton \"Ok\".",
- "sectionQLabelStep8": "Desplácese con el raton para ver la medida máxima.",
- "sectionQLabelStep9": "Haga clic encima del texto con el botón secundario del ratón.",
- "sectionQLabelStep10": "Elija la primera opcion \"Setup printer\".",
- "sectionQLabelStep11": "Haga clic en la primera pestalla \"Label Setup\".",
- "sectionQLabelStep12": "Modifique la propidad \"Paper Height\".",
- "sectionQLabelStep13": "Haga clic en el boton \"Ok\".",
- "sectionQLabelStep14": "Haga clic sobre el icono de la impresora.",
- "sectionQLabelStep15": "Haga clic en \"Print\".",
- "sectionHelpTitle": "¿Necesita ayuda?",
- "sectionHelpDescription": "Si necesita ayuda, descárguese nuestro programa de soporte para poder conectarnos remotamente a su equipo y hacerle la instalación. Proporciónenos un horario de contacto para atenderle, y contactaremos con usted.",
- "sectionHelpDownloadRemoteSupport": "Puede descargarse el programa desde este enlace http://soporte.verdnatura.es.",
- "salesPersonNameText": "Soy su comercial y mi nombre es",
- "salesPersonPhoneText": "Teléfono y whatsapp",
- "salesPersonEmailText": "Dirección de e-mail"
-}
\ No newline at end of file
diff --git a/services/mailer/application/template/printer-setup/printer-setup.js b/services/mailer/application/template/printer-setup/printer-setup.js
deleted file mode 100644
index d17add406..000000000
--- a/services/mailer/application/template/printer-setup/printer-setup.js
+++ /dev/null
@@ -1,46 +0,0 @@
-var path = require('path');
-var database = require(path.join(__dirname, '../../database.js'));
-var format = require(path.join(__dirname, '../../util/format.js'));
-
-module.exports = class PrinterSetup {
- getData(params, cb) {
- let query = `SELECT
- CONCAT(w.name, ' ', w.firstName) name,
- w.phone AS phone,
- CONCAT(u.name, '@verdnatura.es') AS email,
- LOWER(ct.code) countryCode,
- c.email recipient
- FROM client c
- LEFT JOIN worker w ON w.id = c.salesPersonFk
- LEFT JOIN account.user u ON u.id = w.userFk
- JOIN country ct ON ct.id = c.countryFk
- WHERE c.id = ?`;
-
- this.clientId = params.clientId;
- this.isPreview = params.isPreview;
-
- database.pool.query(query, [params.clientId], (error, result) => {
- if (error || result.length == 0)
- return cb(new Error('No template data found'));
-
- Object.assign(this, result[0]);
- cb();
- });
- }
-
- get salesPersonName() {
- if (this.name)
- return `
${this._.salesPersonNameText}: ${this.name}
`;
- }
-
- get salesPersonPhone() {
- if (this.phone)
- return `
-
-
-
-
- {{$.footer}}
-
-
-
\ No newline at end of file
diff --git a/services/print/application/template/delivery-note/locale/es.json b/services/print/application/template/delivery-note/locale/es.json
deleted file mode 100644
index e5453e858..000000000
--- a/services/print/application/template/delivery-note/locale/es.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "title": "Orden de domiciliación de adeudo directo SEPA CORE",
- "toCompleteBySupplier": "A cumplimentar por el acreedor",
- "toCompleteByClient": "A cumplimentar por el deudor",
- "bodyDescription": "Mediante la firma de esta orden de domiciliación, el deudor autoriza (A) al acreedor a enviar instrucciones a la entidad del deudor para adeudar su cuenta y (B) a la entidad para efectuar los adeudos en su cuenta siguiendo las instrucciones del acreedor.Como parte de sus derechos, el deudor está legitimado al reembolso por su entidad en los términos y condiciones del contrato suscrito con la misma. La solicitud de reembolso deberá efectuarse dentro de las ocho semanas que adeudo en cuenta. Puede obtener información adicional sobre sus derechos en su entidad financiera.",
- "orderReference": "Referencia de la orden de domiciliación",
- "supplierIdentifier": "Identificador del acreedor",
- "supplierName": "Nombre del acreedor",
- "supplierStreet": "Dirección",
- "supplierLocation": "CP - Población - Provincia",
- "supplierCountry": "País",
- "clientAdvice": "Debe llevar a su Entidad Bancaria una copia del documento firmado para que lo registre y evitar la devolución.",
- "clientName": "Nombre del deudor/es",
- "clientStreet": "Dirección del deudor",
- "clientLocation": "CP - Población - Provincia",
- "clientCountry": "País del deudor",
- "swift": "Swift BIC",
- "accountNumber": "Número de cuenta - IBAN",
- "accountHolder": "(Titular/es de la cuenta de cargo)",
- "accountNumberFormat": "En España el IBAN consta de 24 posiciones comenzando siempre por ES",
- "paymentType": "Tipo de pago",
- "recurrent": "Recurrente",
- "unique": "Único",
- "signLocation": "Fecha - Localidad",
- "sign": "Firma del deudor y sello",
- "mandatoryFields": "TODOS LOS CAMPOS HAN DE SER CUMPLIMENTADOS OBLIGATORIAMENTE.",
- "sendOrder": "UNA VEZ FIRMADA ESTA ORDEN DE DOMICILIACIÓN DEBE SER ENVIADA AL ACREEDOR PARA SU CUSTODIA Y ES RECOMENDABLE FACILITAR UNA COPIA A SU ENTIDAD BANCARIA.",
- "fiscalAddress": "VERDNATURA LEVANTE SL, B97367486 Avda. Espioca, 100, 46460 Silla · www.verdnatura.es · clientes@verdnatura.es",
- "privacy": "- AVISO - Este mensaje es privado y confidencial, y debe ser utilizado exclusivamente por la persona destinataria del mismo. Si usted ha recibido este mensaje por error, le rogamos lo comunique al remitente y borre dicho mensaje y cualquier documento adjunto que pudiera contener. Verdnatura Levante SL no renuncia a la confidencialidad ni a ningún privilegio por causa de transmisión errónea o mal funcionamiento. Igualmente no se hace responsable de los cambios, alteraciones, errores u omisiones que pudieran hacerse al mensaje una vez enviado.",
- "privacyLaw": "En cumplimiento de lo dispuesto en la Ley Orgánica 15/1999, de Protección de Datos de Carácter Personal, le comunicamos que los datos personales que facilite se incluirán en ficheros automatizados de VERDNATURA LEVANTE S.L., pudiendo en todo momento ejercitar los derechos de acceso, rectificación, cancelación y oposición, comunicándolo por escrito al domicilio social de la entidad. La finalidad del fichero es la gestión administrativa, contabilidad, y facturación."
-}
\ No newline at end of file
diff --git a/services/print/application/template/delivery-note/style.css b/services/print/application/template/delivery-note/style.css
deleted file mode 100644
index 5b1e628d6..000000000
--- a/services/print/application/template/delivery-note/style.css
+++ /dev/null
@@ -1,22 +0,0 @@
-img {
- margin: 0
-}
-
-.body {
- font-family: arial, sans-serif;
- max-width: 90%;
- margin: 0 auto;
- font-size: 14px;
- color: #000
-}
-
-body .title {
- text-align: center;
- padding-bottom: 20px
-}
-
-body .title h1 {
- font-size: 16px;
- color: #333;
- margin: 0
-}
\ No newline at end of file
diff --git a/services/print/application/template/footer/footer.js b/services/print/application/template/footer/footer.js
deleted file mode 100644
index 412ed7579..000000000
--- a/services/print/application/template/footer/footer.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var path = require('path');
-var database = require(path.join(__dirname, '../../database.js'));
-var format = require(path.join(__dirname, '../../util/format.js'));
-
-module.exports = class Footer {
- async getData(params, cb) {
- let query = `SELECT
- socialName
- FROM client c
- JOIN country ct ON ct.id = c.countryFk
- WHERE c.id = ?`;
- try {
- let [result] = await database.pool.query(query, [params.clientId]);
- Object.assign(this, result[0]);
- } catch (e) {
- return cb(new Error('No template data found'));
- }
- cb();
- }
-};
diff --git a/services/print/application/template/footer/image/action.png b/services/print/application/template/footer/image/action.png
deleted file mode 100644
index 2cd16c453..000000000
Binary files a/services/print/application/template/footer/image/action.png and /dev/null differ
diff --git a/services/print/application/template/footer/image/facebook.png b/services/print/application/template/footer/image/facebook.png
deleted file mode 100644
index 7ab54c538..000000000
Binary files a/services/print/application/template/footer/image/facebook.png and /dev/null differ
diff --git a/services/print/application/template/footer/image/info.png b/services/print/application/template/footer/image/info.png
deleted file mode 100644
index fb75cbc4e..000000000
Binary files a/services/print/application/template/footer/image/info.png and /dev/null differ
diff --git a/services/print/application/template/footer/image/instagram.png b/services/print/application/template/footer/image/instagram.png
deleted file mode 100644
index 66550c4a5..000000000
Binary files a/services/print/application/template/footer/image/instagram.png and /dev/null differ
diff --git a/services/print/application/template/footer/image/linkedin.png b/services/print/application/template/footer/image/linkedin.png
deleted file mode 100644
index 0d191e5ae..000000000
Binary files a/services/print/application/template/footer/image/linkedin.png and /dev/null differ
diff --git a/services/print/application/template/footer/image/pinterest.png b/services/print/application/template/footer/image/pinterest.png
deleted file mode 100644
index 4d7b28ef8..000000000
Binary files a/services/print/application/template/footer/image/pinterest.png and /dev/null differ
diff --git a/services/print/application/template/footer/image/twitter.png b/services/print/application/template/footer/image/twitter.png
deleted file mode 100644
index c4a8ab0c1..000000000
Binary files a/services/print/application/template/footer/image/twitter.png and /dev/null differ
diff --git a/services/print/application/template/footer/image/youtube.png b/services/print/application/template/footer/image/youtube.png
deleted file mode 100644
index 11871deb5..000000000
Binary files a/services/print/application/template/footer/image/youtube.png and /dev/null differ
diff --git a/services/print/application/template/footer/index.html b/services/print/application/template/footer/index.html
deleted file mode 100644
index 9f45f493c..000000000
--- a/services/print/application/template/footer/index.html
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file
diff --git a/services/print/application/template/footer/locale/es.json b/services/print/application/template/footer/locale/es.json
deleted file mode 100644
index 04a61fddd..000000000
--- a/services/print/application/template/footer/locale/es.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "phytosanitary": "VERDNATURA LEVANTE SL - Pasaporte Fitosanitario R.P. Generalitat Valenciana - Nº Comerciante: ES17462130",
- "privacyLaw": "En cumplimiento de lo dispuesto en la Ley Orgánica 15/1999, de Protección de Datos de Carácter Personal, le comunicamos que los datos personales que facilite se incluirán en ficheros automatizados de VERDNATURA LEVANTE S.L., pudiendo en todo momento ejercitar los derechos de acceso, rectificación, cancelación y oposición, comunicándolo por escrito al domicilio social de la entidad. La finalidad del fichero es la gestión administrativa, contabilidad, y facturación."
-}
\ No newline at end of file
diff --git a/services/print/application/template/footer/style.css b/services/print/application/template/footer/style.css
deleted file mode 100644
index ab17d11d1..000000000
--- a/services/print/application/template/footer/style.css
+++ /dev/null
@@ -1,13 +0,0 @@
-footer, footer p {
- text-align: center;
- font-size: 12px
-}
-
-footer .page-footer {
- border-bottom: 2px solid #CCC;
- padding-bottom: 2px
-}
-
- #pageFooter {
- zoom: 0.55
-}
\ No newline at end of file
diff --git a/services/print/application/template/header/header.js b/services/print/application/template/header/header.js
deleted file mode 100644
index 7c8d0649c..000000000
--- a/services/print/application/template/header/header.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var path = require('path');
-var database = require(path.join(__dirname, '../../database.js'));
-var format = require(path.join(__dirname, '../../util/format.js'));
-
-module.exports = class Header {
- getData(params, cb) {
- cb();
- }
-};
diff --git a/services/print/application/template/header/image/logo.png b/services/print/application/template/header/image/logo.png
deleted file mode 100644
index 27c560449..000000000
Binary files a/services/print/application/template/header/image/logo.png and /dev/null differ
diff --git a/services/print/application/template/header/image/logo.svg b/services/print/application/template/header/image/logo.svg
deleted file mode 100644
index 51baf46d3..000000000
--- a/services/print/application/template/header/image/logo.svg
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/services/print/application/template/header/index.html b/services/print/application/template/header/index.html
deleted file mode 100644
index 52c09db06..000000000
--- a/services/print/application/template/header/index.html
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- {{_.mercantileRegistry}}
- {{_.fiscalAddress}}
-
\ No newline at end of file
diff --git a/services/print/application/template/header/locale/es.json b/services/print/application/template/header/locale/es.json
deleted file mode 100644
index 86dbe5e58..000000000
--- a/services/print/application/template/header/locale/es.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "mercantileRegistry": "CIF: B97367486 Registro Mercantil de Valencia, Tomo 8041, Libro 5334, Folio 160, sección 8, Hoja V 102076",
- "fiscalAddress": "VERDNATURA LEVANTE SL, B97367486 Avda. Espioca, 100, 46460 Silla · www.verdnatura.es · clientes@verdnatura.es"
-}
\ No newline at end of file
diff --git a/services/print/application/template/header/style.css b/services/print/application/template/header/style.css
deleted file mode 100644
index b82ac9749..000000000
--- a/services/print/application/template/header/style.css
+++ /dev/null
@@ -1,10 +0,0 @@
-header.report {
- border-bottom: 1px solid #DDD;
- padding-bottom: 10px;
- font-size: 12px;
- text-align: center
-}
-
-header #logo {
- margin-bottom: 10px
-}
\ No newline at end of file
diff --git a/services/print/application/template/letter-debtor/image/action.png b/services/print/application/template/letter-debtor/image/action.png
deleted file mode 100644
index 2cd16c453..000000000
Binary files a/services/print/application/template/letter-debtor/image/action.png and /dev/null differ
diff --git a/services/print/application/template/letter-debtor/image/facebook.png b/services/print/application/template/letter-debtor/image/facebook.png
deleted file mode 100644
index 7ab54c538..000000000
Binary files a/services/print/application/template/letter-debtor/image/facebook.png and /dev/null differ
diff --git a/services/print/application/template/letter-debtor/image/header.png b/services/print/application/template/letter-debtor/image/header.png
deleted file mode 100644
index 3c063ae44..000000000
Binary files a/services/print/application/template/letter-debtor/image/header.png and /dev/null differ
diff --git a/services/print/application/template/letter-debtor/image/info.png b/services/print/application/template/letter-debtor/image/info.png
deleted file mode 100644
index fb75cbc4e..000000000
Binary files a/services/print/application/template/letter-debtor/image/info.png and /dev/null differ
diff --git a/services/print/application/template/letter-debtor/image/instagram.png b/services/print/application/template/letter-debtor/image/instagram.png
deleted file mode 100644
index 66550c4a5..000000000
Binary files a/services/print/application/template/letter-debtor/image/instagram.png and /dev/null differ
diff --git a/services/print/application/template/letter-debtor/image/linkedin.png b/services/print/application/template/letter-debtor/image/linkedin.png
deleted file mode 100644
index 0d191e5ae..000000000
Binary files a/services/print/application/template/letter-debtor/image/linkedin.png and /dev/null differ
diff --git a/services/print/application/template/letter-debtor/image/logo.png b/services/print/application/template/letter-debtor/image/logo.png
deleted file mode 100644
index 55e26fec6..000000000
Binary files a/services/print/application/template/letter-debtor/image/logo.png and /dev/null differ
diff --git a/services/print/application/template/letter-debtor/image/logo.svg b/services/print/application/template/letter-debtor/image/logo.svg
deleted file mode 100644
index 51baf46d3..000000000
--- a/services/print/application/template/letter-debtor/image/logo.svg
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/services/print/application/template/letter-debtor/image/pinterest.png b/services/print/application/template/letter-debtor/image/pinterest.png
deleted file mode 100644
index 4d7b28ef8..000000000
Binary files a/services/print/application/template/letter-debtor/image/pinterest.png and /dev/null differ
diff --git a/services/print/application/template/letter-debtor/image/twitter.png b/services/print/application/template/letter-debtor/image/twitter.png
deleted file mode 100644
index c4a8ab0c1..000000000
Binary files a/services/print/application/template/letter-debtor/image/twitter.png and /dev/null differ
diff --git a/services/print/application/template/letter-debtor/image/youtube.png b/services/print/application/template/letter-debtor/image/youtube.png
deleted file mode 100644
index 11871deb5..000000000
Binary files a/services/print/application/template/letter-debtor/image/youtube.png and /dev/null differ
diff --git a/services/print/application/template/letter-debtor/index.html b/services/print/application/template/letter-debtor/index.html
deleted file mode 100644
index 68094db50..000000000
--- a/services/print/application/template/letter-debtor/index.html
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
- {{_.subject}}
-
-
-
-
- {{$.header}}
-
-
-
-
-
-
-
-
EXTRACTO
-
-
CLIENTE:
-
{{clientId}}
-
-
-
FECHA:
-
{{currentDate}}
-
-
-
-
-
-
Datos de cliente
-
- {{clientName}}
-
-
- {{street}}
-
-
- {{postcode}}, {{city}} ({{province}})
-
-
- {{country}}
-
-
-
-
-
-
-
-
Fecha
-
Concepto
-
Facturado
-
Pagado
-
Saldo
-
- {{#lines}}
-
-
{{issued}}
-
{{ref}}
-
{{debtOut}}
-
{{debtIn}}
-
{{balance}}
-
- {{/lines}}
-
-
Total
-
{{totalDebtOut}}
-
{{totalDebtIn}}
-
{{totalBalance}}
-
-
-
-
-
-
- {{$.footer}}
-
-
-
\ No newline at end of file
diff --git a/services/print/application/template/letter-debtor/letter-debtor.js b/services/print/application/template/letter-debtor/letter-debtor.js
deleted file mode 100644
index 51ec0223e..000000000
--- a/services/print/application/template/letter-debtor/letter-debtor.js
+++ /dev/null
@@ -1,89 +0,0 @@
-var path = require('path');
-var database = require(path.join(__dirname, '../../database.js'));
-let strftime = require('strftime');
-
-module.exports = class LetterDebtor {
- async getData(params, cb) {
- let qryData = `SELECT
- c.id clientId,
- LOWER(ct.code) AS countryCode,
- c.email AS recipient,
- c.socialName AS clientName,
- c.street,
- c.postcode,
- c.city,
- c.fi,
- p.name AS province,
- ct.country
- FROM client c
- JOIN country ct ON ct.id = c.countryFk
- LEFT JOIN province p ON p.id = c.provinceFk
- WHERE c.id = ?`;
-
- let qryLines = `CALL vn.clientGetDebtDiary(?, ?)`;
-
- try {
- let [data] = await database.pool.query(qryData, [params.clientId]);
-
- if (!data)
- throw new Error('No body data found');
-
- let [lines] = await database.pool.query(qryLines, [params.clientId, params.companyId]);
-
- Object.assign(this, data[0]);
-
- this.lines = lines[0];
- this.formatLines();
- this.getBalance();
- cb();
- } catch (e) {
- cb(e);
- }
- }
-
- get currentDate() {
- return strftime('%d-%m-%Y', new Date());
- }
-
- formatLines() {
- this.lines.forEach(line => {
- if (line.issued)
- line.issued = strftime('%d-%m-%Y', line.issued);
- });
- }
-
- getBalance() {
- let balance = 0.00;
- this.lines.forEach(line => {
- if (line.debtOut)
- balance += parseFloat(line.debtOut);
-
- if (line.debtIn)
- balance -= parseFloat(line.debtIn);
-
- line.balance = parseFloat(balance.toFixed(2));
- });
- }
-
- totalDebtOut() {
- let debtOut = 0.00;
- this.lines.forEach(line => {
- debtOut += line.debtOut ? parseFloat(line.debtOut) : 0;
- });
-
- return debtOut.toFixed(2);
- }
-
- totalDebtIn() {
- let debtIn = 0.00;
- this.lines.forEach(line => {
- debtIn += line.debtIn ? parseFloat(line.debtIn) : 0;
- });
-
- return debtIn.toFixed(2);
- }
-
- totalBalance() {
- return this.totalDebtOut() - this.totalDebtIn();
- }
-};
diff --git a/services/print/application/template/letter-debtor/locale/es.json b/services/print/application/template/letter-debtor/locale/es.json
deleted file mode 100644
index e5453e858..000000000
--- a/services/print/application/template/letter-debtor/locale/es.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "title": "Orden de domiciliación de adeudo directo SEPA CORE",
- "toCompleteBySupplier": "A cumplimentar por el acreedor",
- "toCompleteByClient": "A cumplimentar por el deudor",
- "bodyDescription": "Mediante la firma de esta orden de domiciliación, el deudor autoriza (A) al acreedor a enviar instrucciones a la entidad del deudor para adeudar su cuenta y (B) a la entidad para efectuar los adeudos en su cuenta siguiendo las instrucciones del acreedor.Como parte de sus derechos, el deudor está legitimado al reembolso por su entidad en los términos y condiciones del contrato suscrito con la misma. La solicitud de reembolso deberá efectuarse dentro de las ocho semanas que adeudo en cuenta. Puede obtener información adicional sobre sus derechos en su entidad financiera.",
- "orderReference": "Referencia de la orden de domiciliación",
- "supplierIdentifier": "Identificador del acreedor",
- "supplierName": "Nombre del acreedor",
- "supplierStreet": "Dirección",
- "supplierLocation": "CP - Población - Provincia",
- "supplierCountry": "País",
- "clientAdvice": "Debe llevar a su Entidad Bancaria una copia del documento firmado para que lo registre y evitar la devolución.",
- "clientName": "Nombre del deudor/es",
- "clientStreet": "Dirección del deudor",
- "clientLocation": "CP - Población - Provincia",
- "clientCountry": "País del deudor",
- "swift": "Swift BIC",
- "accountNumber": "Número de cuenta - IBAN",
- "accountHolder": "(Titular/es de la cuenta de cargo)",
- "accountNumberFormat": "En España el IBAN consta de 24 posiciones comenzando siempre por ES",
- "paymentType": "Tipo de pago",
- "recurrent": "Recurrente",
- "unique": "Único",
- "signLocation": "Fecha - Localidad",
- "sign": "Firma del deudor y sello",
- "mandatoryFields": "TODOS LOS CAMPOS HAN DE SER CUMPLIMENTADOS OBLIGATORIAMENTE.",
- "sendOrder": "UNA VEZ FIRMADA ESTA ORDEN DE DOMICILIACIÓN DEBE SER ENVIADA AL ACREEDOR PARA SU CUSTODIA Y ES RECOMENDABLE FACILITAR UNA COPIA A SU ENTIDAD BANCARIA.",
- "fiscalAddress": "VERDNATURA LEVANTE SL, B97367486 Avda. Espioca, 100, 46460 Silla · www.verdnatura.es · clientes@verdnatura.es",
- "privacy": "- AVISO - Este mensaje es privado y confidencial, y debe ser utilizado exclusivamente por la persona destinataria del mismo. Si usted ha recibido este mensaje por error, le rogamos lo comunique al remitente y borre dicho mensaje y cualquier documento adjunto que pudiera contener. Verdnatura Levante SL no renuncia a la confidencialidad ni a ningún privilegio por causa de transmisión errónea o mal funcionamiento. Igualmente no se hace responsable de los cambios, alteraciones, errores u omisiones que pudieran hacerse al mensaje una vez enviado.",
- "privacyLaw": "En cumplimiento de lo dispuesto en la Ley Orgánica 15/1999, de Protección de Datos de Carácter Personal, le comunicamos que los datos personales que facilite se incluirán en ficheros automatizados de VERDNATURA LEVANTE S.L., pudiendo en todo momento ejercitar los derechos de acceso, rectificación, cancelación y oposición, comunicándolo por escrito al domicilio social de la entidad. La finalidad del fichero es la gestión administrativa, contabilidad, y facturación."
-}
\ No newline at end of file
diff --git a/services/print/application/template/letter-debtor/style.css b/services/print/application/template/letter-debtor/style.css
deleted file mode 100644
index 5b1e628d6..000000000
--- a/services/print/application/template/letter-debtor/style.css
+++ /dev/null
@@ -1,22 +0,0 @@
-img {
- margin: 0
-}
-
-.body {
- font-family: arial, sans-serif;
- max-width: 90%;
- margin: 0 auto;
- font-size: 14px;
- color: #000
-}
-
-body .title {
- text-align: center;
- padding-bottom: 20px
-}
-
-body .title h1 {
- font-size: 16px;
- color: #333;
- margin: 0
-}
\ No newline at end of file
diff --git a/services/print/application/template/sepa-core/index.html b/services/print/application/template/sepa-core/index.html
deleted file mode 100644
index 92cc6fb80..000000000
--- a/services/print/application/template/sepa-core/index.html
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
- {{_.subject}}
-
-
-
-
- {{$.header}}
-
-
-
-