Added multiple taxes for invoice rows. Client has_vat => has_tax.

Abstracted add row button to separate component.
Abstracted invoice row headers to separate component.
Remove vat related things, now replaced with custom taxes.
Invoice tax totals are calculated per tax based on invoice rows.
This commit is contained in:
HenriT
2021-04-14 15:58:55 +03:00
parent 8bfb088f30
commit 2e57464679
21 changed files with 196 additions and 82 deletions

View File

@ -16,6 +16,7 @@
"dayjs": "^1.10.3",
"es6-promise": "^4.2.6",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"vue": "^2.6.10",
"vue-autosuggest": "^2.2.0",
"vue-multiselect": "^2.1.6",