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

2995 Commits

Author SHA1 Message Date
Benjamin Beganović
48ab8edb5a update usage 2024-10-22 19:27:33 +02:00
David Bomba
c7139d8cc8 Support ids on sidebars 2024-10-22 06:28:41 +11:00
David Bomba
446773ae7f Fixes for tests 2024-10-17 11:41:57 +11:00
David Bomba
21e8e527a6 patches for one page checkout 2024-10-16 15:54:28 +11:00
David Bomba
4e80bddb40 Optimize client portal 2024-10-16 09:09:33 +11:00
David Bomba
fd9f7fe74b Add blade file 2024-10-15 21:45:10 +11:00
David Bomba
41ae965fa1 Fixes for custom payment methods with one page checkout 2024-10-15 21:34:12 +11:00
David Bomba
0b146aaa4b Working on UBL2PDF 2024-10-15 18:34:54 +11:00
David Bomba
8dbd7462ea Working on UBL2PDF 2024-10-15 18:22:47 +11:00
David Bomba
1281a07a73 Fixes for template actions 2024-10-14 08:33:15 +11:00
David Bomba
12775c1efe Updates for templates to check for valid data prior to iterating 2024-10-13 08:10:05 +11:00
David Bomba
945ff51a14 Updates for powerboard layout 2024-10-10 14:03:36 +11:00
David Bomba
9b80f74d54 Improvements for square payments 2024-10-10 12:52:14 +11:00
David Bomba
124904ce5e fixed for square 2024-10-10 12:41:55 +11:00
David Bomba
1ed28fb1d6 Improve privacy and terms section of client portal 2024-10-10 09:34:36 +11:00
David Bomba
3c9b0d7e58 Fixes for Stripe ACH 2024-10-08 10:11:43 +11:00
David Bomba
6f2bcd8b33 Fixes for stripe tokens 2024-10-07 13:51:45 +11:00
David Bomba
806e4b3f30 Adjustments for unapplied payments on statements 2024-10-07 10:39:10 +11:00
David Bomba
a462a7099d Remove comments from blades to prevent Alpine.js from having a heart attack 2024-10-06 20:39:32 +11:00
David Bomba
5c9dc24ea2 Fixes for paypal 2024-10-06 20:35:36 +11: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
David Bomba
55b38a2172 Updates for powerboard 2024-09-25 12:03:33 +10:00
David Bomba
9d6d6c2254 Minor fixes 2024-09-25 09:16:26 +10:00
David Bomba
47a7d97e4f
Merge pull request #9584 from beganovich/1403-gocardless
GoCardless: OAuth
2024-09-25 06:29:18 +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
fb82c204f2 Fixes for CBA Powerboard 2024-09-24 17:41:13 +10:00
David Bomba
bc8ce0af09 Fixes for CBA Powerboard 2024-09-24 17:38:25 +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ć
1ea82168f6 fixes for rounded corners 2024-09-23 17:13:09 +02:00
Benjamin Beganović
ba4fd36514 show invoice in popup for new payment flow 2024-09-23 17:12:29 +02:00
Benjamin Beganović
c49aa757b0 handle closing the invoice popup 2024-09-23 17:11:45 +02:00
Benjamin Beganović
c7ba9cb908 Merge remote-tracking branch 'upstream/v5-develop' into 1403-gocardless 2024-09-23 16:00:24 +02:00
David Bomba
8dffba42d6 Refactor blockonomics JS for one page checkout 2024-09-19 09:45:08 +10:00
David Bomba
19cf39786e Fixes for blockonomics 2024-09-19 08:17:51 +10:00
Benjamin Beganović
196d785f19 toggle credit card view after resetting the widget 2024-09-17 13:26:47 +02: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
David Bomba
b1d92d8354 Merge branch 'powerboard' into v5-develop 2024-09-17 10:09:53 +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
cnohall
52a0e684f1 url encode get request value 2024-09-13 21:00:07 +09:00
cnohall
80877013bd fix typos 2024-09-13 20:43:03 +09:00
cnohall
cfe26d06ec clean up functions 2024-09-13 12:26:22 +09:00
cnohall
444803f9ca clean up pay.blade.php file 2024-09-13 11:59:02 +09:00
cnohall
033d35ecc2 remove testing code 2024-09-12 14:07:23 +09:00
cnohall
9a1c76a23a add support for QR-code 2024-09-12 14:06:53 +09:00
cnohall
34830bc9ab update UI and make refreshing price possible 2024-09-11 17:07:43 +09:00