141 Commits

Author SHA1 Message Date
HenriT d574c9ef3c Fix data service config 2021-08-26 16:42:41 +03:00
HenriT c57d8b81aa Merge remote-tracking branch 'origin/main' into main 2021-08-26 16:13:48 +03:00
HenriT 2bfebb7017 Wordpress backend adapter implemented. 2021-08-26 16:13:39 +03:00
Marek Fraczyk 93caf6ac04 set base url from vue config 2021-08-26 15:29:00 +03:00
HenriT f6b85595df Abstract backend functionality to be able to easily switch out backend implementation. 2021-08-25 13:18:55 +03:00
Pipapu 6b11a62313 Merge pull request #6 from jflefebvre/french_translations
-- french translations
2021-06-21 09:24:55 +03:00
Jean-francois lefebvre 6d2be77b1b -- french translations 2021-06-19 12:12:10 +02:00
Marek Fraczyk 11e995a97a update browsers db,
add (%) to custom taxes label as it always is a percentage
2021-06-08 17:01:02 +03:00
Marek Fraczyk 1e986cd7a0 Show tax % in invoice totals,
Improve layout in the Team Modal
2021-06-08 16:54:13 +03:00
Marek Fraczyk 7adaaaad2d Merge remote-tracking branch 'origin/main' 2021-05-26 16:47:59 +03:00
Marek Fraczyk 4aaa06c3e9 currency.filter.js - fix edge case rounding 2021-05-26 16:47:53 +03:00
HenriT f9ddf2ac0f Merge remote-tracking branch 'origin/main' into main 2021-05-26 16:34:51 +03:00
HenriT c110a0746b Fix has tax behaviour. 2021-05-26 16:34:40 +03:00
Marek Fraczyk f25f73ca3b fix currency filter rounding 2021-05-26 16:26:28 +03:00
Marek Fraczyk f07248ab95 CustomizationsModal.vue - fix missing trailing comma 2021-05-26 16:12:16 +03:00
Marek Fraczyk 0f9f9d84a5 CustomizationsModal.vue - add a way for users to customize css of their invoices and store it per team,
fix print styles for invoices,
add keys to translations with default English values
2021-05-18 15:57:48 +03:00
Marek Fraczyk 8846d52faf invoice - add density selector, refactor invoice css 2021-05-17 14:02:44 +03:00
Karel Vendla 0bd6b24a27 Add pull requsted languages to i18n whitelist & to dropdown. 2021-04-24 10:51:17 +03:00
Pipapu 2a12123295 Merge pull request #2 from nano1709/spanish-translation
Added spanish translation
2021-04-24 10:42:33 +03:00
Pipapu 967f1a9873 Merge pull request #3 from RakibRahman/main
Added bangla translation
2021-04-24 10:41:03 +03:00
RakibRahman 6d537df79c Added bangla translation 2021-04-24 07:28:20 +06:00
nano1709 f9b0c25b7c Added spanish translation 2021-04-23 16:51:32 -06:00
Pipapu 992ce9ca60 Merge pull request #1 from mohd-e-mustafa/persian-translation
Added Persian translation
2021-04-23 22:55:00 +03:00
mohd-e-mustafa 3f5e531a36 Added persian translation 2021-04-24 00:05:47 +05:00
HenriT 8b2fe89afa Fix translations. 2021-04-23 16:45:22 +03:00
HenriT 2b0b41072f Fix config. 2021-04-23 16:35:30 +03:00
HenriT 92290d5667 Fix url 2021-04-23 16:33:09 +03:00
Marek Fraczyk 63d1f1555c Merge remote-tracking branch 'origin/main' 2021-04-23 14:52:34 +03:00
Marek Fraczyk 0e19818791 general improvements to layout for small screens,
fix invoice status selector showing translation keys
2021-04-23 14:52:29 +03:00
HenriT b0c24c0cb8 Meta tags. 2021-04-23 13:20:59 +03:00
Marek Fraczyk 12533b1251 Language selector match styles with other links in the footer 2021-04-23 12:28:22 +03:00
HenriT cbd714d974 Fix prefilling team, invoice data when editing team info. 2021-04-23 12:24:27 +03:00
HenriT cf0a3b103b Migration script. 2021-04-22 19:05:41 +03:00
HenriT f0dec10854 Only add taxes that have labels to invoice rows. Be able to overwrite invoice row taxes when changing taxes on team. 2021-04-22 16:04:49 +03:00
HenriT 4bbb6a6ab2 Estonian translations. 2021-04-22 10:56:03 +03:00
HenriT cdd5a64a1b Review and fix translations. 2021-04-22 10:55:50 +03:00
Karel Vendla fbae01cab8 Add en translations. 2021-04-20 15:57:14 +03:00
Karel Vendla 0b6be4d08c One too many imports. 2021-04-19 17:13:15 +03:00
Karel Vendla 26b247a638 Use i18n-http-backend to load translatiosn from json files. 2021-04-19 17:08:27 +03:00
HenriT f9faf31c0d Fix typo. 2021-04-19 15:49:50 +03:00
HenriT 22d2e6f630 Short name added. 2021-04-19 14:48:35 +03:00
HenriT 62a7817b16 Merge remote-tracking branch 'origin/main' into main
# Conflicts:
#	src/main.js
2021-04-19 14:46:13 +03:00
HenriT 92560b0641 PWA support. 2021-04-19 14:45:46 +03:00
Karel Vendla c579e43e37 Add a translation. 2021-04-19 13:26:37 +03:00
Karel Vendla eb85ab4e1b i18n 2021-04-19 13:23:59 +03:00
HenriT 2e57464679 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.
2021-04-14 15:58:55 +03:00
HenriT 8bfb088f30 Be able to add default taxes to team. 2021-04-14 13:21:36 +03:00
HenriT 328e30e874 Update team and client when updating custom field on invoice. 2021-04-14 11:52:32 +03:00
HenriT e23e1f720e Do not prompt to update invoice client/team details when closing client/team modal.
Always pass invoice id when updating.
When changing team info re-prefill invoice team info.
2021-04-13 16:27:28 +03:00
HenriT 0a5d45e64b Prompt to update client details on invoice when closing client modal. 2021-04-13 15:28:12 +03:00