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

2992 Commits

Author SHA1 Message Date
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
David Bomba
447278ca80 Fixes for twig templatse 2024-07-19 10:28:28 +10:00
David Bomba
62e91b6f21 Fixes for twig templatse 2024-07-19 10:13:19 +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
61a78ca4b9 Add labels to checkboxes on setup screen 2024-07-12 10:07:10 +03: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
0ed2520c92
Merge pull request #9635 from LarsK1/v5-develop
Feature: E-Invoice Import
2024-06-22 13:54:06 +10:00
David Bomba
0c60a11989 Search filters for recurring invoices 2024-06-19 09:09:44 +10:00
Lars Kusch
61570cea93 Implement E-Invoice Import as Expense 2024-06-18 08:19:45 +02: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
Benjamin Beganović
5878340523 Add new view for GoCardless access denied page 2024-06-11 19:50:15 +02:00
Benjamin Beganović
8f8ab095bb Add completed GoCardless connection view template 2024-06-11 19:50:08 +02: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
David Bomba
e8907beeab Updates for translations 2024-05-20 07:50:39 +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ć
6190ddbeee pass is_subscriptions in the rff 2024-05-09 00:53:21 +02:00
Benjamin Beganović
e8a0cc6582 fixes for z index 2024-05-06 12:20:08 +02:00
Benjamin Beganović
476aa54195 add terms and policy popup 2024-05-06 12:20:04 +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
a62302b655 Remove mail config from setup 2024-04-08 08:51:33 +10:00
David Bomba
73608fedf4 Refactor setup page 2024-04-08 07:44:19 +10:00
David Bomba
baad05c543 v5.8.43 2024-04-05 08:42:31 +11:00
David Bomba
2e965fd6ab Changes for react build on docker 2024-04-05 07:26:09 +11:00
David Bomba
2957227422 Additional Templates 2024-04-04 15:04:50 +11:00
David Bomba
412cfb511a skip tests 2024-04-04 11:32:31 +11:00
David Bomba
8326387e8c
Merge pull request #9425 from turbo124/v5-develop
Bulk assignment of clients to a group
2024-04-04 09:34:03 +11:00
David Bomba
cf7008a5ab Fixes for plain design 2024-04-02 21:50:59 +11:00
Benjamin Beganović
fa5827eb44 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-04-01 19:09:13 +02:00
Benjamin Beganović
b6f9812f96 Refactor registration form in billing portal 2024-04-01 19:05:21 +02:00
Benjamin Beganović
4a6c754684 Refactor register form in billing portal 2024-04-01 19:05:15 +02:00
Benjamin Beganović
ef8aff8a81 Add registration form for billing portal v3 2024-04-01 19:04:32 +02:00
David Bomba
0025df940a Fixes for terms 2024-03-30 08:31:49 +11:00
Benjamin Beganović
dd9f1b1afe Revert back plain form 2024-03-29 18:09:14 +01:00
David Bomba
53d1c55acf Fixes for missing download actions for e-docs 2024-03-28 07:40:56 +11:00
Benjamin Beganović
49b753d3fd Combine forms 2024-03-27 17:36:35 +01:00
Benjamin Beganović
c47cebac0e Move registration fields locally 2024-03-27 17:36:23 +01:00
David Bomba
7ae477faf3 Catch edge case when displaying document not available 2024-03-27 20:08:55 +11:00
David Bomba
34aaf9aec7 Updates 2024-03-27 16:11:22 +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ć
cc99ea0f71 Remove char 2024-03-15 01:38:05 +01:00
Benjamin Beganović
5186f96a4b Update required-client-info component parameters 2024-03-15 01:31:15 +01:00
Benjamin Beganović
7d4588d3b5 Refactor required-client-info component instantiation in rff.blade.php 2024-03-15 01:31:11 +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ć
e97bc44537 Add basic form for contact information in billing portal 2024-03-14 16:18:49 +01:00
Benjamin Beganović
21be70b47f Remove error message and fix formatting in purchase.blade.php 2024-03-14 15:58:45 +01:00
Benjamin Beganović
562f0e7661 Add error message display in billing portal index page 2024-03-14 15:58:40 +01:00
Benjamin Beganović
428b416de3 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-13 19:25:37 +01:00
Benjamin Beganović
46bd2be274 Update payment method form submission delay 2024-03-13 19:24:29 +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
1055ed94c4 updated template 2024-03-10 16:25:28 +11:00
David Bomba
3e44bc0f4f Fixes for contact guards 2024-03-09 10:40:27 +11:00
Benjamin Beganović
50c9df36ab Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-08 20:03:56 +01:00
Benjamin Beganović
e3f1520ba9 Remove OTP form from registration page 2024-03-08 19:37:24 +01:00
David Bomba
3197b5f05c Fixes for handle password 2024-03-08 10:31:43 +11:00
Benjamin Beganović
ebba4d5726 Fix email field value in registration form 2024-03-07 19:13:22 +01:00
Benjamin Beganović
8d0544bc72 Fix email value in register-or-login.blade.php 2024-03-07 19:13:19 +01:00
Benjamin Beganović
46f904f4b9 Refactor registration form layout and add dynamic fields 2024-03-06 17:38:01 +01:00
Benjamin Beganović
3c9f366872 Add client registration form to the billing portal 2024-03-06 17:37:57 +01:00
Benjamin Beganović
fcd9205b33 Scaffold registration concept for register-or-login 2024-03-05 19:12:09 +01:00
David Bomba
6f80c6fab8 Updates for custom designs 2024-03-05 16:06:02 +11:00
David Bomba
1878829851 Fixes for signature display 2024-03-05 08:55:23 +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ć
302a575a54 Update validation styles to use emerald color 2024-03-04 18:36:38 +01:00
Benjamin Beganović
40d3a7734d Update badge colors in badge.scss 2024-03-04 18:36:35 +01:00
Benjamin Beganović
2678ccbfbc Update border color for success alerts 2024-03-04 18:36:31 +01:00
Benjamin Beganović
c36359f2e6 Update form inputs in purchase.blade.php 2024-03-01 14:17:36 +01:00
Benjamin Beganović
650d8732ef Refactor purchase form submission in billing portal 2024-03-01 14:17:30 +01:00
Benjamin Beganović
8ebc425fd5 Add registration and login functionality to billing portal 2024-02-28 17:55:51 +01:00
Benjamin Beganović
b17221f3dc Add BillingPortal registration functionality 2024-02-28 17:55:47 +01:00
Benjamin Beganović
cfd33bd4fc Add Billing Portal Login functionality 2024-02-28 17:55:42 +01:00
Benjamin Beganović
2dcc070af2 Remove Authentication 2024-02-28 17:55:13 +01:00
Benjamin Beganović
1f833398e6 Remove console log 2024-02-22 14:11:50 +01:00
Benjamin Beganović
d28061507e Pass form_only=false to original required client 2024-02-22 14:08:33 +01:00
Benjamin Beganović
5ece68f884 Cast source to payment checkout page 2024-02-22 14:08:18 +01:00
Benjamin Beganović
b063234307 Fixes for double submissions 2024-02-22 14:08:09 +01:00
Benjamin Beganović
6346e7a92f Make RFF proxy for RequiredClientInfo 2024-02-22 14:07:57 +01:00
Benjamin Beganović
938ffbe66b Form only view for required client info 2024-02-22 14:07:34 +01:00
Benjamin Beganović
b3a5b65af2 Refactor purchase.next event handling in billing portal view 2024-02-22 11:21:50 +01:00
Benjamin Beganović
fd4f24c9ad Update spinner and container visibility 2024-02-22 11:21:45 +01:00
David Bomba
87df61fa67 Fixes for broken Markdown Parsing 2024-02-22 14:36:59 +11:00
David Bomba
55d512b0a5 Fixes for wrong product types being used cost => price 2024-02-22 14:00:39 +11:00
Benjamin Beganović
4cee352009 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-02-21 18:02:10 +01:00
Benjamin Beganović
d3154c6409 Add conditional rendering for optional products label 2024-02-21 18:00:10 +01:00
Benjamin Beganović
64ef4ee9da Update hidden input fields in purchase.blade.php 2024-02-21 17:55:16 +01:00
Benjamin Beganović
ec88825c2a Update purchase.submit event listener in billing portal view 2024-02-21 17:55:12 +01:00
Benjamin Beganović
21c920ad71 Add spinner animation to purchase page 2024-02-20 17:24:47 +01:00
Benjamin Beganović
1cc17a4af4 Add spinner and observer for loading screen 2024-02-20 17:24:42 +01:00
Benjamin Beganović
68a0db8725 Refactored payment methods display 2024-02-20 17:10:35 +01:00
Benjamin Beganović
ef0807ea59 Add contact fields 2024-02-20 09:56:44 +01:00
Benjamin Beganović
0f3cd7eb3c Add event listener for form submission 2024-02-19 18:16:27 +01:00
Benjamin Beganović
93df3a4007 Add payment form to purchase view 2024-02-19 18:16:15 +01:00
Benjamin Beganović
f235d44ac5 Update key references for components 2024-02-16 17:42:55 +01:00
David Bomba
ce2885ed37 Adjustments for test mail server 2024-02-16 13:45:56 +11:00
Benjamin Beganović
0d2087dfc2 Scaffold payments handling 2024-02-15 19:33:34 +01:00
Benjamin Beganović
061643c5da Add optional products section to cart view 2024-02-14 18:30:54 +01:00
Benjamin Beganović
75d5b0fcf0 Add quantity selection for recurring products 2024-02-14 18:30:51 +01:00
Benjamin Beganović
7b9a4a61fc Add quantity selection for optional recurring products 2024-02-14 18:30:46 +01:00
Benjamin Beganović
474a1908ba Refactor optional one-time products view and component 2024-02-14 18:30:38 +01:00
Benjamin Beganović
c2c939af76 Add conditional rendering for items with quantity greater than 0 in summary.blade.php 2024-02-14 18:30:02 +01:00
Benjamin Beganović
9696fc4f59 Update purchase.blade.php layout 2024-02-14 18:29:53 +01:00
Benjamin Beganović
6cb0f11b5d Add RFF form to billing portal v3 2024-02-13 18:57:10 +01:00
Benjamin Beganović
38d9054650 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-02-13 18:50:16 +01:00
Benjamin Beganović
e83eac004a Add summary details to billing portal v3 2024-02-13 18:40:01 +01:00
Benjamin Beganović
133b22180d Refactor purchase.blade.php layout 2024-02-13 18:39:57 +01:00
David Bomba
b490524009 Improve templates 2024-02-13 17:11:40 +11:00
David Bomba
83215cd0bc Improve template switching for hosted users 2024-02-13 17:10:36 +11:00
David Bomba
52ae1722b3 Add selector for company logo on main page 2024-02-13 14:03:59 +11:00
Benjamin Beganović
c48167bfd7 Add RecurringProducts component and corresponding view 2024-02-12 18:55:42 +01:00
Benjamin Beganović
2faeb2eeaa Add OptionalRecurringProducts component and corresponding view 2024-02-12 18:55:30 +01:00
Benjamin Beganović
28db9eb508 Add OptionalOneTimeProducts component and its corresponding view 2024-02-12 18:55:25 +01:00
Benjamin Beganović
8e572f5790 Add OneTimeProducts component and its corresponding view 2024-02-12 18:55:19 +01:00
Benjamin Beganović
1b92542d55 Add Cart component and cart view for billing portal 2024-02-12 18:55:14 +01:00
Benjamin Beganović
488733651f Add BillingPortal Summary component and view 2024-02-12 18:55:09 +01:00
Benjamin Beganović
1290c19339 Add Cart component and handle context in Purchase class 2024-02-12 18:55:03 +01:00
David Bomba
192722b7a4 Minor adjustments 2024-02-12 14:00:24 +11:00
David Bomba
958e0bbfc6
Merge pull request #9286 from turbo124/v5-develop
Adjustments for task imports
2024-02-10 14:51:07 +11:00
Benjamin Beganović
56c2bdda20 Refactor subscription plan switch component and add form validation 2024-02-09 19:20:38 +01:00
Benjamin Beganović
a5672187c4 Refactor authentication view in billing portal v3 2024-02-09 17:53:34 +01:00
Benjamin Beganović
05f8e2a72c Refactor purchase.blade.php layout 2024-02-09 17:53:31 +01:00
David Bomba
ff072956cb New email templates 2024-02-09 15:06:34 +11:00
Benjamin Beganović
b9f49f5e05 Add purchase view for billing portal v3 2024-02-08 19:55:47 +01:00
Benjamin Beganović
9877c5ab3d Add billing portal purchase view 2024-02-08 19:55:44 +01:00
Benjamin Beganović
631b7f7b25 Add authentication view for billing portal v3 2024-02-08 19:55:41 +01:00
David Bomba
4fa76afee6 Fixes for router domains 2024-02-08 21:12:01 +11: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
David Bomba
f16e8fdd15 Fixes for KRW currency formatting 2024-02-07 07:42:46 +11: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
David Bomba
6966c5cc61
Merge pull request #9224 from beganovich/31-rff
Required form fields
2024-02-04 11:21:34 +11:00
David Bomba
886e6b3de8 Improvements for email handling 2024-02-03 22:31:24 +11:00
David Bomba
bea52e641e Fixes for display of unsubscribe link 2024-02-03 22:26:43 +11:00
David Bomba
c065d1c85d v5.8.21 2024-02-01 19:45:45 +11:00
David Bomba
f2b85e0745 Fixes for plain text emails 2024-02-01 19:44:58 +11:00
Benjamin Beganović
d1980ec9c3 Add nextButton references to Payment class 2024-01-31 18:59:50 +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
Benjamin Beganović
290827b2d8 Refactor Payment class to handle additional steps 2024-01-31 18:47:43 +01:00
David Bomba
72e441c1c4 Updates for @isset() 2024-01-31 16:46:29 +11:00
David Bomba
59568b20df Refactor for emails - failed notifications 2024-01-29 17:45:22 +11: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