12453 Commits

Author SHA1 Message Date
David Bomba
34759822f5 Fixes for hosted 2024-08-01 07:29:39 +10:00
David Bomba
54588c1510 Working on peppol 2024-07-31 17:41:12 +10:00
paulwer
ce77eff7cb Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses 2024-07-31 07:59:26 +02:00
David Bomba
46d3138779 padding out e-invoicing - country specifics 2024-07-31 13:46:23 +10:00
David Bomba
9a7d5ba644 padding out e-invoicing - country specifics 2024-07-31 13:44:16 +10:00
David Bomba
6fa23d8538 padding out e-invoicing - country specifics 2024-07-31 13:28:43 +10:00
David Bomba
5e5b2e666b padding out e-invoicing - country specifics 2024-07-31 13:19:48 +10:00
David Bomba
0ad5836a2f Adjustments for clean proforma invoices 2024-07-31 07:46:23 +10:00
karneaud
6d40891c74 start at 0 2024-07-30 14:19:27 -04:00
karneaud
90b6907e71 modify to use quickbooks service and store data in cache 2024-07-30 14:19:15 -04:00
David Bomba
bb6075e6ef Alignment for invoice/quote requests 2024-07-30 17:00:54 +10:00
David Bomba
0923b1f7a1 Catches for system log not existing 2024-07-30 16:19:07 +10:00
karneaud
3a71147843 fix log values 2024-07-29 22:13:40 -04:00
karneaud
a06cc005fe use system log code 2024-07-29 22:13:08 -04:00
karneaud
808e0ffbb7 fix missing custom identifier property 2024-07-29 22:10:41 -04:00
karneaud
2fd38ca2f6 add missing defaults 2024-07-29 22:10:18 -04:00
David Bomba
e07e327790 migrations for tax models 2024-07-30 09:59:03 +10:00
David Bomba
25c91d608f
Merge pull request #9831 from turbo124/v5-develop
Paypal AC DC
2024-07-30 09:28:47 +10:00
David Bomba
3bb60bdefd Websockets 2024-07-30 09:28:15 +10:00
Kendall Arneaud
825108039d
Merge branch 'payment-driver-rotessa' into v5-develop
Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-29 18:55:04 -04:00
Kendall Arneaud
37c6ba4d69
Merge branch 'invoiceninja:v5-develop' into v5-develop 2024-07-29 18:53:21 -04:00
karneaud
d5e499febd add api service for quickboks 2024-07-29 16:18:17 -04:00
karneaud
79ed325a29 add sdk wrapper 2024-07-29 16:17:29 -04:00
karneaud
85220bf58f add transformer for underline raw data 2024-07-29 16:17:09 -04:00
karneaud
4c3829b8c1 add repository for quickbooks data 2024-07-29 16:16:48 -04:00
karneaud
ee334fd974 add quickbooks service provider 2024-07-29 16:16:10 -04:00
wizardeur
79c88b1b57 Tax rule for Poland (PL) 2024-07-29 21:05:35 +02:00
David Bomba
1076f44fb3 Updates for task exports 2024-07-29 13:56:54 +10:00
David Bomba
78f8cedc80 working on paypal AC DC 2024-07-29 12:42:53 +10:00
David Bomba
d7960422a6 Fixes for upcoming query regression 2024-07-29 10:10:02 +10:00
Kendall Arneaud
321322401e
Update RotessaPaymentDriver.php
Remove until proper testing can be done.

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-28 19:33:03 -04:00
Kendall Arneaud
eb3d029157
Update PaymentMethod.php
use default internal description method.

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-28 19:17:16 -04:00
David Bomba
ba8c93ceea Fixes when importing clients/invoices 2024-07-28 19:08:04 +10:00
David Bomba
850c5e8f94 Updates for paypal flow 2024-07-28 08:51:24 +10:00
Kendall Arneaud
fcdeee1a28
Update Gateway.php
Updated to correct id

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:56:30 -04:00
Kendall Arneaud
aa5d43405c
Update RotessaPaymentDriver.php
removed sleep mode as per request https://github.com/invoiceninja/invoiceninja/pull/9704#discussion_r1693679459

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:08:53 -04:00
Kendall Arneaud
084b81e941
Update PaymentMethod.php
use $payment property value

_Originally posted by @turbo124 in https://github.com/invoiceninja/invoiceninja/pull/9704#discussion_r1693677928_


Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:06:36 -04:00
Kendall Arneaud
dece823c54
Update PaymentMethod.php
Update to use systemlog const

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:02:59 -04:00
Kendall Arneaud
a2e2abb93c
Update SystemLog.php
add rotessa to system log type

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:01:43 -04:00
Kendall Arneaud
77a28b426e
Update PaymentMethod.php
remove id from sql

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 11:47:31 -04:00
Kendall Arneaud
608718eae3
Update PaymentMethod.php
updated to not use token id integer but decrypt it

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 11:42:24 -04:00
Kendall Arneaud
1196181a06
Update Gateway.php
Increment id

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 11:26:52 -04:00
David Bomba
0f8737bdf7 Updates for paypal + RFF 2024-07-27 15:18:21 +10:00
David Bomba
4008b24acd Paypal refactor 2024-07-27 08:48:51 +10:00
Kendall Arneaud
51daa99868
Merge pull request #15 from M-E-Development-Design/v5-develop
V5 develop
2024-07-26 11:49:37 -04:00
David Bomba
c4df1b5dd7 Flags for draft documents in reports 2024-07-25 08:15:14 +10:00
David Bomba
6653980067 Fixes for invoice item exports 2024-07-24 14:13:10 +10:00
David Bomba
210a25b9ba Improvements for Wave imports 2024-07-24 14:01:46 +10:00
David Bomba
d6a4f4b4ca Improvements for task imports 2024-07-24 12:27:09 +10:00
Kendall Arneaud
241e70863f
Merge pull request #10 from karneaud/v5-develop
V5 develop
2024-07-22 20:11:59 -04:00