1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 09:21:34 +02:00
Commit Graph

2263 Commits

Author SHA1 Message Date
David Bomba
813fc7bd5e change entity details from table to div 2023-01-30 11:07:55 +11:00
David Bomba
a4467149f9 Add Shipping address to clean design 2023-01-30 08:58:02 +11:00
David Bomba
6a5da9cbc6 Minor fixes for the Clean design 2023-01-29 17:11:22 +11:00
David Bomba
6abea7bc9c Update designs 2023-01-28 00:08:42 +11:00
David Bomba
423a7f4cc9 Enable setting the width of the logo via settings 2023-01-27 22:49:25 +11:00
David Bomba
d0d78e653d Update clean design 2023-01-27 13:32:05 +11:00
David Bomba
b67bbdcd7a Fixes for logic surrounding presenting the save payment method details radio buttons 2023-01-26 09:36:59 +11:00
David Bomba
e2ef82b266 Fixes for content-disposition in CORS 2023-01-23 09:31:40 +11:00
David Bomba
805b0f4674 Checks for settings in template 2023-01-21 09:20:39 +11:00
Lars Kusch
8cb650dd60 Add translation for error message 2023-01-20 09:01:37 +01:00
Lars Kusch
198ef6b191 Correct error message in formular 2023-01-20 08:49:36 +01:00
Lars Kusch
1b50175c34 Show error message on no payment method 2023-01-20 08:22:24 +01:00
David Bomba
e0170dbecf Show credit payment amounts in the client portal 2023-01-19 14:45:34 +11:00
David Bomba
753cfa9585 Configure subscription recurring products to use both maxseats +/- inventory if configured 2023-01-18 09:22:08 +11:00
David Bomba
67dfe8a4b9 Show terms/footers on Recurring Invoice Preview 2023-01-17 09:43:11 +11:00
Lars Kusch
7285b39f1e
Merge branch 'v5-develop' into v5-develop 2023-01-16 16:31:30 +01:00
Lars Kusch
07d9149ec3 Fixes 2023-01-16 14:58:38 +01:00
Lars Kusch
684407b4e2
Update app.blade.php 2023-01-16 12:40:54 +01:00
Lars Kusch
0369017da6
Update clean.blade.php 2023-01-16 12:40:25 +01:00
Lars Kusch
591efe1603
Update vendor_app.blade.php 2023-01-16 12:39:55 +01:00
Lars Kusch
9486563bba
Update vendor_app.blade.php 2023-01-16 12:35:33 +01:00
Lars Kusch
11331acf4d
Update app.blade.php 2023-01-16 12:35:13 +01:00
Lars Kusch
735d08a679
Fixes for matomo 2023-01-16 12:34:38 +01:00
David Bomba
5d1dc68739 Pass whitelabel to front end 2023-01-15 07:46:23 +11:00
David Bomba
5389c00c2f migrations for companies/accounts table 2023-01-13 00:32:54 +11:00
David Bomba
7e7cffa8c8 Fixes for recurring invoice cancellations 2023-01-12 17:29:28 +11:00
David Bomba
1d811c49b9 Return success to webhook URL when the gateway has been deleted/non-resolvable to prevent constant webhook retries 2023-01-12 15:58:02 +11:00
David Bomba
4979109d97 handle missing required keys for Invoice2Go Imports 2023-01-12 11:08:32 +11:00
David Bomba
39a7d94b21 Handle when stripe ACH dialog is closed 2023-01-11 15:10:29 +11:00
David Bomba
490c026a08 Fixes for forte payment driver authorization 2023-01-10 13:34:36 +11:00
David Bomba
1114f80e82 Add guards to @auth blocks 2023-01-03 15:53:43 +11:00
David Bomba
03d8864652
Merge pull request #8101 from turbo124/v5-develop
v5.5.50
2023-01-02 17:56:23 +11:00
David Bomba
843229d9b5 Refactor for livewire 2022-12-23 11:51:29 +11:00
David Bomba
3a85441c49 Refactor for livewire 2022-12-23 11:39:41 +11:00
David Bomba
d4356af782 Refactor Livewire passing references 2022-12-23 11:33:14 +11:00
Lars Kusch
f87d84ee1e More fixes 2022-12-22 11:38:32 +01:00
Lars Kusch
2b7893aad9 More fixes 2022-12-22 11:34:17 +01:00
Lars Kusch
848ada8790 More fixes 2022-12-22 11:09:42 +01:00
Lars Kusch
1aa854d4b5 More fixes 2022-12-22 11:06:00 +01:00
David Bomba
9e84f6c10f Reduce object sizes in Livewire 2022-12-22 16:53:48 +11:00
David Bomba
3e4926d88e Reduce object sizes in Livewire 2022-12-22 16:44:36 +11:00
David Bomba
28cbe52d9c Refactor for subscriptions and changing between subscriptions 2022-12-22 15:58:18 +11:00
David Bomba
cb823ef8b5 Clean up for register form 2022-12-20 23:53:52 +11:00
David Bomba
13f8aa2140 Refactor subscription invoices to use standard allow temporary invoice numbers until they are confirmed 2022-12-20 21:46:20 +11:00
David Bomba
971787161c Enforce registration for subscriptions if configured 2022-12-20 15:50:02 +11:00
David Bomba
66ba48bb49 minor fixes for subscriptions 2022-12-19 12:38:03 +11:00
David Bomba
61ae25b2be trim subscriptions 2022-12-18 22:12:29 +11:00
David Bomba
8049e4d294 Fixes for alignment of text issues in subscription order overview 2022-12-18 21:47:09 +11:00
David Bomba
fd789ffddc Fixes for change plan with subscriptions 2022-12-18 20:57:32 +11:00
Lars Kusch
87fcdfd90b Fixes for js 2022-12-17 15:11:36 +01:00
Lars Kusch
bc53a46fac Fixes for js 2022-12-17 14:52:21 +01:00
Lars Kusch
ad3a6b2f26 Fixes 2022-12-17 14:44:41 +01:00
Lars Kusch
9fe832ab22 Redirect after payment 2022-12-17 14:42:04 +01:00
Lars Kusch
f897df733a Redirect after payment 2022-12-17 14:22:03 +01:00
Lars Kusch
36771eedce Fixes for Matomo 2022-12-17 14:13:12 +01:00
Lars Kusch
2cf9db7b2b Fixes 2022-12-17 06:58:45 +01:00
Lars Kusch
6b163f1d3f Minor fix 2022-12-17 06:26:52 +01:00
Lars Kusch
bbeef5fd50 Added payment view for BACS 2022-12-17 06:19:52 +01:00
Lars Kusch
067dac5ac9 Adapt texts 2022-12-17 06:04:46 +01:00
Lars Kusch
1459a52892 Further fixes 2022-12-17 06:02:50 +01:00
Lars Kusch
04d13f78bd Scaffold inital payment view 2022-12-17 06:01:13 +01:00
Lars Kusch
bd77acf705 Fixes for JS 2022-12-16 15:03:24 +01:00
Lars Kusch
b16b46204a Fixes 2022-12-16 14:57:49 +01:00
Lars Kusch
cb593be1de Minor fixes 2022-12-16 14:55:13 +01:00
Lars Kusch
6ad2cba624 Further changes 2022-12-16 14:43:03 +01:00
David Bomba
7dec26f788 minor fixes for subscriptions 2022-12-16 23:37:03 +11:00
Lars Kusch
b3dd3aaaa1 Added BACS to payment controller 2022-12-16 12:05:10 +01:00
Lars Kusch
148190727c Remove typo 2022-12-16 11:41:08 +01:00
Lars Kusch
974f4b2ca3 Add BACS to payment methods 2022-12-16 11:34:00 +01:00
Lars Kusch
a48e08cbef Scafold inital classes 2022-12-16 11:09:37 +01:00
David Bomba
d6aedeef91 Subscriptions v2 - handle trial 2022-12-16 16:21:14 +11:00
David Bomba
1dc24bb734 Adjustments for cardjs and auto filil 2022-12-15 19:29:57 +11:00
David Bomba
9b1cc121cd Adjustments for autofill 2022-12-15 18:33:49 +11:00
David Bomba
63d0bbb9ae Adjustments for autofill 2022-12-15 18:26:05 +11:00
David Bomba
9d4e57c995 Adjustments for autofill 2022-12-15 18:24:46 +11:00
David Bomba
82aa100d4c Adjustments for autofill 2022-12-15 18:23:25 +11:00
David Bomba
e5f765c49c Adjustments for autofill 2022-12-15 18:22:33 +11:00
David Bomba
e0cd78925b Adjustments for autofill 2022-12-15 18:19:26 +11:00
David Bomba
0b442adac9 Adjustments for autofill 2022-12-15 18:17:16 +11:00
David Bomba
57c976536f Adjustments for autofill 2022-12-15 18:05:18 +11:00
David Bomba
cf1c51bb4d Adjustments for autofill 2022-12-15 18:04:37 +11:00
David Bomba
548385c8d7 Adjustments for autofill 2022-12-15 18:03:00 +11:00
David Bomba
00af5a13c1 Adjustments for autofill 2022-12-15 17:57:45 +11:00
David Bomba
d8246f28ec Adjustments for autofill 2022-12-15 17:57:04 +11:00
David Bomba
5bc35643b5 Adjustments for autofill 2022-12-15 17:55:21 +11:00
David Bomba
cc5f27fa03 Adjustments for autofill 2022-12-15 17:51:42 +11:00
David Bomba
84022db48b Adjustments for autofill 2022-12-15 17:50:52 +11:00
David Bomba
e78e4991cd Adjustments for autofill 2022-12-15 17:49:13 +11:00
David Bomba
88dc99004f Adjustments for autofill 2022-12-15 17:29:42 +11:00
David Bomba
fc5410d434 Disable auto fill for credit cards 2022-12-15 17:09:14 +11:00
David Bomba
a24a051004 Attach invoice documents to payment emails 2022-12-15 16:55:47 +11:00
David Bomba
bbcf2b3459 Disable payment button on click 2022-12-15 15:48:02 +11:00
David Bomba
b1851e310b Move logic in alpine for transitions 2022-12-15 15:42:37 +11:00
David Bomba
55c0453b75 Subscriptions v2 2022-12-15 12:16:50 +11:00
David Bomba
20ea1a3cdb
Merge pull request #8074 from turbo124/v5-develop
Force a currency for vendors
2022-12-14 18:13:04 +11:00
David Bomba
37865e8802
Merge pull request #8059 from LarsK1/patch-stripe-klarna
Change Klarna intregration to comply with Klarna's rules
2022-12-14 18:12:06 +11:00
Lars Kusch
72b3ac9a20 Change plz to postal code 2022-12-14 08:02:04 +01:00
David Bomba
90a58ce2c9 Ensure we set the client localized send dates for recurring invoices 2022-12-14 17:51:00 +11:00
David Bomba
32ff078a64 Remove all instances of dispatchSync() 2022-12-12 15:27:22 +11:00
Lars Kusch
1c1cf36ec3 Further fixes 2022-12-10 07:06:08 +01:00
Lars Kusch
88278832ab Further fixes 2022-12-10 07:02:50 +01:00
Lars Kusch
6ed6855c46 Further fixes 2022-12-10 06:58:37 +01:00
Lars Kusch
936451b73e Show name field, when payment could fail 2022-12-10 06:48:07 +01:00
David Bomba
660371cbf5 Subscriptions v2 - OTP 2022-12-10 16:31:31 +11:00
David Bomba
21bec86fda Subscriptions v2 2022-12-10 14:25:46 +11:00
David Bomba
68688e5b98 Subscriptions v2 2022-12-09 19:39:27 +11:00
David Bomba
1ca6810132 Subscriptions v2 2022-12-09 16:50:48 +11:00
David Bomba
be2d6afc63 OTP for subscriptions 2022-12-09 15:41:54 +11:00
David Bomba
8f4350bcb9 Subscriptions v2 2022-12-09 14:36:39 +11:00
David Bomba
d6f327c4ef Fixes for bank rule tests 2022-12-09 13:47:54 +11:00
David Bomba
41dcb7cf4a Subscriptions v2 2022-12-09 12:35:37 +11:00
David Bomba
b2ff2a1c18 Catch mollie payments if redirect URL is null 2022-12-09 09:33:19 +11:00
Lars Kusch
80a7a7ce3f
Change klarna integration according to Klarna's rules 2022-12-08 08:56:48 +01:00
Lars Kusch
07e83900c0
Delete klarna.blade.php 2022-12-08 08:56:31 +01:00
David Bomba
a3b1ea41e3 Minor clean up of layout files 2022-12-08 17:37:43 +11:00
David Bomba
482918e3f3 Cast matomo id to string 2022-12-08 11:39:43 +11:00
David Bomba
69a1419e9b Fixes for updateinvoice events 2022-12-08 11:17:18 +11:00
David Bomba
bad7b242e1 Fixes for Klarna 2022-12-07 23:01:16 +11:00
David Bomba
bba2adf5cd Add idempotency key for mollie 2022-12-07 20:16:14 +11:00
David Bomba
449d88dd21
Merge pull request #8053 from LarsK1/patch-4
Stripe: add Klarna as payment method
2022-12-07 19:50:31 +11:00
David Bomba
5d5cc1eec2
Merge branch 'v5-stable' into patch-4 2022-12-07 19:44:45 +11:00
David Bomba
e7c24a5857 Fixes for Matomo URL/ID 2022-12-07 18:50:36 +11:00
David Bomba
ff0a22ff85
Merge pull request #8039 from LarsK1/patch-5
Add support for Matomo
2022-12-07 18:41:33 +11:00
David Bomba
82a1bf80ad Subscriptions v2 2022-12-07 16:48:40 +11:00
David Bomba
33d4402189 Subscriptions v2 2022-12-07 16:45:25 +11:00
David Bomba
ce1d115ff4 Expand document name 20->40 chars 2022-12-06 20:13:59 +11:00
Lars Kusch
5df4b89298
Update clean_setup.blade.php 2022-12-05 15:22:15 +01:00
Lars Kusch
2c0a710789
Update clean.blade.php 2022-12-05 15:21:58 +01:00
Lars Kusch
d8825396be
Add support for Matomo 2022-12-05 15:20:30 +01:00
Lars Kusch
701344947f Add Support for Klarna 2022-12-05 09:03:08 +01:00
David Bomba
ae73e414e9 updates for cookie consent 2022-12-02 09:45:38 +11:00
David Bomba
986ed9016a Updates for translations for Stripe 2022-12-02 06:59:16 +11:00
David Bomba
043178fbdb changes for layout of Subscriptions 2022-12-01 17:05:27 +11:00
David Bomba
ae1abf406a Working on Subscriptions v2 2022-11-30 21:13:24 +11:00
David Bomba
40649f54fb Fixes for layout 2022-11-30 19:19:30 +11:00
David Bomba
15ac423ecb Add Payment Id to bank transactions table 2022-11-30 17:36:26 +11:00
David Bomba
daaf486c10 Fixes for displaying correct quote status in client portal 2022-11-27 08:25:47 +11:00
David Bomba
1125487b45 Use translation for request cancellation 2022-11-27 07:30:50 +11:00
David Bomba
20810bd7fe Minor fixes for company count 2022-11-24 20:33:52 +11:00
David Bomba
132914eeda Updates for currency seeders 2022-11-24 08:43:21 +11:00
David Bomba
c638670d88 Subscriptions v2 2022-11-23 21:57:11 +11:00
David Bomba
5316340c29 Subscriptions v2 2022-11-23 19:32:03 +11:00
David Bomba
d2ea53b0a4 Subscriptions v2 2022-11-23 17:27:43 +11:00
David Bomba
9809b4ff67 Stubs for project-header CSS class 2022-11-23 12:47:15 +11:00
David Bomba
08ca5ddb72 Include bank transactions and bank integrations in company import/exports 2022-11-22 16:14:07 +11:00
David Bomba
1bd1d482ec Fixes for Paypal Token payments 2022-11-22 14:37:50 +11:00
David Bomba
1c89a39d56 Clean input for custom css 2022-11-19 10:58:32 +11:00
David Bomba
07d888257f Paid CSS Overlay 2022-11-17 16:41:23 +11:00
David Bomba
43e74d6293 Fixes for playful design 2022-11-17 11:15:10 +11:00
David Bomba
2b5285a58a FIxes for new calm design 2022-11-16 23:08:03 +11:00
David Bomba
a0e186d139 calm design 2022-11-16 20:57:23 +11:00
David Bomba
10903c8328 Add a new design - Calm 2022-11-16 20:57:08 +11:00
David Bomba
9b1ad2794e Update ReadME 2022-11-16 18:19:39 +11:00
David Bomba
72481481fe New Design 2022-11-16 17:59:37 +11:00
David Bomba
4830154ac6 Change UX for downloading documents from the client portal 2022-11-14 07:30:16 +11:00
David Bomba
c51bbaec43 Minor fixes for updating a recurring invoice 2022-11-13 09:42:11 +11:00
David Bomba
0fc0ff25bd Minor fixes for Bank Transactions / Integratiosn 2022-11-04 12:55:17 +11:00
David Bomba
25a298f754 Minor fixes for refunds 2022-11-01 08:07:24 +11:00
David Bomba
08dbbade14 Pass references instead of full models into auto bill jobs 2022-10-28 12:10:20 +11:00
David Bomba
ce47e30aa2 Merge branch 'v5-develop' into yodlee 2022-10-24 08:43:02 +11:00
David Bomba
46aa562723 Fixes for document indexing 2022-10-10 18:24:25 +11:00
David Bomba
bd6071b46e Fixes for document indexing 2022-10-10 18:23:27 +11:00
David Bomba
dfe66559dc Fixes for Forte 2022-10-09 12:32:27 +11:00
David Bomba
f32ca25372 Merge branch 'v5-develop' into yodlee 2022-10-07 10:10:35 +11:00
David Bomba
db9ed2c8eb Fixes for forte payment driver 2022-10-07 08:20:07 +11:00
David Bomba
0a2cb6f88d Merge branch 'v5-develop' into yodlee 2022-10-06 20:55:44 +11:00
David Bomba
c7bf4b630b Improve Stripe ACH Payments with microdeposits 2022-10-06 10:24:43 +11:00
David Bomba
f072b921c7 Fixes for WePay 2022-10-05 11:21:55 +11:00
David Bomba
295ab42951 Remove authorize for SEPA 2022-10-01 21:36:56 +10:00
David Bomba
5748d34e16 Logging for wepay 2022-10-01 12:16:02 +10:00
David Bomba
a5d8a300b1 Logging for wepay 2022-10-01 12:10:07 +10:00
David Bomba
8f2960f936 Logging for wepay 2022-10-01 12:06:12 +10:00
David Bomba
edbdbb48df Logging for wepay 2022-10-01 12:05:16 +10:00
David Bomba
0f1d9f68b9 Fixes for wepay 2022-10-01 11:07:44 +10:00
David Bomba
c69a979291 Improve livewire performance with Defer 2022-09-30 19:47:27 +10:00
David Bomba
a75fbc1e85 Remove direct google URLs 2022-09-30 15:23:18 +10:00
David Bomba
9542bcc92e Show labels of custom fields in registration form 2022-09-28 10:54:07 +10:00
David Bomba
0d2cd69ad3 Implement 3DS for Braintree 2022-09-21 12:43:24 +10:00
David Bomba
734bfa0cb8 Exclude canvaskit path for hosted 2022-09-20 17:24:44 +10:00
David Bomba
d2083b3a9d Fixes for payment layouts 2022-09-20 17:23:38 +10:00
David Bomba
20fb487873 improve trial page 2022-09-17 13:23:06 +10:00
David Bomba
e545f452a0 Working on upgrades 2022-09-17 12:51:59 +10:00
David Bomba
af8becfc68 Upgrades 2022-09-17 11:49:53 +10:00
David Bomba
b81851b190 Update resources to defer 2022-09-16 13:34:39 +10:00
David Bomba
0b3cefa091 Fixes for single root - Livewire 2022-09-16 13:11:08 +10:00
David Bomba
774a05b148 Single root element for wepay signups 2022-09-16 13:01:04 +10:00
David Bomba
be19d42e78 Update customer details 2022-09-13 09:59:16 +10:00
David Bomba
64c1a7a028 Fixes for redirect 2022-09-07 15:31:28 +10:00
David Bomba
d6039cec3a Attempt to refresh account list from auth page 2022-09-07 15:24:08 +10:00
David Bomba
3542e35da0 Add bank integrations into default includes 2022-09-07 15:09:53 +10:00
David Bomba
c0cb157309 Merge branch 'v5-develop' into yodlee 2022-09-07 14:54:50 +10:00
David Bomba
3e676d584b Fixes for registration fields and ensure client contact email is unique per company 2022-09-06 21:32:52 +10:00
David Bomba
d79b374eda Fixes for select box background color 2022-09-06 20:51:42 +10:00
David Bomba
278015c90e Fixes for tech template 2022-09-05 12:48:11 +10:00
David Bomba
a963fe1aee Fixes for canvaskit path 2022-09-02 20:53:32 +10:00
David Bomba
a43f30adbc Refactor for switch plans 2022-09-02 10:38:27 +10:00
David Bomba
59ac21662d Set required fields to lazy 2022-09-02 09:52:00 +10:00
David Bomba
9a3ecf5f14 Formatting for client emails 2022-08-31 14:37:14 +10:00
David Bomba
d1bdf4cc97 Minor fixes for templates 2022-08-31 14:30:23 +10:00
David Bomba
8efbeda4e2 Refactor trial confirmed page 2022-08-29 07:52:18 +10:00
David Bomba
a2b8d57313 Ensure correct PDF is displayed to the contact 2022-08-24 18:28:08 +10:00
David Bomba
9edf9a599e Fixes for logo width for outlook emails 2022-08-24 13:43:32 +10:00
David Bomba
c1f5b5a629 Set relative path for canvaskit 2022-08-21 15:16:55 +10:00
David Bomba
14f8541e4d Fixes for base path for canvas kit 2022-08-18 17:10:47 +10:00
David Bomba
4573bd916b Fixes for confirmation password verification: 2022-08-11 07:36:16 +10:00
David Bomba
b471920155 Clean up for Yodlee authentication 2022-08-10 19:49:27 +10:00
David Bomba
d80ec520f9 Fast link provisioning 2022-08-10 11:56:46 +10:00
David Bomba
d59b51da72 Rollback for prefetch 2022-08-09 19:08:24 +10:00
David Bomba
c82e77ba29 Move preload to index.blade 2022-08-09 17:48:30 +10:00
David Bomba
edfbcb9514 Working on Fastlink 2022-08-06 16:58:48 +10:00
David Bomba
69f2b7059e Merge branch 'v5-stable' into yodlee 2022-08-06 16:25:56 +10:00
David Bomba
42fee94b13 Minor fixes 2022-08-06 16:25:49 +10:00
David Bomba
effd1678a5 Merge branch 'v5-stable' into yodlee 2022-08-05 11:27:52 +10:00
David Bomba
76225919e2 catch for no email provided in braintree paypal integration 2022-08-02 17:28:24 +10:00
David Bomba
18c89239dd Fixes for payment methods 2022-07-30 15:59:08 +10:00
David Bomba
99c7adfab4 Fixes for client portal 2022-07-30 10:12:15 +10:00
David Bomba
3a510ffd4a Fixes for subscriptions - allow currency id to be passed through 2022-07-29 10:34:33 +10:00
David Bomba
7357e4026f Fixes for BPP in subscriptions 2022-07-29 09:19:49 +10:00
David Bomba
15b53ca617 Stubs for yodlee 2022-07-28 17:33:47 +10:00
David Bomba
b44e1a02ca Auth tokens 2022-07-28 16:29:42 +10:00
David Bomba
f6821e9fcc Yodlee init 2022-07-28 14:09:13 +10:00
David Bomba
3ee0186c67 fixeS 2022-07-27 22:43:53 +10:00
David Bomba
6df802509b Fixes for vendor documents 2022-07-27 16:09:25 +10:00
David Bomba
2942dfa528 Vendor documents 2022-07-27 15:39:43 +10:00
David Bomba
8e654c21ce Merge v5 2022-07-25 15:28:06 +10:00
=
80ad607e62 Replace 404 with not available screen for deleted entities 2022-07-25 10:47:18 +10:00
David Bomba
e337abe819 Patches from v5-dev 2022-07-20 10:56:02 +10:00
David Bomba
c6d436a98f Fixes for quote approve button when signature dialog is closed 2022-07-20 10:53:43 +10:00
David Bomba
b3707967d8 add support for showing related entity documents on invoice 2022-07-20 09:24:38 +10:00
David Bomba
071f2ee102 Post Merge v5-develop 2022-07-15 17:41:30 +10:00
David Bomba
dfd0670dba Apple OAuth 2022-07-13 15:47:12 +10:00
David Bomba
c5522c7bb7 Apple ID AUth 2022-07-10 21:55:08 +10:00
David Bomba
9359c84013 Add quantity to subscriptions 2022-07-06 16:18:16 +10:00
David Bomba
3e5e915acc Uploads for purchase orders 2022-07-06 15:18:41 +10:00
David Bomba
90805ca46b Working on QR Codes 2022-06-30 22:48:16 +10:00
David Bomba
d1c53cc6e1 Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2022-06-24 20:40:29 +10:00
David Bomba
61143458d8 Data-signup 2022-06-24 20:40:01 +10:00
David Bomba
a462934d3a Minor fixes for Purchase orders 2022-06-24 16:40:56 +10:00
David Bomba
50402559a5
Merge pull request #7373 from kishanmnpatel/forte_payment_driver
Forte payment driver
2022-06-24 07:34:31 +10:00
David Bomba
c0e3d2e677 add signup checks to flutter routes 2022-06-23 18:47:44 +10:00
David Bomba
98657cad8d Fixes for designs 2022-06-21 20:42:43 +10:00
Shift
0a20889916
Convert optional() to nullsafe operator 2022-06-21 09:59:25 +00:00
David Bomba
9be6579403 Minor fixes 2022-06-21 07:20:23 +10:00
David Bomba
12ce5fdaa3 Microsoft OAuth 2022-06-20 17:40:46 +10:00
David Bomba
8f08c2f2db Changes for index 2022-06-20 17:02:34 +10:00
David Bomba
464bbd57c7 Changes for index 2022-06-20 16:55:54 +10:00
David Bomba
c188c6fb10 Changes for index 2022-06-20 16:51:42 +10:00
David Bomba
3d968d31e6 Add microsoft oauth to index.html 2022-06-20 16:28:03 +10:00
Kishan Patel
e7331c9e21 some modification implemented for removing double submission. 2022-06-20 09:41:03 +05:30
David Bomba
ee73a60452 Comments for React Application 2022-06-16 16:43:09 +10:00
David Bomba
5ce95010d5 Add switch to force react as front end 2022-06-16 13:04:05 +10:00
David Bomba
0f32e43fb6 Accept listener 2022-06-15 16:27:21 +10:00
David Bomba
1e30bf4bdc Accept a purchase order 2022-06-15 15:20:00 +10:00
David Bomba
041156fa89 Updates for vendor portal 2022-06-14 22:54:31 +10:00
David Bomba
063d600bbd Vendor Portal - Purchase Orders 2022-06-14 22:18:20 +10:00
David Bomba
31054c8a13 Vendor Portal stubs 2022-06-13 20:34:40 +10:00
David Bomba
6674424244 Stubs for vendor portal 2022-06-13 19:59:24 +10:00
David Bomba
6e357d8c7b Purchase Order Download emails 2022-06-10 18:29:15 +10:00
David Bomba
d7c7289ca9 Update for invoice designs 2022-06-07 20:36:47 +10:00
David Bomba
614987a55e Vendor PDFs 2022-06-06 13:28:10 +10:00
David Bomba
4d3c739499 FIxes for email template logo size 2022-06-04 11:26:31 +10:00
David Bomba
cfccec7d8f Improve quality of email formatting for outlook 2022-06-03 17:04:01 +10:00
David Bomba
85dadcf391 Improve quality of email formatting for outlook 2022-06-03 16:57:49 +10:00
David Bomba
8bd1d52dc7 Improve quality of email formatting for outlook 2022-06-03 16:50:48 +10:00
David Bomba
be81f20de9 Fixes for email images 2022-06-03 16:46:21 +10:00
David Bomba
4930d25818 Fixes for email images 2022-06-03 15:17:42 +10:00
David Bomba
eda2e741e5 Fixes for email images 2022-06-03 15:16:56 +10:00
David Bomba
44b57f4af3 Fixes for email images 2022-06-03 15:15:37 +10:00
David Bomba
e218a1246e Fixes for email images 2022-06-03 15:14:19 +10:00
David Bomba
2055fc77ed Fixes for email images 2022-06-03 15:10:22 +10:00
David Bomba
415e98eae5 Fixes for email images 2022-06-03 15:09:07 +10:00
David Bomba
e6628c56c6 Fixes for email images 2022-06-03 15:07:57 +10:00
David Bomba
82d55d8858 Fixes for email images 2022-06-03 15:05:51 +10:00
David Bomba
9fde5a85ef Fixes for email images 2022-06-03 15:05:11 +10:00
David Bomba
ada1f3ae6e Fixes for email images 2022-06-03 15:03:28 +10:00
David Bomba
0bc116f92b Fixes for email images 2022-06-03 15:01:37 +10:00
David Bomba
f57bb9a139 Fixes for email images 2022-06-03 14:59:07 +10:00
David Bomba
f71a86208f Fixes for email images 2022-06-03 14:53:51 +10:00
David Bomba
543e2e021d Fixes for email images 2022-06-03 14:39:57 +10:00
David Bomba
2c8a896a72 Fixes for email images 2022-06-03 14:29:42 +10:00
David Bomba
3e8450dd02 Fixes for email images 2022-06-03 14:21:25 +10:00
David Bomba
c46283c8bb Fixes for email images 2022-06-03 13:58:31 +10:00
David Bomba
c61edc85d4 Fixes for email images 2022-06-03 13:56:51 +10:00
David Bomba
ef492cecdd Fixes for email images in outlook 2022-06-03 13:50:50 +10:00
David Bomba
13a1447b79 Padding out react application 2022-05-27 13:10:32 +10:00
David Bomba
d211e75c26 Prep for react 2022-05-27 12:08:51 +10:00
David Bomba
f5e24de767 Fixes for self hosted setup 2022-05-26 12:00:53 +10:00
David Bomba
a7e3d82054 Cache busting for invoice pdf view 2022-05-25 09:10:40 +10:00
David Bomba
3b2d863023 Minor fixes for designs 2022-05-19 19:19:46 +10:00
David Bomba
053b8a4319 Fixes for trial layout 2022-05-19 16:50:36 +10:00
David Bomba
6a17a58df3 Merge branch 'stripe_ach_refactor' into v5-develop 2022-05-19 16:00:18 +10:00
David Bomba
6fe0fe1a5c Refactor for Stripe ACH 2022-05-19 16:00:06 +10:00
David Bomba
d29a1626cb Refactor for Stripe ACH 2022-05-19 15:48:31 +10:00
Kishan Patel
4fc565960b double submission removed. 2022-05-19 08:15:06 +05:30
David Bomba
b12abf9103 Updates for ach payments 2022-05-18 20:10:39 +10:00
David Bomba
ad203ac228 ACH refactor 2022-05-18 14:22:04 +10:00
David Bomba
7df60f5f27 ACH updates 2022-05-18 12:59:24 +10:00
Nikola Cirkovic
72a31eaea6 INA-3 | Blade files for email content 2022-05-18 01:59:25 +02:00
David Bomba
c4231f702d refactor for ach payments 2022-05-18 09:39:54 +10:00
David Bomba
d7084785fe fixes for jobs breaking with massive payloads 2022-05-12 13:57:41 +10:00
David Bomba
aa6fb24a8f Add a slight delay the payment observers in case all the data is not being sent 2022-05-05 10:40:43 +10:00
David Bomba
d58d0d0fd1 Ensure relation exists prior to showing button 2022-05-05 10:21:00 +10:00
Napsty
18edd35574 Fix issue 7403 2022-04-29 11:53:01 +02:00
Kishan Patel
f3f590097f ACH div error solved. 2022-04-29 09:47:26 +05:30
Kishan Patel
dc2ebc8d4f payment details added on payment page. 2022-04-26 10:48:24 +05:30
Kishan Patel
c9938c9434 apiLoginId issue fixed. 2022-04-25 14:09:10 +05:30
Kishan Patel
aa12278d7c apiLoginId added. 2022-04-25 13:49:17 +05:30
Kishan Patel
77513a6bcc PCI compliance issue solved. 2022-04-25 11:25:10 +05:30
David Bomba
bf75051ade
Merge pull request #7385 from turbo124/v5-develop
v5.3.82
2022-04-22 22:02:07 +10:00
David Bomba
8a6eea8350 Fixes for regression - incorrect type setting in ClientSettings 2022-04-22 22:01:32 +10:00
Benjamin Beganović
fa31bbeb68 Generate idempotency key on the frontend 2022-04-21 14:21:41 +02:00
Kishan Patel
c9f900a673 Add payment method button added on Cconfirm payment page. 2022-04-19 17:47:28 +05:30
Kishan Patel
7be910ea69 Bug fixed. 2022-04-19 11:27:40 +05:30
Kishan Patel
f4b590228a Forte gateway added. 2022-04-18 08:17:08 +05:30
Benjamin Beganović
67aaf57e19 Automatically focus credit card input if token is not present 2022-04-14 10:21:17 +02:00
Benjamin Beganović
2c7f521092 Remove width of screen position for Paytrace form 2022-04-14 10:21:04 +02:00
David Bomba
16b219dbb9 Link converted quote to invoice 2022-04-06 12:22:13 +10:00
David Bomba
6ed9dc5729 Improve formatting of support messages 2022-03-30 14:19:40 +11:00
David Bomba
9c19d0094f Fixes for custom messages 2022-03-29 11:35:45 +11:00
David Bomba
6a42f47c82 Fixes for custom messages 2022-03-29 11:35:17 +11:00
David Bomba
ea30be3a51 Fixes for company settings saver 2022-03-25 08:25:06 +11:00
David Bomba
154f029a84 Fixes for contact registration 2022-03-23 23:07:33 +11:00
David Bomba
a61b836b47 index title 2022-03-19 21:46:57 +11:00
David Bomba
4483e883e6 Fixes for custom messages in client portal 2022-03-19 21:28:11 +11:00
David Bomba
3ac72b27cf Fixes for contact registration 2022-03-19 21:21:36 +11:00
David Bomba
923e360a54 Fixes for designs 2022-03-19 12:54:59 +11:00
David Bomba
73e837aecc FIxes for designs' 2022-03-19 09:10:39 +11:00
David Bomba
72f09542ce Fixes for designs - white label 2022-03-18 11:55:07 +11:00
David Bomba
ae16eb66e5 Fixes for documents 2022-03-17 13:20:58 +11:00
David Bomba
547a543455 Reverse client template changes 2022-03-17 11:41:17 +11:00
David Bomba
c6fd68b591 Ensure we register domains for on stripe connect for apple pay 2022-03-17 11:39:00 +11:00
David Bomba
1440a1291a Fixes for spaces in designs 2022-03-16 18:50:34 +11:00
David Bomba
e035a75cc3 Fixes for plain design 2022-03-15 23:28:16 +11:00
David Bomba
256ea3bdee Fixes for clean design 2022-03-15 22:26:53 +11:00
David Bomba
c6b4721d61 Bulk download documents 2022-03-15 09:30:19 +11:00
David Bomba
bc0f81b55a Improve ACH verification text 2022-03-15 08:24:17 +11:00
David Bomba
dcc724b667 Ensure queue state is sane 2022-03-15 07:12:37 +11:00
David Bomba
2f4cc673d5 Show task documents on invoices 2022-03-14 17:23:00 +11:00
David Bomba
c0ef536ae9 Invoice documents for tasks 2022-03-14 17:17:26 +11:00
David Bomba
ebfee1b573 Minor fixes for entity view documents 2022-03-13 17:18:45 +11:00
David Bomba
bf74e92130 Fixes for permissions on list response 2022-03-13 15:44:36 +11:00
David Bomba
fed0f03768 Fixes for failed migration email 2022-03-12 14:20:44 +11:00
David Bomba
94c064fd05 Show invoice expense documents 2022-03-11 19:49:51 +11:00
David Bomba
9f158868d6 Refactor for trial plan workflow 2022-03-11 16:30:32 +11:00
David Bomba
e294b7252c Disable paynow button for ACH payments on submit 2022-03-11 09:08:28 +11:00
David Bomba
49855077c2 Update for trial pay - annual discounted plans 2022-03-10 15:49:56 +11:00
David Bomba
b1887f8fa8 Fixes for required client info 2022-03-10 13:05:01 +11:00
David Bomba
cfd76fc8df Fixes for ACSS 2022-03-09 11:31:59 +11:00
David Bomba
177bf920b8 Fixes for hosted stripe payments 2022-03-08 23:38:57 +11:00
David Bomba
6c2c0bd408 Fixes for required fields 2022-03-08 23:33:20 +11:00
David Bomba
bb11391d52 Fixes for ACSS payments 2022-03-08 10:51:07 +11:00
David Bomba
deb5fe832e Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2022-03-07 20:06:25 +11:00
David Bomba
db95e9fad3 fixes for migration 2022-03-07 20:06:20 +11:00
David Bomba
2b145e8833 Fixes for getting first contact/primary 2022-03-07 08:53:32 +11:00
David Bomba
a4615a331d Fixes for unsubscribe routes 2022-03-06 18:06:07 +11:00
David Bomba
49c7fd3bd8 Translate payment type 2022-03-06 08:39:48 +11:00
David Bomba
f3acd6bf90 Text emails 2022-03-04 14:08:29 +11:00
David Bomba
c02bc2c389 Text email templates 2022-03-04 14:01:09 +11:00
David Bomba
bed77a2710 Text email stubs 2022-03-04 13:08:18 +11:00
David Bomba
f718be63b1 Fixes for text emails 2022-03-04 11:45:19 +11:00
David Bomba
7afb9f9bb9 Fixes for plain email templates 2022-03-04 10:55:02 +11:00
David Bomba
84b3575022 Fixes for plain email template 2022-03-03 12:23:55 +11:00
David Bomba
f7ff5d34df add helper for Invoice payable amount 2022-02-28 10:15:36 +11:00
David Bomba
d9655de72f Fixes for FPX 2022-02-27 09:17:47 +11:00
David Bomba
c4f1b4f623 Fixes for payfast 2022-02-27 08:47:37 +11:00
David Bomba
9311882c23 Add unsubscribe links to emails 2022-02-25 13:55:32 +11:00
David Bomba
d038877044 Add unsubscribe landing page for emails 2022-02-25 13:37:20 +11:00
David Bomba
a8c775d818 Trial FLow 2022-02-23 17:48:22 +11:00
David Bomba
bba3c79553 Trial Flow: 2022-02-23 17:39:36 +11:00
David Bomba
242accde6f Trial Flow: 2022-02-23 13:31:53 +11:00
David Bomba
f548f6938f New trial flow 2022-02-23 13:07:48 +11:00
David Bomba
9914684efc Fixes for SEPA token billing 2022-02-23 11:01:33 +11:00
David Bomba
3177f390d2 Translations for dropzone 2022-02-22 07:52:37 +11:00
David Bomba
091ad58bb3 Format due date in client portal 2022-02-21 08:35:03 +11:00
David Bomba
a37bf5cb70 Center auth login logo 2022-02-20 21:09:20 +11:00
David Bomba
e42ac1197d Performance improvements for Swoole 2022-02-18 19:06:09 +11:00
David Bomba
9c106e8d0a Performance improvements for client portal 2022-02-18 16:31:17 +11:00
David Bomba
ded4b2af28 Hide archived payment methods where the gateway has been archived / deleted 2022-02-18 10:52:17 +11:00
David Bomba
0cd2c806db Minor fixes for saving cards 2022-02-17 17:29:53 +11:00
David Bomba
6cdfb3c344 Minor fixes for saving cards 2022-02-17 17:25:33 +11:00
David Bomba
20f2c3acd7 Add Google Analytics to client portal pages if tracking ID is implemented 2022-02-17 09:13:14 +11:00
David Bomba
fb1e27ba7d Clean up for due date days recurring invoices 2022-02-16 13:24:10 +11:00
David Bomba
682ba68120 Fixes for show/hide invitation key 2022-02-16 10:47:54 +11:00
David Bomba
62ac61fd93 Fixes for client registration 2022-02-12 16:05:05 +11:00
David Bomba
04d8b0602e Improve credit card auto fill 2022-02-12 08:03:33 +11:00
David Bomba
9cb26120ec Disable autocomplete on expiry date of wepay credit cards 2022-02-12 07:35:08 +11:00
David Bomba
7378043ce3 Add shareable links to client portal 2022-02-10 11:36:44 +11:00
David Bomba
76c940ae9a Add shareable links to client portal 2022-02-10 11:07:08 +11:00
David Bomba
f6e8218e4e set password 2022-02-09 14:29:23 +11:00
David Bomba
f6686c7df5 Allow draft quotes to be approved if accessed directly 2022-02-08 21:18:41 +11:00
David Bomba
8c589ec0c4 Fixes for save payment methods dialogue 2022-02-08 07:55:56 +11:00
David Bomba
470ac2e5f4
Merge pull request #7158 from atallguy89/patch-1
Missing alt tag in logo img
2022-01-27 22:43:27 +11:00
Will
0c6d274421
Missing alt tag in logo img 2022-01-26 22:39:51 -04:00
David Bomba
f4ea1d730c Fixes for sofort - hosted 2022-01-22 15:11:11 +11:00
Lars Kusch
eaf8c1376f Add payment views
Signed-off-by: Lars Kusch <lars@lars-kusch.de>
2022-01-20 08:34:22 +01:00
David Bomba
519278e23f Fixes for recurring invoice opt out autobilling 2022-01-20 11:11:21 +11:00
David Bomba
6c15150d32 Localize dates in Client Portal 2022-01-17 18:53:39 +11:00
David Bomba
5bd0b043e0 Minor fixes for playful design 2022-01-12 17:34:47 +11:00
David Bomba
f5f2395d7e Fixes for clean design 2022-01-06 20:03:30 +11:00
David Bomba
a7b851dbc7 Fixes for Stripe ACH 2022-01-04 16:40:05 +11:00
David Bomba
b6f382bae2 Add option in client statements for filtering by invoice status 2022-01-03 18:22:10 +11:00
David Bomba
d3a1c76723 Show cancellation dialogue 2022-01-03 11:12:03 +11:00
David Bomba
3ebb576be7 Add Payment Terms filters 2021-12-21 10:35:20 +11:00
David Bomba
4829b762dd Fixes for plain design 2021-12-18 20:30:53 +11:00
David Bomba
3673f17a23
Merge pull request #7041 from turbo124/v5-develop
Fixes for CSRF issues with client portal downloads
2021-12-15 20:28:41 +11:00
Benjamin Beganović
c6a5524979 Disable terms / signature button to prevent double click 2021-12-15 10:25:13 +01:00
David Bomba
a866fe4aec Update modern design 2021-12-15 13:08:51 +11:00
David Bomba
e245d07a75 Fixes for CSRF issues with client portal downloads 2021-12-14 15:38:32 +11:00
David Bomba
c6a42b2a90 minor fixes for contact registration 2021-12-13 15:22:16 +11:00
David Bomba
cb83a957ce Do not redirect approved quotes back to quote list 2021-12-11 21:29:32 +11:00
David Bomba
9981a4c789 Fixes for gocardless 2021-12-07 23:33:26 +11:00
David Bomba
651346fb89 Fixes for contact login 2021-12-07 22:46:29 +11:00
David Bomba
5fdb5a61dc Fixes for contact login 2021-12-07 22:46:05 +11:00
David Bomba
49ecf295a8 Performance improvements for client portal 2021-12-07 22:14:46 +11:00
David Bomba
0c267131c4 Improve subscription service 2021-12-01 16:22:22 +11:00
David Bomba
185f48a758 Fixes for designs 2021-11-30 21:50:50 +11:00
David Bomba
5798efc0be Remove expenses from documents in Client Portal 2021-11-30 17:28:07 +11:00
David Bomba
602bc327c8 Fixes for modern design 2021-11-24 17:47:21 +11:00
David Bomba
9edd8c6de5 Ninja plan 2021-11-24 14:31:05 +11:00
David Bomba
7e9afd7849 Ninja plan 2021-11-24 08:57:24 +11:00
David Bomba
750f05ad8b Ensure at least one contact has send_email set 2021-11-15 21:46:58 +11:00
David Bomba
2505b86360
Merge pull request #6961 from turbo124/v5-develop
Restrict API access for free/unpaid accounts
2021-11-13 07:19:16 +11:00
Benjamin Beganović
c4cd0533e9 /client/statement 2021-11-12 17:01:01 +01:00
Benjamin Beganović
224b348fd8 /client/documents 2021-11-12 16:58:21 +01:00
Benjamin Beganović
6845f546f8 /client/payment_methods/x 2021-11-12 16:55:27 +01:00
Benjamin Beganović
5789dc74dd /client/quotes/x 2021-11-12 16:53:16 +01:00
Benjamin Beganović
b0ec1cd5a2 /client/quotes/approve 2021-11-12 16:52:13 +01:00
Benjamin Beganović
ec090152d5 /client/quotes 2021-11-12 16:45:18 +01:00
Benjamin Beganović
16887cda39 /client/invoices 2021-11-12 16:38:31 +01:00
Benjamin Beganović
eee5ce9813
Merge pull request #6943 from beganovich/jira-767
Support for images on PDFs
2021-11-10 09:38:44 +01:00
David Bomba
2c289bbe4e Fixes for subscriptions 2021-11-10 15:16:56 +11:00
David Bomba
2e4fc1edc5
Merge pull request #6949 from beganovich/jira-763
Force min-width for tables
2021-11-10 05:54:34 +11:00
Benjamin Beganović
f834f676a2 Force 100% width on tables 2021-11-09 17:44:28 +01:00
Benjamin Beganović
c471a1078c Show company documents on entities page 2021-11-09 17:00:01 +01:00
Benjamin Beganović
6d80ff8e4e Update designs to support entity images 2021-11-08 21:21:08 +01:00
Benjamin Beganović
e1590af4cf Merge remote-tracking branch 'upstream/v5-develop' into browser-pay 2021-11-03 10:22:54 +01:00
Benjamin Beganović
a56fcc3872 Wrap the canvas in scrollable div 2021-11-02 19:11:34 +01:00
Benjamin Beganović
25e448e31a Drop token billing 2021-11-02 16:30:37 +01:00
Benjamin Beganović
ca686e677d Disable card saving 2021-11-01 17:19:38 +01:00
Benjamin Beganović
809236e080 Token billing 2021-11-01 17:11:47 +01:00
Benjamin Beganović
69e12dbdb9 Storing payment method 2021-11-01 14:58:10 +01:00
Benjamin Beganović
3d2d08f7b2 Payment view 2021-10-31 16:49:58 +01:00
Benjamin Beganović
81d8cbc8b0 Tech 2021-10-29 17:45:54 +02:00
Benjamin Beganović
07b60fc6c1 Playful 2021-10-29 17:42:58 +02:00
Benjamin Beganović
55be4891d2 Plain 2021-10-29 17:42:53 +02:00
Benjamin Beganović
3ca48a7c0b Hipster 2021-10-29 17:25:14 +02:00
Benjamin Beganović
8e9afeae60 Elegant 2021-10-29 17:22:27 +02:00
Benjamin Beganović
3d6abda394 Creative 2021-10-29 17:18:16 +02:00
Benjamin Beganović
97a32ee364 Clean 2021-10-29 17:15:58 +02:00
Benjamin Beganović
851c0c070a Business 2021-10-29 17:12:11 +02:00