David Bomba
1076f44fb3
Updates for task exports
2024-07-29 13:56:54 +10:00
David Bomba
45b43094b0
Notify user on assignment of task
2024-06-19 13:57:50 +10:00
David Bomba
b5508f702d
Purge laravel-data
2024-06-18 15:12:45 +10:00
David Bomba
006e819f3a
Refactor for cache statics moving to container
2024-06-18 10:24:03 +10:00
David Bomba
72aadc0c16
php-cs-fixer
2024-06-14 17:09:44 +10:00
David Bomba
b805bba375
Fixes for type
2024-06-06 09:21:23 +10:00
David Bomba
86d7407ff7
only notify once
2024-06-06 08:17:17 +10:00
David Bomba
5123c9be6c
Merge pull request #9550 from turbo124/v5-develop
...
Update PayPal integration to support advanced cards
2024-05-26 09:01:53 +10:00
David Bomba
2f1648eb4e
Refactor to remove laravel-data from application
2024-05-26 08:54:24 +10:00
Yannick
fb9447e216
Update TransactionTransformer.php
...
I've changed the way base_type was defined by using the $amount field that was already defined before and made it use the float value to check below 0, so that small values like 0.01 also work.
Signed-off-by: Yannick <yannickdg99@gmail.com>
2024-05-23 00:44:46 +02:00
David Bomba
2841846583
Adjustments for parsing dates
2024-04-22 14:51:05 +10:00
David Bomba
f65567a637
Update copyright
2024-04-12 14:15:41 +10:00
David Bomba
c705784137
Handle edge case with Nordigen where account appears active, but access has expired
2024-03-10 12:51:00 +11:00
David Bomba
b3fbf505e0
Fixes for syntax
2024-02-19 17:41:39 +11:00
paulwer
a960391304
fixes
2024-02-18 19:10:42 +01:00
paulwer
7c4620af93
fixes
2024-02-18 19:04:17 +01:00
paulwer
a21f3baec9
fixes
2024-02-18 18:55:24 +01:00
paulwer
50d899c93c
fixes
2024-02-18 18:53:41 +01:00
paulwer
b9095b96ab
localized date within transaction-transformer
2024-02-18 18:49:52 +01:00
paulwer
aa41b4126b
code cleanups
2024-02-18 18:22:17 +01:00
paulwer
a7f2e438f2
changes
2024-02-18 18:19:16 +01:00
David Bomba
8bc42c62af
Fixes for variable display
2024-02-16 08:46:01 +11:00
David Bomba
dba0bab91e
Set default payment notifications for new companies
2024-02-14 16:23:37 +11:00
David Bomba
c5b6938447
php cs fixer
2024-02-13 15:25:18 +11:00
Kevin
6db185d893
Update AccountTransformer.php
...
Also update the account_name
Signed-off-by: Kevin <kevin@kevjoe.be>
2024-02-12 21:36:09 +01:00
Kevin
821f2b90b9
Nordigen API fix: iban should be treated as optional
2024-02-12 18:02:29 +01:00
paulwer
ab4eb688c8
better error-message
2024-01-27 10:52:16 +01:00
paulwer
8a0b80d64b
code cleanups
2024-01-27 10:49:13 +01:00
paulwer
f557fe900d
changes
2024-01-27 10:32:44 +01:00
David Bomba
1f3770d71e
Fixes for nordigen
2024-01-26 08:10:45 +11:00
paulwer
748dd2ab44
fix error in transaction-transformer
2024-01-20 11:22:58 +01:00
paulwer
52e7158d59
fixes
2024-01-16 06:43:07 +01:00
paulwer
01cf5fe5a5
initial changes
2024-01-16 06:39:01 +01:00
David Bomba
db2a2ea998
Merge branch 'v5-develop' into v5-develop
...
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-01-16 14:28:45 +11:00
paulwer
bc30c55e74
change datatype to float
2024-01-14 08:55:59 +01:00
David Bomba
40086db271
cs fixer
2024-01-14 15:05:00 +11:00
paulwer
cc59ee0b1f
Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into fix-nordigen-amount
2024-01-13 18:44:47 +01:00
paulwer
5bd11da2e9
fix
2024-01-13 14:39:39 +01:00
David Bomba
cdff60b0e0
v5.8.10
2024-01-12 20:58:55 +11:00
paulwer
21c112ca58
Merge remote-tracking branch 'upstream/v5-develop' into fix-nordigen-transaction-id
2024-01-10 14:41:32 +01:00
paulwer
27d105d6ff
fix: nordigen transaction id should be string
2024-01-10 14:20:56 +01:00
David Bomba
b69e9a3ae1
Fixes for passing Nordigen locales
2023-12-27 14:05:19 +11:00
David Bomba
d0358086fc
bank integration cleanup
2023-12-26 14:31:03 +11:00
David Bomba
6447b887f0
Static Analysis
2023-12-26 10:24:42 +11:00
paulwer
0bb1a80e51
changes related to https://github.com/invoiceninja/invoiceninja/pull/9004#discussion_r1434778295
2023-12-22 08:18:30 +01:00
paulwer
88ff7983c8
adding additional fields to be parsed for transaction: description & participator
...
https://developer.gocardless.com/bank-account-data/transactions
2023-12-20 19:17:34 +01:00
paulwer
2ad973359b
fix https://github.com/invoiceninja/invoiceninja/pull/9004#discussion_r1432302929
2023-12-20 12:42:47 +01:00
paulwer
1a68dcacea
fix https://github.com/invoiceninja/invoiceninja/pull/9004#discussion_r1432302185
2023-12-20 12:22:24 +01:00
paulwer
e4aa8f72bc
some changes related to logging & cleanup
2023-12-18 16:08:41 +01:00
paulwer
c3ff64a0e6
change debitor to participant
2023-12-15 16:51:24 +01:00