1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-14 23:22:52 +01:00
Commit Graph

12465 Commits

Author SHA1 Message Date
cnohall
f77303c4d1 add invoice number 2024-09-06 13:02:18 +09:00
David Bomba
9c8afcd434 Allow invoice PDFs to download via interface 2024-09-06 13:58:39 +10:00
cnohall
e2a23af0b1 fix typos 2024-09-06 11:40:59 +09:00
cnohall
b4000ca91a simplify logic and add txid as transaction id 2024-09-06 11:39:31 +09:00
David Bomba
6a5b559983 Fixes for OTP 2024-09-06 11:04:19 +10:00
cnohall
67379d7c4f incorporate websocket 2024-09-06 09:52:21 +09:00
David Bomba
43b2bef464 Cleaner error handling for gateway errors 2024-09-06 09:40:42 +10:00
David Bomba
0017307e39 Minor fixes for PayPalOM 2024-09-06 08:54:26 +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
7bf7ae1d31 Fixes for instant bank payment 2024-09-05 19:41:21 +10:00
David Bomba
2082d2bf8a updates for Forte 2024-09-05 19:05:37 +10:00
David Bomba
31da9cf5ab updates for Forte 2024-09-05 19:04:40 +10:00
David Bomba
59ba737f5d Fixes for redirect URL when client portal is disabled 2024-09-05 16:08:09 +10:00
David Bomba
45553416de Fixes for flow2 2024-09-05 15:55:14 +10:00
cnohall
886d1af824 setup callback logic 2024-09-05 14:29:16 +09:00
David Bomba
63f3115a02 Error handling in livewire 2024-09-05 15:06:21 +10:00
David Bomba
076f168707 Working on payment flows 2024-09-05 13:57:03 +10:00
David Bomba
c74fac68f4 Fixes for disabled client portal payments 2024-09-05 13:22:55 +10:00
David Bomba
500f289647 Add ACSS or USD option for ACSS transfers 2024-09-05 11:55:47 +10:00
David Bomba
5b290a99b4 Merge new payment flow v2 2024-09-05 11:34:29 +10:00
cnohall
3de0e6367f add timer 2024-09-05 10:06:44 +09:00
David Bomba
59bcd30b77 Minor annotations for Stripe SEPA 2024-09-05 10:50:36 +10:00
cnohall
2be83cb897 show btc_address 2024-09-05 09:49:46 +09:00
cnohall
f3d12fb977 Now correctly displaying btc amount 2024-09-05 09:39:32 +09:00
David Bomba
b4d1504c9b Fixes for required fields for paytrace 2024-09-04 18:35:54 +02:00
Benjamin Beganović
236c55de33 Paytrace: Add loaders (#93)
* nullable access payment hash data

* add loaders to js

* add loaders to authorize

* assets build
2024-09-04 18:35:32 +02:00
Benjamin Beganović
414cfca1af New payment flow: Various fixes (#89)
* assets builds

* authorize: use simple-card from asset

* forte: use simple-card from asset

* remove @invoiceninja/simple-card from package

* update usages

* stripe: ach fix

* stripe: alipay fix

* stripe: bacs fix

* stripe: acss fix

* stripe: giropay fix

* assets build
2024-09-04 18:34:59 +02:00
Benjamin Beganović
65491a6e5e New payment flow: Various fixes (#88)
* checkout: fixes for view

* alipay: fixes for method implementation

* checkout: fixes for instant payments

* livewire: revert back the local patch

* remove livewire local patch
2024-09-04 18:34:35 +02:00
David Bomba
f45c476d5b Fixes for pp cc 2024-09-04 18:33:54 +02:00
Benjamin Beganović
f564e7529d PayPal: New payment flow (#81)
* extract payment view and data

* scaffold pay livewire

* express

* fix for checkout interface

* card

* rest

* ppcp

* assets build

* fix for duplicate pay button
2024-09-04 18:31:47 +02:00
David Bomba
b4810434c2 Updates for multi invoice payment flow 2024-09-04 18:29:23 +02:00
David Bomba
c01bc9bda8 Updates for payment flow 2024-09-04 18:28:05 +02:00
David Bomba
1f2bb6adf7 Improve new flow 2024-09-04 18:27:51 +02:00
Benjamin Beganović
cacd3e0790 New payment flow: Refactor base driver (#70)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface
2024-09-04 18:27:08 +02:00
Benjamin Beganović
83ced6d340 GoCardless: New payment flow (#72)
* pass livewirePaymentView & processPaymentView thru base driver

* gocardless
2024-09-04 18:26:26 +02:00
Benjamin Beganović
8fbd8a9593 Mollie: New payment flow (#73)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* mollie

* credit card
2024-09-04 18:26:22 +02:00
Benjamin Beganović
d68b75641a BTCPay: New payment flow (#76)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* btcpay
2024-09-04 18:26:15 +02:00
Benjamin Beganović
49d96e57bb Braintree: New payment flow (#77)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* braintree
2024-09-04 18:26:10 +02:00
Benjamin Beganović
fc80287429 Paytrace: New payment flow (#74)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* paytrace
2024-09-04 18:25:24 +02:00
Benjamin Beganović
cbd852a0fc Payfast: New payment flow (#78)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* payfast
2024-09-04 18:25:17 +02:00
Benjamin Beganović
503e95a691 Razorpay: New payment flow (#79)
* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* razorpay
2024-09-04 18:25:10 +02:00
Benjamin Beganović
eb1576aa7c Square: New payment flow (#75)
* pass livewirePaymentView & processPaymentView thru base driver

* square
2024-09-04 18:24:53 +02:00
Benjamin Beganović
339a92fa6f eway (#69) 2024-09-04 18:24:46 +02:00
Benjamin Beganović
e7f41c1dba Authorize.net: New payment flow (#68)
* fixes for validation errors

* authorize.net

* pass livewirePaymentView & processPaymentView thru base driver

* add paymentData to the interface

* authorize.net credit card
2024-09-04 18:24:34 +02:00
Benjamin Beganović
364a57c857 Stripe: New payment flow (#67)
* stripe: ach

* stripe: klarna

* stripe: bank transfer

* assets build

* stripe: bacs

* stripe: bancontact

* stripe: becs

* stripe: eps

* stripe: fpx

* stripe: giropay

* stripe: ideal

* stripe: przelewy24

* stripe: sepa

* stripe: sofort

* assets build

* assets build

* pass context payload into livewirePaymentView

* update checkout.com

* update livewire method interface

* stripe: acss

* align methods with interface (array $data)
2024-09-04 18:24:05 +02:00
Benjamin Beganović
a4592d666b Refactor context passing between methods and Livewire (#65)
* checkout.com credit card payment for livewire

* implement interface for livewire view

* livewire method interface

* implement interfaces

* assets production build

* checkout.com: credit card

* stripe: credit card

* lift up logic from process payment component

* update stripe payment view logic

* wait fn for mounting existing JS

* credit card: simplify data passing

* stripe: browser pay

* stripe cc: remove getData

* stripe: cc

* stripe: alipay

* checkout :cc

* stripe: apple pay

* stripe: browser pay

* assets production build
2024-09-04 18:22:14 +02:00
Benjamin Beganović
8d4ab0cd69 New payment flow (#64)
* remove context from invoice-pay

* withsecurecontext trait

* update usages

* wip

* wip

* wip

* wip

* wip
2024-09-04 17:41:39 +02:00
David Bomba
e70de19c9d Required fields 2024-09-04 17:37:27 +02:00
David Bomba
78f79a341e improvements for validation of over/under payments 2024-09-04 17:36:58 +02:00
David Bomba
0605154d73 Working on integrating multiple invoice payments 2024-09-04 17:34:27 +02:00
David Bomba
96a3599b7e improvements for validation of over/under payments 2024-09-04 17:31:29 +02:00
David Bomba
6983104f40 Improvements fo reactivity 2024-09-04 17:31:04 +02:00
David Bomba
ae2bf51028 new payment flow 2024-09-04 17:29:41 +02:00
David Bomba
157841da9b Updates for new payment flow 2024-09-04 17:25:25 +02:00
David Bomba
a47040aa15 Updated - now trying to get vite and livewire to play nice 2024-09-04 17:21:23 +02:00
David Bomba
cfe04bfa7c Add new entry point for livewire component payments 2024-09-04 17:03:48 +02:00
David Bomba
985cdafdc2 Updated flow 2024-09-04 17:01:01 +02:00
David Bomba
76f6c51a1b Payment methods 2024-09-04 16:58:02 +02:00
David Bomba
c7d6b50778 Payment float 2024-09-04 16:57:38 +02:00
David Bomba
0f27b8474c New payment flow 2024-09-04 16:57:06 +02:00
David Bomba
72c818bed0 Push back flow2 js changes 2024-09-04 17:30:53 +10:00
David Bomba
690ed95c9a Fixes for Stripe 2024-09-04 15:57:36 +10:00
David Bomba
35c79dbc50 Fixes for new payment flow 2024-09-04 13:50:37 +10:00
David Bomba
cba76cd608 Add back interface methods for new payment flows 2024-09-04 13:48:23 +10:00
David Bomba
4e59f4d8a8 Fixes for new payment flow 2024-09-04 13:36:50 +10:00
David Bomba
bca672a1fb Fixes for new payment flow 2024-09-04 13:20:40 +10:00
David Bomba
c6d5676d3e Merge new payment flow 2024-09-04 13:00:04 +10:00
cnohall
e220cb7a4e temp, still missing payment screen 2024-09-04 11:50:08 +09:00
David Bomba
9b2d745bcf Updates to allow pink auto billing 2024-09-04 12:26:35 +10:00
David Bomba
e1ec2928a9 Fixes for tests 2024-09-04 10:10:08 +10:00
David Bomba
bd406136d6 Tests for new clean fee items method 2024-09-04 09:24:32 +10:00
David Bomba
c71d7ffeec Ensure line item gateway fees are not cloned 2024-09-04 09:17:46 +10:00
David Bomba
e491231090 Fixes for tests 2024-09-04 08:13:53 +10:00
cnohall
bf9f8eb47e update variables and simplify Blockonomics paymentdriver 2024-09-03 19:48:59 +09:00
David Bomba
12efe721d1 Fixes for tests 2024-09-03 18:20:00 +10:00
David Bomba
f893a75e9b Validate e-invoice payload 2024-09-03 16:36:46 +10:00
David Bomba
607f2ff69c Tests for entity validation for einvoicing 2024-09-03 15:36:01 +10:00
David Bomba
26d55d112d Performs a validation check at the entity level 2024-09-03 13:42:22 +10:00
David Bomba
bff5b627fd Set most recent payment method as default 2024-09-03 12:57:41 +10:00
cnohall
eb46de98f1 update paymentdriver 2024-09-03 11:30:10 +09:00
David Bomba
0138d8d246 Set most recent payment method as default 2024-09-03 11:48:31 +10:00
cnohall
bb088af766 remove unneeded param 2024-09-03 10:42:44 +09:00
cnohall
f26b38d09d adapt needed vars to be in line with what's needed for blockonomics 2024-09-03 10:04:27 +09:00
David Bomba
f85e96c3a6 Updates for e-invoicing 2024-09-03 09:02:46 +10:00
David Bomba
8b8a5e3148 remove process isolation for PHP 8.3 tests 2024-09-03 08:35:13 +10:00
David Bomba
ada65c8da9 Move e_invoice null filter into form request 2024-09-03 07:58:37 +10:00
cnohall
7d29463833 add back functions 2024-09-02 17:24:29 +09:00
cnohall
a32ef1a055 Init 2024-09-02 16:59:12 +09:00
David Bomba
fa369e79cf Roll back from model touchables 2024-09-02 14:07:30 +10:00
David Bomba
18fbcf75f7 Fixes for template 2024-09-02 13:34:29 +10:00
David Bomba
9cc7723949 Touch parent model after mutating docs 2024-09-02 13:19:01 +10:00
David Bomba
f117e79d43 Patches for inbound emails 2024-09-02 13:07:01 +10:00
David Bomba
e7479d6a41 Updates for template service properties 2024-09-02 10:35:20 +10:00
David Bomba
e5e7a17d82 Fixes for confirming gateway feesg 2024-09-02 09:00:13 +10:00
David Bomba
d153ecbe1f Set blank string for signature date 2024-09-01 10:39:58 +10:00
David Bomba
a809828dc1 Minor fixes 2024-09-01 10:38:02 +10:00
David Bomba
565a4d377d Remove paypal express, omnipay 2024-08-31 08:55:22 +10:00
David Bomba
b58e5f5bb7 Refactor for validation 2024-08-30 16:17:09 +10:00
David Bomba
516533c374 Move null filter to basemodel 2024-08-30 15:44:01 +10:00
David Bomba
94da1d9ded Logic to update e_invoice 2024-08-30 15:00:25 +10:00
David Bomba
c52bc3dae7 Static Analysis 2024-08-30 14:45:16 +10:00
David Bomba
f77bfe2bc7 Fixes for required fields for paytrace 2024-08-30 14:16:35 +10:00
David Bomba
f69cfb0ffa Enforce client currency_id 2024-08-30 14:08:09 +10:00
David Bomba
8eb26085f0 Updates for email template variables 2024-08-30 13:50:03 +10:00
David Bomba
1241d8226d change from sleep to usleep for mollie 2024-08-30 13:36:21 +10:00
David Bomba
adf93942b2 Fixes for BTC Pay 2024-08-30 11:10:18 +10:00
David Bomba
93c382eae1 Minor refactors for inbound email processing 2024-08-30 10:57:43 +10:00
David Bomba
638c823722 Clean up for Peppol 2024-08-30 09:49:43 +10:00
Benjamin Beganović
37892cbe7f
Paytrace: Add loaders (#93)
* nullable access payment hash data

* add loaders to js

* add loaders to authorize

* assets build
2024-08-30 09:17:40 +10:00
David Bomba
8f88c408f7 minor fixeS 2024-08-29 17:17:52 +10:00
David Bomba
4ea7c7ef63 Split parameters 2024-08-29 17:12:12 +10:00
David Bomba
918258948b Hosted changes 2024-08-29 16:57:16 +10:00
David Bomba
52630f06e3 Sending einvoices 2024-08-29 15:51:48 +10:00
David Bomba
73ed01a9bc Static Analysis 2024-08-29 15:25:20 +10:00
David Bomba
8c2b97dce5 EInvoice sending activity 2024-08-29 15:16:01 +10:00
David Bomba
6eaf3632d9 Add payment failure emails 2024-08-29 14:36:38 +10:00
David Bomba
e2365ee0f9 Stubs for sending edocs 2024-08-29 11:19:09 +10:00
David Bomba
9f7ff7dc59 Stubs for sending edocs 2024-08-29 11:17:38 +10:00
David Bomba
ac5718b6e8 Additional filters for expenses 2024-08-29 09:55:27 +10:00
David Bomba
caf22d19c0 Minor fixes 2024-08-29 08:49:53 +10:00
David Bomba
27a8d205ca Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2024-08-29 08:49:44 +10:00
David Bomba
4fa57dfc59 Fixes for import hints 2024-08-29 08:32:28 +10:00
paulwer
7ff7ce6f19 brevo fixes 2024-08-28 10:08:48 +02:00
paulwer
984af8750a fixes 2024-08-28 09:56:01 +02:00
paulwer
5ecb2033db fixes 2024-08-28 09:53:38 +02:00
paulwer
2a28d8c976 fixes 2024-08-28 09:29:50 +02:00
paulwer
5da3ae7770 fixes 2024-08-28 09:29:11 +02:00
David Bomba
ee8a4b6ab6 Fixes for tests 2024-08-28 17:07:17 +10:00
paulwer
144d52b444 fixes 2024-08-28 08:44:08 +02:00
paulwer
2c7bf4f44d fixes 2024-08-28 08:18:39 +02:00
paulwer
b9f56f0e30 fixes postmark 2024-08-28 08:07:37 +02:00
paulwer
1f92ea0108 fixes for validating expense_mailbox in company request 2024-08-28 07:33:03 +02:00
paulwer
13dae4f524 Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses 2024-08-28 07:02:43 +02:00
David Bomba
fa38433de9 Updates for null properties 2024-08-28 14:05:39 +10:00
David Bomba
b4c9caa4c7 Minor fixes 2024-08-28 12:48:08 +10:00
David Bomba
17602f5fcd self host einvoicing 2024-08-28 12:13:07 +10:00
David Bomba
3ad93ac8aa Add back missing includE 2024-08-28 11:50:52 +10:00
David Bomba
5bc756bc83 Fixes for test 2024-08-28 11:18:13 +10:00
Benjamin Beganović
48fdf6a85c
New payment flow: Various fixes (#89)
* assets builds

* authorize: use simple-card from asset

* forte: use simple-card from asset

* remove @invoiceninja/simple-card from package

* update usages

* stripe: ach fix

* stripe: alipay fix

* stripe: bacs fix

* stripe: acss fix

* stripe: giropay fix

* assets build
2024-08-28 11:17:03 +10:00
David Bomba
bc1510582e Add legal entity 2024-08-28 11:12:47 +10:00
David Bomba
5f43c5e2a2 Fixes for tests 2024-08-28 11:02:57 +10:00
David Bomba
0905bd2f58 Storecove router 2024-08-28 10:48:08 +10:00
David Bomba
b94d54f3dd Static Analysis 2024-08-28 08:47:28 +10:00
David Bomba
148f4c2c6d Fixes for template mocked data 2024-08-28 08:45:22 +10:00
David Bomba
3df5e6ca5c self host e-invoicing 2024-08-27 20:22:51 +10:00
David Bomba
02cbcbd5ed Add legal entity id to model 2024-08-27 14:47:18 +10:00
David Bomba
620bdc61dd Static Analysis 2024-08-27 11:49:01 +10:00
David Bomba
3e39a58c8e Fixes for tests 2024-08-27 11:36:31 +10:00
David Bomba
376b728e68 Tests forbank processing rules 2024-08-27 10:38:16 +10:00
David Bomba
47311c5f2c Tests for rules 2024-08-27 10:06:11 +10:00
David Bomba
df914450e2
Merge pull request #9948 from turbo124/v5-develop
Minor fixes.
2024-08-27 09:42:24 +10:00
Benjamin Beganović
fba29de459
New payment flow: Various fixes (#88)
* checkout: fixes for view

* alipay: fixes for method implementation

* checkout: fixes for instant payments

* livewire: revert back the local patch

* remove livewire local patch
2024-08-27 07:42:39 +10:00
Benjamin Beganović
73bc91f743 rotessa acss 2024-08-26 18:21:21 +02:00
David Bomba
d074dd7edb Refactor for QB 2024-08-26 20:17:51 +10:00
David Bomba
7bd02ab097 Add hash to products 2024-08-26 16:25:46 +10:00
David Bomba
98326f1315 minor adjustments 2024-08-26 16:20:48 +10:00
David Bomba
406cb5a334 Fixes for tests 2024-08-26 16:14:54 +10:00
David Bomba
7f226fe5d2 minor adjustments 2024-08-26 15:48:48 +10:00
David Bomba
8f82b27e50 Refactor QB 2024-08-26 09:49:22 +10:00
David Bomba
b43c9ee59b Quickbooks settings 2024-08-26 08:24:51 +10:00
David Bomba
656a115eba Improve rate limiting 2024-08-25 07:39:14 +10:00
David Bomba
3569cef5dd remove backticks 2024-08-24 08:26:59 +10:00
David Bomba
8076eb6d06 Improve filters for expenses 2024-08-24 07:32:03 +10:00
David Bomba
b1f73f97de Qb 2024-08-23 22:55:31 +10:00
David Bomba
b24d843164 Updates for QB 2024-08-23 14:17:37 +10:00
David Bomba
6f374b3c43 Update version 2024-08-23 08:08:28 +10:00
David Bomba
829451641b v5.10.25 2024-08-22 17:17:05 +10:00
David Bomba
036aca49a4 Rollback for new payment flow 2024-08-22 16:45:06 +10:00
David Bomba
af92ce8d37 Merge new payment flows 2024-08-22 08:31:18 +10:00
David Bomba
e59a652263 minor fies 2024-08-22 08:20:08 +10:00
David Bomba
3f5f2d66cc Minor fixes 2024-08-22 08:18:19 +10:00
David Bomba
f258bdb78e Typo 2024-08-22 08:14:54 +10:00
David Bomba
d36515367b Fixes for pp cc 2024-08-22 08:14:28 +10:00
David Bomba
fd6d60327b Rules for DE 2024-08-22 07:45:07 +10:00
David Bomba
e63c50f58f Refactors for Bank Transactions 2024-08-21 17:46:07 +10:00
David Bomba
dfca75229d Additional rules for credits 2024-08-21 17:19:44 +10:00
David Bomba
c894cdff8b Refactor for quickbooks 2024-08-21 16:49:48 +10:00
David Bomba
c231c9186f Refactor for quickbooks 2024-08-21 15:07:52 +10:00
David Bomba
f8e06d7ca3 Refactor QB 2024-08-21 13:22:46 +10:00
David Bomba
9af3ffb77c Refactor 2024-08-21 13:18:21 +10:00
David Bomba
9c225458c6 Fixes for QB pr 2024-08-21 13:04:09 +10:00
David Bomba
ed84689ca0
Merge pull request #9924 from turbo124/v5-develop
Translations
2024-08-21 12:00:32 +10:00
David Bomba
37822d7a0d
Merge pull request #9917 from M-E-Development-Design/feature/import-quickbooks
Feature/import quickbooks
2024-08-21 12:00:02 +10:00
David Bomba
18bd957167 Update for license model 2024-08-21 10:48:13 +10:00
David Bomba
87639f3c73 Add accept purchase order webhook 2024-08-21 09:35:54 +10:00
David Bomba
c904a49aaf Additional granularity for mailer 2024-08-21 07:41:46 +10:00
David Bomba
42c727e995
Merge pull request #9918 from turbo124/v5-develop
Fix for calculate taxes with Recurring Invoices
2024-08-20 11:53:49 +10:00
David Bomba
0615ba25ed Fixes for calculate taxes - edge case with Recurring Invoice 2024-08-20 11:53:10 +10:00
David Bomba
609d464ac7 minor fixes 2024-08-19 19:17:58 +10:00
David Bomba
aed30cb572 Peppol 2024-08-19 14:06:27 +10:00
David Bomba
4e8197a623 peppol 2024-08-19 11:45:34 +10:00
David Bomba
af73fc2e51 Improve expense XML parsing 2024-08-19 07:42:49 +10:00
karneaud
979b8ddcb2 remove logger 2024-08-17 11:51:01 -04:00
karneaud
72938bf5ad update tranformation keys 2024-08-17 11:25:17 -04:00
karneaud
73e596d29c group common methods into trait 2024-08-17 11:24:53 -04:00
karneaud
43b95125f0 add logic for import payment entity 2024-08-17 11:24:08 -04:00
Lars Kusch
1ab0cbcc63
Merge branch 'v5-develop' into v5-develop
Signed-off-by: Lars Kusch <lars@lars-kusch.de>
2024-08-17 15:16:23 +02:00
Lars Kusch
756ea9521c
Update ZugferdEDokument.php 2024-08-17 15:15:31 +02:00
Benjamin Beganović
0e2edde2a5
fix logic with under over payments (#82) 2024-08-17 07:54:18 +10:00
Kendall Arneaud
d85f0b98fd
Merge pull request #30 from M-E-Development-Design/v5-develop
V5 develop
2024-08-15 21:14:31 -04:00