Invoice page

This commit is contained in:
Čarodej
2022-01-18 08:28:58 +01:00
parent 2403f89ca3
commit ffebe7fecc
11 changed files with 342 additions and 611 deletions

View File

@@ -144,8 +144,8 @@ const FunctionHelpers = {
return `/assets/icons/${brand}.svg`
}
Vue.prototype.$getInvoiceLink = function (customer, id) {
return '/invoice/' + customer + '/' + id
Vue.prototype.$getInvoiceLink = function (id) {
return '/invoices/' + id
}
Vue.prototype.$uploadFiles = async function (files) {