1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
Commit Graph

21440 Commits

Author SHA1 Message Date
Kendall Arneaud
fa0c3f27e7
Update 2024_06_11_231143_add_rotessa_gateway.php
Reefactored code as per request 2ea54b0042 (r1693681342)

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:18:28 -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
8e1706cd7b
Update pay.blade.php
don't use token id integer on front end

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 11:39:20 -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
2ea54b0042
Update details.blade.php
Update blade to use language translation feature

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 13:19:11 -04:00
Kendall Arneaud
42c650fd5a
Update bank.blade.php
Update blade to use language translation feature

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 13:16:58 -04:00
Kendall Arneaud
89f06fe04d
Update bank.blade.php
update blade to use language translation feature

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 13:15:13 -04:00
Kendall Arneaud
3a7fa2807f
Update CA.blade.php
update blade to use the language translation feature

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 13:10:31 -04:00
Kendall Arneaud
e082a9a037
Update US.blade.php
Update blade to use the language translation feature

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 13:09:15 -04:00
Kendall Arneaud
dd109760f9
Update contact.blade.php
update blade template to use language translation features

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 13:04:40 -04:00
Kendall Arneaud
e1cd7e879c
Update texts.php
update text translation for canada

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 13:03:39 -04:00
Kendall Arneaud
f9f20ae0f5
Update address.blade.php
Updated to use language translation features

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 12:55:51 -04:00
Kendall Arneaud
9a3cfde42d
Update texts.php
update canadian language text

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 12:50:35 -04:00
Kendall Arneaud
f540b45577
Update account.blade.php
updated to handle translations

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 12:45:26 -04:00
Kendall Arneaud
4f651ded6f
Update texts.php
Updated french canadian language texts

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-26 12:43:25 -04: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
78fc17b1cb Fixes for wave (set import prefix to -invoice as there is only a single accounting file for wave 2024-07-25 08:25:37 +10:00
David Bomba
379656bc2b Updates for build info for react release 2024-07-25 08:23:16 +10: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
d5d9d54c1f
Merge branch 'invoiceninja:v5-develop' into v5-develop 2024-07-22 20:06:24 -04:00
David Bomba
8c6d419444
Merge pull request #9802 from turbo124/v5-develop
v5.10.13
2024-07-22 19:32:12 +10:00
David Bomba
a236da0149 v5.10.13 2024-07-22 19:31:19 +10:00
David Bomba
80274b34a9 updates for peppol 2024-07-22 14:21:12 +10:00
David Bomba
32ac47e3f4 Update Peppol integration with definitions for dedicated schemeID 2024-07-22 14:01:38 +10:00
David Bomba
cd2b45edc9 Support rolling back converted status on a quote when the invoice has been deleted 2024-07-22 13:05:40 +10:00
David Bomba
25d3668050 Fixes for null checks 2024-07-22 10:26:03 +10:00
David Bomba
1ec975d99a Fixes for translations of statics 2024-07-21 11:30:21 +10:00
David Bomba
3981d59ef3 Fixes for translations 2024-07-21 11:12:07 +10:00
David Bomba
d967329bc5
Merge pull request #9797 from turbo124/v5-develop
v5.10.12
2024-07-20 13:38:35 +10:00
David Bomba
e6186e9a83 V5.10.12 2024-07-20 13:38:12 +10:00
David Bomba
684533a591 Fixes for paypal driver 2024-07-20 13:36:38 +10:00
David Bomba
bf00219bbe Minor fixes when restoring designs 2024-07-19 10:51:52 +10:00
David Bomba
ed0404e227
Merge pull request #9793 from turbo124/v5-develop
Fixes for twig templatse
2024-07-19 10:28:52 +10:00
David Bomba
447278ca80 Fixes for twig templatse 2024-07-19 10:28:28 +10:00
David Bomba
3884d20185
Merge pull request #9792 from turbo124/v5-develop
Fixes for twig templatse
2024-07-19 10:13:59 +10:00
David Bomba
62e91b6f21 Fixes for twig templatse 2024-07-19 10:13:19 +10:00
David Bomba
d98f7c3902
Merge pull request #9790 from turbo124/v5-develop
v5.10.11
2024-07-19 08:56:12 +10:00
David Bomba
2b3f4ec331 Remove unused routes 2024-07-19 08:55:28 +10:00
David Bomba
d930202147 unwind route hash 2024-07-19 08:53:30 +10:00
David Bomba
8fb08ea786 Tax calculations 2024-07-18 15:03:26 +10:00