Added calculation detail

This commit is contained in:
Juan Pablo Vial
2025-10-25 12:05:32 -03:00
parent 14d75b1ce9
commit ebaf708f79
3 changed files with 41 additions and 2 deletions

View File

@ -44,6 +44,7 @@
facturas: () => {
document.getElementById(this.ids.facturas).innerHTML = this.venta.draw().facturas(this.formatters)
this.venta.watch().facturas()
$('[data-html]').popup()
}
}
},