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

3660 Commits

Author SHA1 Message Date
David Bomba
98c166e13a Minor fixes 2024-10-03 15:05:22 +10:00
hillelcoren
a7d086a4a5 Admin Portal - Selfhosted 2024-09-30 07:53:18 +00:00
hillelcoren
37f83eae87 Admin Portal - Profile 2024-09-30 07:47:08 +00:00
hillelcoren
b2ca6de1be Admin Portal - Hosted 2024-09-30 07:41:08 +00:00
David Bomba
9e78ead76c
Merge pull request #10052 from turbo124/v5-develop
Fixes for product sales export
2024-09-29 14:33:45 +10:00
David Bomba
6d0c008b69 Updates for CBA Powerboard 2024-09-26 13:48:28 +10:00
David Bomba
f184f38819
Merge pull request #10045 from turbo124/v5-develop
Fixes for Rotessa
2024-09-26 12:04:43 +10:00
hillelcoren
66d30582e0 Admin Portal - Selfhosted 2024-09-25 14:18:02 +00:00
hillelcoren
50fc93e7dc Admin Portal - Profile 2024-09-25 14:11:47 +00:00
hillelcoren
4d5451f0ec Admin Portal - Hosted 2024-09-25 14:05:41 +00:00
hillelcoren
ed00c042f2 Admin Portal - Selfhosted 2024-09-25 14:00:15 +00:00
hillelcoren
52e22066a6 Admin Portal - Profile 2024-09-25 13:47:18 +00:00
hillelcoren
2247d8ca3e Admin Portal - Hosted 2024-09-25 13:41:05 +00:00
David Bomba
55b38a2172 Updates for powerboard 2024-09-25 12:03:33 +10:00
David Bomba
06f0213845 Fixes for CBA Powerboard 2024-09-24 17:46:07 +10:00
David Bomba
d427a73449 Fixes for CBA Powerboard 2024-09-24 17:44:14 +10:00
David Bomba
47f9673caf Fixes for CBA Powerboard 2024-09-24 17:41:32 +10:00
David Bomba
fb82c204f2 Fixes for CBA Powerboard 2024-09-24 17:41:13 +10:00
David Bomba
d7e41a5428 Fixes for CBA Powerboard 2024-09-24 17:38:47 +10:00
David Bomba
4ca2cc1cf9 Fixes for CBA Powerboard 2024-09-24 17:35:02 +10:00
David Bomba
3b8aef5e58 Fixes for CBA Powerboard 2024-09-24 17:31:35 +10:00
Benjamin Beganović
d30d1d03a0 assets rebuild 2024-09-23 17:13:14 +02:00
David Bomba
8dffba42d6 Refactor blockonomics JS for one page checkout 2024-09-19 09:45:08 +10:00
David Bomba
a675dd685a Updated resources 2024-09-19 08:18:25 +10:00
David Bomba
19cf39786e Fixes for blockonomics 2024-09-19 08:17:51 +10:00
Benjamin Beganović
2d316d439d assets build 2024-09-17 13:27:00 +02:00
David Bomba
ee637b2555 Resources 2024-09-17 10:44:25 +10:00
David Bomba
20b04a266f merge 2024-09-17 10:17:07 +10:00
David Bomba
114b58cdc4
Beganovich 1513 powerboard (#103)
* make container nicer

* assets rebuild

* authorize powerband card (3ds)

* add reference to build file

* update authorize (3ds) view

* assets rebuild

* unify 3ds and non-3ds auth/pay

* assets rebuild

* authorize

* pay

* update vite refs

* pay

* hide authorize button

* intercepting form on authorize

* assets build

* wip

* init powerboard in data ref

* fixes for blank placeholders

* reset the form on failed 3ds

* handling unsuccessful errors

* send email on payment failed

* fixes for 3ds fail on auth

* assets rebuild

* make card_name required

* make card_name required (on auth)

* fixes for blocked pay-now button

* fixes for reload

* fixes for reload

* build

* Fixes for broken powerboard

* make client name required

* skip fields checking if no required fields

* on request, return json response

* check for plain not_authenticated response

* flash message when no action is present

* fixes for exec order on token

* assets build

* check for plain not_authenticated response (pay)

* assets build

* adjustments for minimum payments

* Add text decoration to terms button

* Improvements for subscriptions and new payment flow

---------

Co-authored-by: Benjamin Beganović <k1pstabug@gmail.com>
2024-09-17 10:16:10 +10:00
Benjamin Beganović
abe8bbcd5d
Refactor PowerBoard (#102)
* make container nicer

* assets rebuild

* authorize powerband card (3ds)

* add reference to build file

* update authorize (3ds) view

* assets rebuild

* unify 3ds and non-3ds auth/pay

* assets rebuild

* authorize

* pay

* update vite refs

* pay

* hide authorize button

* intercepting form on authorize

* assets build

* wip

* init powerboard in data ref

* fixes for blank placeholders

* reset the form on failed 3ds

* handling unsuccessful errors

* send email on payment failed

* fixes for 3ds fail on auth

* assets rebuild

* make card_name required

* make card_name required (on auth)

* fixes for blocked pay-now button

* fixes for reload

* fixes for reload

* build

* make client name required

* skip fields checking if no required fields

* on request, return json response

* check for plain not_authenticated response

* flash message when no action is present

* fixes for exec order on token

* assets build

* check for plain not_authenticated response (pay)

* assets build
2024-09-17 10:05:19 +10:00
David Bomba
f8698c0270
Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-09-16 16:53:34 +10:00
David Bomba
2221353622 Add duplicate request checks on bulk invoice actions 2024-09-16 10:06:34 +10:00
David Bomba
2464556ef2 Switch to HTTP facade 2024-09-16 09:30:05 +10:00
David Bomba
d93e3a77b3 Add tax type for PEPPOL 2024-09-14 19:16:54 +10:00
Benjamin Beganović
0c22f9b27a
Redirect to authorization when token is not available (#100)
* gocardless: sepa

* gocardless: direct debit

* braintree ach (wip)

* braintree: ach

* rotessa: ach
2024-09-11 07:37:12 +10:00
hillelcoren
b568f09da2 Admin Portal - Selfhosted 2024-09-09 06:53:01 +00:00
hillelcoren
0d495041e7 Admin Portal - Profile 2024-09-09 06:46:41 +00:00
hillelcoren
c4f11fcc7f Admin Portal - Hosted 2024-09-09 06:40:28 +00:00
hillelcoren
03bb4877e2 Admin Portal - Selfhosted 2024-09-08 18:53:39 +00:00
hillelcoren
c8af154288 Admin Portal - Profile 2024-09-08 18:47:31 +00:00
hillelcoren
c1fc4ad358 Admin Portal - Hosted 2024-09-08 18:41:25 +00:00
hillelcoren
b7de04de0d Admin Portal - Selfhosted 2024-09-08 08:06:10 +00:00
hillelcoren
c27d8acc9a Admin Portal - Profile 2024-09-08 08:00:02 +00:00
hillelcoren
7142f1e51a Admin Portal - Hosted 2024-09-08 07:53:59 +00:00
hillelcoren
db8bafac3c Admin Portal - Hosted 2024-09-08 07:50:23 +00:00
David Bomba
0017307e39 Minor fixes for PayPalOM 2024-09-06 08:54:26 +10:00
David Bomba
7444355dee Fixes for first selction on Radio Buttons 2024-09-06 08:17:03 +10:00
Benjamin Beganović
3a609f19b1
Stripe BACS: Preselect payment method (#98)
* preselect first method for bacs

* assets rebuild
2024-09-06 07:32:50 +10:00
Benjamin Beganović
b4ee01cc60
Fixes for Stripe ACSS (#97)
* fixes for post-auth redirect on acss

* preselect first acss account

* clean up
2024-09-06 07:32:34 +10:00
David Bomba
5b290a99b4 Merge new payment flow v2 2024-09-05 11:34:29 +10:00