Guardar factura

This commit is contained in:
Juan Pablo Vial
2025-02-03 22:17:57 -03:00
parent 71615050f3
commit 59a28a353b
11 changed files with 296 additions and 122 deletions

View File

@ -252,6 +252,11 @@
this.props.propietarios.forEach(propietario => {
propietario.watch().propietario()
})
},
facturas: () => {
this.props.facturas.facturas.forEach(factura => {
factura.watch().save()
})
}
}
}
@ -267,11 +272,11 @@
value: ufFormatter => {
return [
'<div class="ui grid">',
'<div class="three wide column">',
'<div class="ui very segment">',
'Valor Venta: UF ' + ufFormatter.format(this.props.valor),
'</div>',
'</div>',
'<div class="three wide column">',
'<div class="ui very segment">',
'Valor Venta: UF ' + ufFormatter.format(this.props.valor),
'</div>',
'</div>',
'</div>'
].join("\n")
},
@ -377,7 +382,7 @@
},
facturas: formatters => {
const output = []
this.props.facturas.facturas.forEach((factura, index) => {
this.props.facturas.facturas.forEach(factura => {
output.push(factura.draw().factura({formatters}))
})
return output.join("\n")
@ -405,10 +410,10 @@
comuna: this.props.inmobiliaria.comuna
},
receptor: {
rut: '',
nombre: '',
direccion: '',
comuna: ''
rut: propietario.props.rut ?? '',
nombre: propietario.props.nombre ?? '',
direccion: propietario.props.direccion ?? '',
comuna: propietario.props.comuna ?? ''
},
unidades: [],
detalle: {