Build the stuff for payments.

This commit is contained in:
2025-01-16 15:34:10 +01:00
parent f120559e3b
commit dcedbc71c4
17 changed files with 670 additions and 31 deletions

View File

@@ -97,7 +97,7 @@
fetchInvoices() {
let vm = this;
axios.get('/invoice/' + this.from + '/' + this.end)
axios.get('/invoice-filter/' + this.from + '/' + this.end)
.then(function (response) {
vm.invoices = response.data;
vm.calculateSum();