1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00
Commit Graph

22743 Commits

Author SHA1 Message Date
David Bomba
87c788563e
Merge pull request #10226 from turbo124/v5-develop
Improve helper text for stripe payment methods
2024-11-07 07:43:23 +11:00
David Bomba
1e81ce871f
Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-11-07 07:43:17 +11:00
David Bomba
ded887d077 Updated lock 2024-11-07 07:42:10 +11:00
David Bomba
e4b17ce82e
Merge pull request #10191 from beganovich/INV2-1639
Preselecting token when available
2024-11-07 07:41:06 +11:00
David Bomba
f37accf01a Remove redundant class 2024-11-07 07:08:37 +11:00
David Bomba
6cef9a24f1 Storecove integration tests 2024-11-06 18:53:47 +11:00
David Bomba
124503d092 Fixes for migrations 2024-11-06 18:33:40 +11:00
David Bomba
9f516aac4f fixes for tests 2024-11-06 18:33:13 +11:00
David Bomba
8f79136008 Fixes for migrations 2024-11-06 18:30:06 +11:00
David Bomba
a01d625183 Fixes for migrations 2024-11-06 18:25:25 +11:00
David Bomba
b6bab14157 Fixes for testS 2024-11-06 18:11:34 +11:00
David Bomba
d3ababa648 Fixes for testS 2024-11-06 17:21:43 +11:00
David Bomba
675486567b Updates for resources 2024-11-06 09:27:23 +11:00
David Bomba
3bae14b787 Minor fixes 2024-11-06 07:50:48 +11:00
David Bomba
4b0d2cf07e Fixes for testS 2024-11-06 07:44:18 +11:00
David Bomba
2debbf69bc Fixes for credit card validation 2024-11-06 07:26:03 +11:00
David Bomba
afb8b3c306 Fixes for base urls 2024-11-06 07:21:02 +11:00
David Bomba
3b0c394a06 Updated translations 2024-11-06 07:09:05 +11:00
David Bomba
3d2950ec19 Updated translations 2024-11-06 06:59:54 +11:00
Benjamin Beganović
4e097db3ed
eInvoicing (#105)
* apply migration to accounts table

* remove references of e_invoicing_token from company

* update rotation of token

* update sending functionality

* fixes for column reference

* update translations

* wip

* proxy peppol calls to admin module

* Update StoreEntityRequest

* Update translations

* Add e_invoice_quota to account transformer

* Checking license validity

* Rotate token using API call to hosted

* Drop validation

* Update translations

* Returning account quota

* Show quota request

* Update endpoints

* Pass account_key instead of company to quota

* Add account_key on send request

* drop redundant column

* Update translations

* Update company details with classification, vat & id number

* Update validator

* Update settings for enable_e_invoice

* Fixes for payment meta

* Rebase on turbo124/v5-develop

* Update validation for payment means

---------

Co-authored-by: David Bomba <turbo124@gmail.com>
2024-11-06 06:41:35 +11:00
David Bomba
fbb84b3f2f Fixes for tests 2024-11-05 21:17:49 +11:00
David Bomba
d680906d68 Fixes for tests 2024-11-05 21:10:05 +11:00
David Bomba
908dbdb4bf Minor cleanup 2024-11-05 20:45:02 +11:00
David Bomba
d2e3998467 Fixes for tests 2024-11-05 20:42:48 +11:00
David Bomba
d93ac9ae59 Improvements for rounding calculations for discounted item amounts 2024-11-05 19:25:15 +11:00
David Bomba
ffc1f4789a Improvements for rounding calculations for discounted item amounts 2024-11-05 18:13:06 +11:00
David Bomba
ac2e159181 Updates for validation 2024-11-05 17:20:18 +11:00
David Bomba
8a3db9392a Updates for validation 2024-11-05 17:19:49 +11:00
David Bomba
e710b9c269 Updates for validation 2024-11-05 17:19:29 +11:00
David Bomba
aff5117189 Fixes for tests 2024-11-05 17:13:41 +11:00
David Bomba
8f9e0a2a46 Fixes for tests 2024-11-05 11:35:48 +11:00
David Bomba
77b71f6a0c Nexus 2024-11-05 10:09:45 +11:00
David Bomba
1ffe41f84f Fixes for tests 2024-11-05 10:03:25 +11:00
David Bomba
3656fe7221 Fixes for tests 2024-11-05 09:48:15 +11:00
David Bomba
fa97ba29c5 Tests for nexus 2024-11-05 09:17:10 +11:00
David Bomba
9aff3bfa96 Improve helper text for stripe payment methods 2024-11-05 08:29:36 +11:00
David Bomba
922749e100 Fixes for tests 2024-11-05 08:04:46 +11:00
David Bomba
9e6572738b Minor fixes 2024-11-05 08:03:00 +11:00
David Bomba
477cea54a8 FIxes for tests 2024-11-04 21:08:37 +11:00
David Bomba
0222b85a36 Cleanup for storecove 2024-11-04 20:44:31 +11:00
David Bomba
59ec545c1c Refactoring storecove 2024-11-04 19:16:04 +11:00
David Bomba
de1c7fdc0e Fixes for tests 2024-11-03 19:13:58 +11:00
David Bomba
535ce66339 Minor type fixes 2024-11-03 10:04:49 +11:00
David Bomba
7fbeddf729 Storecove cleanup 2024-11-03 09:25:37 +11:00
David Bomba
aca54675dc Storecove sending 2024-11-03 09:24:25 +11:00
David Bomba
a96d16f09e Overriding VAT numbers 2024-11-02 19:32:07 +11:00
David Bomba
4bb1cff8b6 Push context into cache 2024-11-02 18:44:35 +11:00
David Bomba
9615830e6b Minor fixes for required fields logic 2024-11-02 18:38:14 +11:00
David Bomba
1441127b29 Remove redundant code path for sorting task statuses 2024-11-02 13:44:19 +11:00
David Bomba
6d93b98016 Fixes for validation tests 2024-11-02 13:37:15 +11:00