1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 22:54:25 +01:00
Commit Graph

22216 Commits

Author SHA1 Message Date
David Bomba
5731763071 Fixes for previews 2024-09-19 13:38:03 +10:00
David Bomba
4daa321ecf Fixes for converting expired quotes 2024-09-19 11:05:31 +10:00
David Bomba
79ef8aea18 Updated translations 2024-09-19 10:56:44 +10:00
David Bomba
2aba873d16 remove blockonomics payment type 2024-09-19 09:55:03 +10:00
David Bomba
6f644f3070
Merge pull request #10012 from turbo124/v5-develop
Add back blockonomics
2024-09-19 09:45:58 +10: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
David Bomba
5af3498d5a Cleanup 2024-09-19 08:04:24 +10:00
David Bomba
f3453b8e0f Cleanup 2024-09-19 07:59:50 +10:00
David Bomba
632be20326 Cleanup 2024-09-19 07:45:00 +10:00
David Bomba
6f7cb38e37 Fixes for blockonomics 2024-09-18 21:11:25 +10:00
David Bomba
7f936ad18b Fixes for blockonomics 2024-09-18 17:12:52 +10:00
David Bomba
ba6a63c63e
Merge pull request #10004 from beganovich/1533-powerboard
PowerBoard: Refocus card widget on failure
2024-09-18 16:00:08 +10:00
Benjamin Beganović
2d316d439d assets build 2024-09-17 13:27:00 +02:00
Benjamin Beganović
196d785f19 toggle credit card view after resetting the widget 2024-09-17 13:26:47 +02:00
David Bomba
984a8666aa
Merge pull request #10001 from turbo124/v5-develop
Powerboard payment driver
2024-09-17 10:44:41 +10: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
David Bomba
b1d92d8354 Merge branch 'powerboard' into v5-develop 2024-09-17 10:09:53 +10:00
David Bomba
715a9f34a6 Add migrations 2024-09-17 10:06:11 +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
b1f1eb0ccd Fixes for tests 2024-09-17 07:21:12 +10:00
David Bomba
c9db1688fd Remove annotations from tests 2024-09-17 07:02:30 +10:00
David Bomba
1a438ecd64 Remove annotations from tests 2024-09-16 21:13:55 +10:00
David Bomba
56cbc3f58b Fixes for php unit 2024-09-16 21:12:47 +10:00
David Bomba
6a7dd0351b phpunit 11 fixes 2024-09-16 20:42:02 +10:00
David Bomba
cf28dffab8 Process Isolation 2024-09-16 20:09:56 +10:00
David Bomba
0c79897987 Update to phpunit 11 2024-09-16 20:06:23 +10:00
David Bomba
77b5e220c6 Update .env.example vars 2024-09-16 19:54:06 +10:00
David Bomba
c94fc8a6da Update .env.example vars 2024-09-16 19:44:22 +10:00
cnohall
9848a54192 add ?reset=1 to getBTCAdress only when environment is in development 2024-09-16 18:20:53 +09:00
David Bomba
ab9b96d7f2 Update .env.example vars 2024-09-16 18:52:44 +10:00
David Bomba
15ed82e5b2 Update .env.example vars 2024-09-16 18:37:53 +10:00
David Bomba
818e47adff Update .env.example vars 2024-09-16 18:37:27 +10:00
David Bomba
a9e3533647
Merge pull request #9996 from turbo124/v5-develop
Roll back for PHP 8.3 tests
2024-09-16 16:58:59 +10:00
David Bomba
a2f371e814 Roll back for PHP 8.3 tests 2024-09-16 16:58:40 +10:00
David Bomba
6d67333431
Merge pull request #9995 from turbo124/v5-develop
Updated lock
2024-09-16 16:57:42 +10:00
David Bomba
36b5a595f1 Updated lock 2024-09-16 16:57:24 +10:00
David Bomba
cdacdc851e
Merge pull request #9042 from paulwer/feature-inbound-email-expenses
Feature: inbound email expenses & mindee ocr
2024-09-16 16:56:05 +10:00
David Bomba
40ebad7dca
Merge branch 'v5-develop' into feature-inbound-email-expenses
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-09-16 16:55:52 +10:00
David Bomba
209d335df5
Merge pull request #9994 from turbo124/v5-develop
New payment flow + einvoicing fixes
2024-09-16 16:53:42 +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
db7c21e761 Fixes for expense engine 2024-09-16 16:47:57 +10:00
David Bomba
ff695cdad0 improve validation 2024-09-16 15:59:39 +10:00
paulwer
3f0f5663a9 fix: mindee taxation transform issue 2024-09-16 06:57:02 +02:00
David Bomba
0c61555739 Additional props for einvoicing 2024-09-16 14:04:22 +10:00
David Bomba
9c6568aae1 Split einvoice gateways 2024-09-16 13:52:46 +10:00
David Bomba
bfbf7f5c6a Split einvoice gateways 2024-09-16 13:35:23 +10:00