refs #4547 informe y email generados #1114
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1114
Loading…
Reference in New Issue
No description provided.
Delete Branch "4547-informe-compensacion"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,40 @@
const {Email} = require('vn-print');
module.exports = Self => {
Self.remoteMethodCtx('debBalancesCompEmail', {
Mejor balanceCompensationEmail. en general no solemos utilizar abreviaturas
@ -0,0 +31,4 @@
const email = new Email('deb-balances-comp', {
lang: ctx.req.getLocale(),
recipient: client.name+',administracion@verdnatura.es',
A la espera de que a javi le confirmen
@ -0,0 +1,50 @@
const { Report } = require('vn-print');
module.exports = Self => {
Self.remoteMethodCtx('debBalancesCompPdf', {
Mejor balanceCompensationPdf. en general no solemos utilizar abreviaturas
@ -0,0 +1,6 @@
[
{
"filename": "deb-balances-comp.pdf",
Cambiar nombre
@ -0,0 +15,4 @@
<div class="size50">
<p style="text-align: right;">Algemesí, a {{currentDate()}}</p>
<h3 style="text-align: center; margin-top: 8%;">{{'Compensación de saldos deudores y acreedores' | uppercase}}</h3>
<p style="margin-top: 8%;">De una parte:</p>
Añadir traducciones
@ -0,0 +16,4 @@
<p style="text-align: right;">Algemesí, a {{currentDate()}}</p>
<h3 style="text-align: center; margin-top: 8%;">{{'Compensación de saldos deudores y acreedores' | uppercase}}</h3>
<p style="margin-top: 8%;">De una parte:</p>
<p style="text-align: justify;">Verdnatura Levante SL con CIF B-97367486 y domicilio sito en calle Fenollar 2, Valencia.</p>
Obtener información de la tabla company
@ -0,0 +27,4 @@
},
props: {
id: {
type: [Number, String],
type: Number
@ -0,0 +7,4 @@
r.amountPaid,
r.payed
FROM client c
JOIN receipt r ON r.clientFk = c.id
tabular joins
@ -127,0 +131,4 @@
<vn-confirm
vn-id="send_compensation"
on-accept="$ctrl.sendEmail(balance)"
question="¿Desea informar de la compensacion al cliente por correo?"
Falta una traducción aquí. No pueden haber frases en español en el código.
Este PR ya havia sido revisado, solo se ha merge con dev.