Benjamin Beganović
19ef27b5e5
Refactor GoCardlessOAuthWebhookController for WebhookRequest
2024-06-12 19:33:33 +02:00
Benjamin Beganović
1f179aedaa
Update payload with current config in GoCardlessOAuthController
2024-06-12 19:33:26 +02:00
Benjamin Beganović
fa27afa6cd
Update GoCardless OAuth Controller with company details
2024-06-11 19:50:41 +02:00
Benjamin Beganović
f15fb4c412
Add GoCardless webhook controller for processing events
2024-06-11 19:50:34 +02:00
Benjamin Beganović
e5e72123f0
Update OAuthConnectConfirmRequest validation rules
2024-06-11 19:50:28 +02:00
Benjamin Beganović
46be0bf268
remove token from confirmation route
2024-06-05 19:26:00 +02:00
Benjamin Beganović
0f0c5a7de8
gocardless oauth connection
2024-06-03 20:01:01 +02:00
Benjamin Beganović
f1ac41a5c4
request for confirmation connect
2024-06-03 20:00:50 +02:00
Benjamin Beganović
2447ef9d7d
request for initial connect
2024-06-03 20:00:34 +02:00
David Bomba
2c404b4f73
Additions for shop api
2024-06-02 19:29:49 +10:00
David Bomba
6ce1ea9944
Migration for e_invoice
2024-06-02 18:37:56 +10:00
David Bomba
97d84795b5
Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
2024-06-01 10:50:21 +10:00
David Bomba
9e500eda57
Minor fixes
2024-06-01 10:50:19 +10:00
David Bomba
c3ebdc8946
Stubs for static service
2024-06-01 09:35:58 +10:00
David Bomba
5a1f52941d
Merge branch 'v5-develop' into v5-develop
...
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-06-01 08:56:06 +10:00
Dave Shoreman
6757edf5d1
Trim regional locales to two-letter country codes
...
GoCardless' Bank Account Data API requires two-letter ISO 639-1 country
codes. IN passes the full locale such as *en_GB* or *pt_BR*, which
causes an "unknown error" when selecting banks in Connect Accounts.
Note: Norwegian will use the Bokmål (`nb`) form over Nynorsk (`nn`).
Fixes #9566
2024-05-31 21:04:51 +01:00
David Bomba
96fb9dc943
Merge pull request #9567 from turbo124/v5-develop
...
Updated translations
2024-05-31 23:11:23 +10:00
David
7f33b51893
Updated translations
2024-05-31 23:06:10 +10:00
David Bomba
aa340d070c
Merge pull request #9558 from dshoreman/ds/preview-entity-numbers
...
"Real" entity numbers in Invoice Designer/Settings previews
2024-05-31 21:25:28 +10:00
David Bomba
86947b7627
Merge branch 'v5-develop' into v5-develop
...
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-05-31 10:32:02 +10:00
Nisaba
5a5420603e
BTCPay : Improve refund
...
Signed-off-by: Nisaba <34550856+Nisaba@users.noreply.github.com>
2024-05-30 13:34:43 +00:00
Dave Shoreman
ed3d482d44
Fallback to original value just in case
2024-05-30 01:05:03 +01:00
Dave Shoreman
7cedc48b55
Fix $company[1..4]
aliases for custom_values
2024-05-30 01:04:49 +01:00
David Bomba
7d98db8592
Remove redundant dependencies
2024-05-30 07:42:07 +10:00
Dave Shoreman
bd49aa1a15
Ensure correct pattern for non-invoice entities
...
A simple `in_array` check would work here, except there are a lot of
valid keys for the number pattern settings so it's easier this way.
2024-05-29 17:09:02 +01:00
Dave Shoreman
e1d08d34bf
Apply formatted numbers to design editor preview
...
If a custom Invoice Number Pattern is defined, this will update the mock
invoice with a formatted entity number, rather than the EAN13 from faker
in the invoice factory. This doesn't apply once a real invoice has been
created, but it can still be useful for designing during initial setup.
2024-05-29 15:07:42 +01:00
Dave Shoreman
9195addb37
"Real" entity numbers in Invoice Settings preview
...
This refactors the GeneratesCounter trait slightly, such that arbitrary
entity numbers can be formatted according to the given padding/pattern.
With that small abstraction we can use the trait in the PdfMock instance
to show the exmple entity number using real patterns without actually
incrementing it or checking the number is available in the database.
2024-05-29 15:00:02 +01:00
David Bomba
4645e00b05
Fixes for tests
2024-05-29 23:35:56 +10:00
David Bomba
4852a134da
Adjustments for tests
2024-05-29 23:19:03 +10:00
David Bomba
743ff50b82
Tests for tests
2024-05-29 23:16:59 +10:00
David Bomba
31610560a7
Fixes for tests
2024-05-29 23:09:45 +10:00
David Bomba
64767924e9
Fixes for tests
2024-05-29 22:25:36 +10:00
David Bomba
822ba038a0
Fixes for converting matched payment transactions
2024-05-29 13:10:50 +10:00
David Bomba
f8316f879a
Refactor to support include deleted record logic for exports
2024-05-29 09:05:42 +10:00
Dave Shoreman
e568076ad0
Update date/total labels in entity details table
2024-05-28 22:43:40 +01:00
Dave Shoreman
2a11fa994b
Fix $company.customX on Invoice Settings preview
...
When fetched without going through the settings object, all these values
were null, thus displaying nothing when used in custom invoice designs.
2024-05-28 20:21:46 +01:00
Dave Shoreman
0782fa3c6d
Set 'issued to' label based on entity type string
2024-05-28 13:10:41 +01:00
David Bomba
e967373f85
FatturaPA tests
2024-05-28 12:52:38 +10:00
David Bomba
70c8e67613
working on validation of fatturapa
2024-05-28 11:57:00 +10:00
David Bomba
541350a9d7
Adjustments for fact1 tests
2024-05-28 09:08:23 +10:00
David Bomba
73491f3507
roll back version
2024-05-27 22:01:27 +10:00
David Bomba
4ffe50fcee
Add providers
2024-05-27 16:05:42 +10:00
David Bomba
6ac2ea1cf1
Missing currency translations
2024-05-27 15:58:02 +10:00
David Bomba
240494bd4a
Fixes for tests
2024-05-27 09:57:48 +10:00
David Bomba
3fb923e971
Add back schema builder
2024-05-27 08:05:13 +10:00
David Bomba
3ce9ea62ec
Updates for microsoft token harvest
2024-05-27 07:26:20 +10:00
David Bomba
aff180deef
Add referral codes to user models
2024-05-27 07:13:56 +10:00
David Bomba
0692d8b0cc
if institution_id passed into context, expose as prop in input.
2024-05-27 06:55:02 +10:00
David Bomba
5ed27fe747
Catches for incorrectly configured mail servers
2024-05-27 06:46:26 +10:00
David Bomba
9c7f1e888f
Adjustments for GMail 429 handling
2024-05-26 10:18:11 +10:00