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

1599 Commits

Author SHA1 Message Date
Kendall Arneaud
4a8a52b09d
Update contact.blade.php
Amend translation text.

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-28 19:03:14 -04:00
Kendall Arneaud
161c68c1df
Update address.blade.php
Amend translation texts

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-28 18:54:00 -04:00
Kendall Arneaud
ef10fcfd87
Update CA.blade.php
amend translation text ref

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-28 18:51:34 -04:00
Kendall Arneaud
efed61c8fd
Update pay.blade.php
update text translation

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-28 18:47:43 -04:00
David Bomba
a5a9c43aff Updates 2024-07-28 16:15:15 +10:00
David Bomba
39e641d140 Fixes for missing ' 2024-07-28 09:21:01 +10:00
David Bomba
850c5e8f94 Updates for paypal flow 2024-07-28 08:51:24 +10:00
Kendall Arneaud
9ae58c4b94
Update pay.blade.php
Added ctrans() features as per request https://github.com/invoiceninja/invoiceninja/pull/9704#discussion_r1693682268

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:48:58 -04:00
Kendall Arneaud
08f762e31f
Update pay.blade.php
removed. Not needed

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-07-27 12:43:09 -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
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
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
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
d5d9d54c1f
Merge branch 'invoiceninja:v5-develop' into v5-develop 2024-07-22 20:06:24 -04:00
David Bomba
3981d59ef3 Fixes for translations 2024-07-21 11:12:07 +10:00
David Bomba
684533a591 Fixes for paypal driver 2024-07-20 13:36:38 +10:00
Benjamin Beganović
0de492d96f
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-07-16 18:43:55 +10:00
Kendall Arneaud
9dd7bea511
Merge pull request #7 from invoiceninja/v5-develop
V5 develop
2024-07-12 11:03:53 -04:00
Hillel Coren
e549b34f6a Fix edge cases to ensure /setup loads 2024-07-11 14:29:33 +03:00
Hillel Coren
42f149e310 Standardize button sizes in client portal 2024-07-10 14:48:19 +03:00
Hillel Coren
fb4fff6d8b Standardize button sizes in client portal 2024-07-10 14:45:40 +03:00
Hillel Coren
03fc546e81 Replace copyable link with pushState 2024-07-10 09:06:13 +03:00
Benjamin Beganović
1f7904e317
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-07-10 09:55:36 +10:00
Hillel Coren
b35eddd54b Help guide setting up the app 2024-07-09 19:39:37 +03:00
Benjamin Beganović
18cd647e43
improve loading states (#66) 2024-07-09 12:02:54 +10:00
Kendall Arneaud
fe9ae17943
Merge pull request #6 from invoiceninja/v5-develop
V5 develop
2024-07-08 11:50:09 -04:00
Benjamin Beganović
2a1947ea6e
New payment flow (#64)
* remove context from invoice-pay

* withsecurecontext trait

* update usages

* wip

* wip

* wip

* wip

* wip
2024-07-05 15:13:38 +10:00
David Bomba
f3dc80ae09 Roll back join queries 2024-07-05 12:04:42 +10:00
Kendall Arneaud
cd53792cae
Merge branch 'invoiceninja:v5-develop' into v5-develop 2024-07-03 19:53:51 -04:00
David Bomba
f25469a288 Required fields 2024-07-02 19:20:55 +10:00
David Bomba
ee90539bd8 improvements for validation of over/under payments 2024-07-02 18:32:14 +10:00
David Bomba
01312996d8 Working on integrating multiple invoice payments 2024-07-02 17:09:46 +10:00
David Bomba
73c1f1b767 improvements for validation of over/under payments 2024-07-02 16:13:52 +10:00
David Bomba
6f5a08f87d new payment flow 2024-07-02 14:54:50 +10:00
David Bomba
e1be33314e Improve spinners between loads 2024-07-02 12:35:28 +10:00
David Bomba
4a3f8278ea Updates for new payment flow 2024-07-02 08:20:10 +10:00
David Bomba
825d18fbae Updates for new payment flow 2024-07-01 15:13:58 +10:00
David Bomba
5761f6dc34 Updates for payment flow 2024-07-01 09:39:40 +10:00
David Bomba
a83cb0c3b2 working on payment flow 2024-07-01 07:44:03 +10:00
David Bomba
dd1fc3da82 Updates for country selector 2024-06-29 07:42:45 +10:00
David Bomba
c7cc0e084f updates for html invoice layout 2024-06-28 15:41:48 +10:00
David Bomba
93c6de7747 Updates for paypal text 2024-06-28 12:48:36 +10:00
David Bomba
682147a26e Updated - now trying to get vite and livewire to play nice 2024-06-28 12:42:44 +10:00
Kendall Arneaud
96c7a475b6
Merge branch 'payment-driver-rotessa' into v5-develop
Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
2024-06-26 21:38:13 -04:00
karneaud
f03142a834 reference full blade path using render 2024-06-26 21:28:53 -04:00
David Bomba
7189c494ea Updated flow 2024-06-27 10:29:36 +10:00
David Bomba
6ed6a001c1 Additional checks 2024-06-27 07:40:47 +10:00
David Bomba
c315911da4 Payment float 2024-06-24 15:44:42 +10:00
David Bomba
3e760e6cc6 New payment flow 2024-06-24 14:38:53 +10:00
karneaud
c812717d52 add views for rotessa payment gateway 2024-06-23 22:34:38 -04:00
David Bomba
b5508f702d Purge laravel-data 2024-06-18 15:12:45 +10:00
David Bomba
c163f3c1a4 Static Analysis 2024-06-17 20:38:33 +10:00
David Bomba
13405c1805 Static Analysis + ACSS 2024-06-17 16:08:06 +10:00
David Bomba
38114d0c48 Minor fixes - add referral code to user transformer 2024-06-16 19:16:42 +10:00
David Bomba
9c288cd452 remove paypal user-id 2024-06-14 17:07:52 +10:00
David Bomba
ef388a0c77 Filters for bank accounts 2024-06-14 14:31:26 +10:00
David Bomba
50398360b9 Paypal 2024-06-13 19:59:29 +10:00
David Bomba
d23866932b Fixes for text body templates 2024-06-13 16:52:23 +10:00
David Bomba
6972d4d4b0 Allow parameter passing to pre-payments 2024-06-12 08:30:22 +10:00
David Bomba
84e7cfcdaf Updates for paypal rest implementation 2024-06-06 11:54:08 +10:00
David Bomba
6a9dcdf4af updated resources 2024-06-06 11:20:47 +10:00
David Bomba
e61c2422ee updated resources 2024-06-06 11:17:34 +10:00
David Bomba
fc091659ed Additional information for client presenter dropdown 2024-06-03 07:29:18 +10:00
David Bomba
a8237ebcdf Add selectors to task table in client portal 2024-06-01 09:17:57 +10:00
Benjamin Beganović
f76c924c3a assets production build 2024-05-31 19:47:09 +02:00
Benjamin Beganović
2d8c30244b update client card info 2024-05-31 19:46:41 +02:00
David Bomba
fd7dfb1dc8
Merge branch 'v5-develop' into 1333-tailwind-v3
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-05-31 23:10:54 +10:00
David Bomba
9180dc4478 Refactor for paypal implementation 2024-05-24 10:38:07 +10:00
David Bomba
9d7bef3a94 PayPal Rest Driver updates 2024-05-20 13:14:50 +10:00
David Bomba
8dde7024fc extend paypal classes 2024-05-20 11:59:44 +10:00
Nisaba
ccd165e05f
Merge branch 'invoiceninja:v5-develop' into v5-develop 2024-05-16 11:24:01 +00:00
David Bomba
a43db8f11e adjustments for acss 2024-05-14 07:47:46 +10:00
Nisaba
d11766c1bd
initial BTCPay commit
Signed-off-by: Nisaba <34550856+Nisaba@users.noreply.github.com>
2024-05-13 16:33:15 +00:00
Benjamin Beganović
f343debeef pass is_subscriptions in the payments widget 2024-05-09 00:53:29 +02:00
Benjamin Beganović
e8a0cc6582 fixes for z index 2024-05-06 12:20:08 +02:00
David Bomba
d387bed9c8 SCA compliance PayPal Rest 2024-05-02 13:59:18 +10:00
David Bomba
7a128ecb10 working on 3ds SCA 2024-04-29 10:01:49 +10:00
David Bomba
50e211104d Improvements for showing required fields 2024-04-25 17:46:11 +10:00
David Bomba
0bd5a9db0c minor fixes 2024-04-24 09:21:00 +10:00
David Bomba
4921eadc89 Updates for client reports 2024-04-23 12:45:43 +10:00
David Bomba
de7bd17a5e Paypal rest token payments 2024-04-22 22:37:34 +10:00
David Bomba
8d5b8e2319 Tokenization for paypal advanced cards 2024-04-22 14:38:29 +10:00
David Bomba
cacecbc086 minor fixes 2024-04-16 22:01:25 +10:00
David Bomba
9017382ea9 paypapl 2024-04-15 13:42:44 +10:00
David Bomba
4f2f509b16 Working on FatturaPA 2024-04-10 22:07:03 +10:00
David Bomba
73608fedf4 Refactor setup page 2024-04-08 07:44:19 +10:00
Benjamin Beganović
fa5827eb44 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-04-01 19:09:13 +02:00
David Bomba
0025df940a Fixes for terms 2024-03-30 08:31:49 +11:00
David Bomba
53d1c55acf Fixes for missing download actions for e-docs 2024-03-28 07:40:56 +11:00
David Bomba
7ae477faf3 Catch edge case when displaying document not available 2024-03-27 20:08:55 +11:00
David Bomba
8440048032 Minor typo fix 2024-03-26 19:57:32 +11:00
David Bomba
6511bcee35
Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-03-25 07:50:46 +11:00
Benjamin Beganović
bc269c5816 Update total invoices display in dashboard 2024-03-22 11:44:02 +01:00
David Bomba
429c143c89 add css selector for client portal logo 2024-03-22 08:52:23 +11:00
Benjamin Beganović
19a24f2092 Rename old dashboard 2024-03-21 17:40:47 +01:00
Benjamin Beganović
89e526334e Dashboard 2.0 2024-03-21 17:40:40 +01:00
Benjamin Beganović
31942cb401 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-21 16:27:23 +01:00
David Bomba
869262b541
Merge branch 'v5-develop' into v5-develop
Signed-off-by: David Bomba <turbo124@gmail.com>
2024-03-20 22:09:53 +11:00
Lars Kusch
ee147e0e4e
Merge branch 'v5-develop' into feature-einvoice-quote
Signed-off-by: Lars Kusch <lars@lars-kusch.de>
2024-03-19 15:45:40 +01:00
David Bomba
81385e4857 Clean up for password resets 2024-03-19 12:17:25 +11:00
Benjamin Beganović
5186f96a4b Update required-client-info component parameters 2024-03-15 01:31:15 +01:00
Benjamin Beganović
7eb4235c43 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-14 16:21:25 +01:00
Benjamin Beganović
428b416de3 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-13 19:25:37 +01:00
David Bomba
fb39818c5c Fixes for cc payment form 2024-03-12 05:54:18 +11:00
David Bomba
f0ad4175aa Fixes for required client invoice + SMTP transport 2024-03-11 13:35:16 +11:00
David Bomba
abfe28371b Fixes for client registration 2024-03-11 07:19:56 +11:00
Lars Kusch
cd0884c770 Added download button in client portal for new types 2024-03-10 16:24:28 +01:00
David Bomba
3e44bc0f4f Fixes for contact guards 2024-03-09 10:40:27 +11:00
Benjamin Beganović
dd80a30fc7 Update border color in cancellation index.blade.php 2024-03-04 18:36:55 +01:00
Benjamin Beganović
6577a6f83d Update payment icon color 2024-03-04 18:36:50 +01:00
Benjamin Beganović
63211f50db Update text color in billing-portal-purchase.blade.php 2024-03-04 18:36:47 +01:00
Benjamin Beganović
7a467e8fbd Update login button color in register page 2024-03-04 18:36:44 +01:00
Benjamin Beganović
d28061507e Pass form_only=false to original required client 2024-02-22 14:08:33 +01:00
Benjamin Beganović
938ffbe66b Form only view for required client info 2024-02-22 14:07:34 +01:00
David Bomba
52ae1722b3 Add selector for company logo on main page 2024-02-13 14:03:59 +11:00
David Bomba
192722b7a4 Minor adjustments 2024-02-12 14:00:24 +11:00
Benjamin Beganović
56c2bdda20 Refactor subscription plan switch component and add form validation 2024-02-09 19:20:38 +01:00
Benjamin Beganović
a86a8d9fad Add conditional rendering for contact fields in billing portal purchase form 2024-02-07 17:52:54 +01:00
Benjamin Beganović
af27cd0b4e Add hidden input fields for contact information in billing portal purchase form 2024-02-07 17:30:55 +01:00
Benjamin Beganović
73e9b1c9cb Add validation errors to invoice show page 2024-02-04 17:08:40 +01:00
Benjamin Beganović
26470f75a0 Add required contact fields to invoice form 2024-02-04 05:46:53 +01:00
Benjamin Beganović
d4ea1ee839 Update accept terms button ID 2024-01-31 18:59:40 +01:00
Benjamin Beganović
958a327013 Update signature button ID 2024-01-31 18:59:37 +01:00
Benjamin Beganović
252e61f984 Update ID of next-step button in required-fields.blade.php 2024-01-31 18:59:34 +01:00
Benjamin Beganović
b61d68847b Update accept terms button ID 2024-01-31 18:47:58 +01:00
Benjamin Beganović
724ffca9f6 Update signature button ID 2024-01-31 18:47:55 +01:00
Benjamin Beganović
d70c07bb5c Add required fields modal to invoices 2024-01-31 18:47:52 +01:00
Benjamin Beganović
35587cdab4 Add required contact fields to payment form 2024-01-31 18:47:46 +01:00
David Bomba
50676394e0 Replace variables in Terms for user acceptance in Client Portal 2024-01-29 15:43:40 +11:00
David Bomba
2873b0e522 Add option for html entity view in Client Portal 2024-01-28 15:05:30 +11:00
David Bomba
0d9b40dcb6 Fixes for subscription switching 2024-01-28 11:05:50 +11:00
David Bomba
9f5cfd7440 Adjustments for PayPal Rest implementation 2024-01-28 09:21:45 +11:00
David Bomba
d05a58cebe Livewire fixes for subscription purchasds 2024-01-27 18:59:56 +11:00
David Bomba
2aa26a5227 Updates for partially applied payments 2024-01-26 10:20:28 +11:00
David Bomba
a329af2ddd Add partially unapplied payment status 2024-01-26 10:04:50 +11:00
David Bomba
976d1f9f1a Add tasks to client portal 2024-01-25 14:06:26 +11:00
David Bomba
76d159ee02
Merge pull request #9172 from beganovich/1297
E-mail preferences links
2024-01-24 14:40:05 +11:00
David Bomba
e252c10e7f Repove reference to country / currency for paypal rest integration 2024-01-22 09:28:21 +11:00
Benjamin Beganović
c1993f2142 Update email preferences form 2024-01-19 15:20:23 +01:00
David Bomba
f6402f87a5 Improvements for unsubscribe links 2024-01-19 13:45:24 +11:00
Benjamin Beganović
4377a05716 wip 2024-01-17 17:41:54 +01:00
David Bomba
4f9400454a Rebundle livewire using ESM 2024-01-14 12:00:51 +11:00
David Bomba
5142465163 roll back for livewire resources 2024-01-13 10:01:45 +11:00