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

11360 Commits

Author SHA1 Message Date
David Bomba
3564bb8935 Fixes for task status requests 2024-03-08 13:13:19 +11:00
David Bomba
3197b5f05c Fixes for handle password 2024-03-08 10:31:43 +11:00
David Bomba
5ed098fc9c Fixes for tests 2024-03-08 10:05:48 +11:00
David Bomba
bbcbfe9821 Fixes for recurring invoices - restarting completed recurring invoices 2024-03-08 08:16:39 +11:00
David Bomba
b6d429e336 Add tax calculations for quotes 2024-03-08 06:56:44 +11:00
Benjamin Beganović
c3a7823b72 Refactor email error message in Register.php 2024-03-07 19:13:13 +01:00
Benjamin Beganović
d8ffb804d9 Add email validation and check for existing customer in Login component 2024-03-07 19:13:09 +01:00
Benjamin Beganović
022a36c394 Fixes for password confrim 2024-03-07 18:55:36 +01:00
David Bomba
708bad16ec Remove logging 2024-03-07 17:33:22 +11:00
David Bomba
69007836ac Minor fixes 2024-03-07 17:03:09 +11:00
Benjamin Beganović
7af6471b0b Add registration form to Billing Portal authentication 2024-03-06 17:38:23 +01:00
Benjamin Beganović
6c2ddae6ad Refactor client registration process 2024-03-06 17:38:18 +01:00
Benjamin Beganović
2a8d22aa1e Add ClientRegisterService class for client registration 2024-03-06 17:38:09 +01:00
Benjamin Beganović
0b7e3c031c Refactor client registration logic 2024-03-06 17:38:05 +01:00
David Bomba
aabcb41090 Add cancelled invoice filter 2024-03-06 06:30:06 +11:00
Benjamin Beganović
fcd9205b33 Scaffold registration concept for register-or-login 2024-03-05 19:12:09 +01:00
Benjamin Beganović
74add716ad Add registration fields array 2024-03-05 19:10:55 +01:00
Benjamin Beganović
6d93e11c65 Remove overwrites for fields (RFF) 2024-03-05 19:10:34 +01:00
David Bomba
8b382199d4 Add back throttle provider 2024-03-05 16:32:05 +11:00
David Bomba
25e75fbc52 Fixes for report exports 2024-03-05 16:30:54 +11:00
David Bomba
6f80c6fab8 Updates for custom designs 2024-03-05 16:06:02 +11:00
David Bomba
6859de6e8c Additional logging around email switching 2024-03-05 15:32:32 +11:00
David Bomba
a43bd9c6de Updates for reports 2024-03-05 13:58:26 +11:00
David Bomba
e7ae3f81cb Catch no refund date 2024-03-05 11:27:53 +11:00
David Bomba
8a25832589 minor fixes for RFF 2024-03-05 11:26:34 +11:00
Benjamin Beganović
0c0e652245 Merge remote-tracking branch 'upstream/v5-develop' into 1314-subscriptions-v3 2024-03-04 17:32:23 +01:00
Benjamin Beganović
53c69189f7 Add required fields for contact information 2024-03-04 17:30:28 +01:00
Benjamin Beganović
eee467dabb Add quantity method to OneTimeProducts class 2024-03-04 17:30:24 +01:00
paulwer
653af74cfb fixes 2024-03-03 08:33:17 +01:00
David Bomba
82117f8361 v5.8.32 2024-03-02 10:14:36 +11:00
Benjamin Beganović
405052620f Remove unused code in Methods.php 2024-03-01 14:17:19 +01:00
Benjamin Beganović
1acaa33ef0 Add dispatch to set purchase context for contact user 2024-03-01 14:16:59 +01:00
Benjamin Beganović
4f4a9fd461 Update dependencies in Purchase.php 2024-03-01 14:16:54 +01:00
Benjamin Beganović
a1220b45f2 Add StepService class for subscription handling 2024-03-01 13:43:11 +01:00
Benjamin Beganović
45f3846feb Add validation rule for subscription steps 2024-03-01 13:43:00 +01:00
Benjamin Beganović
b12fd9a1de Add RFF class to Purchase component 2024-03-01 13:42:56 +01:00
Benjamin Beganović
8ccd2d96ec Add 'steps' validation rule to UpdateSubscriptionRequest.php 2024-03-01 13:42:51 +01:00
Benjamin Beganović
b3a58bc2b0 Add custom validation rule for 'steps' field 2024-03-01 13:42:48 +01:00
Benjamin Beganović
70aa749f28 Add validation for subscription steps 2024-03-01 13:42:44 +01:00
David Bomba
6a127e3c5b Updates for document links 2024-03-01 10:34:05 +11:00
David Bomba
52f1c0bcfe Updates for client document filters 2024-03-01 08:58:56 +11:00
Benjamin Beganović
86f6f9d166 Add 'steps' field to SubscriptionTransformer 2024-02-29 17:36:42 +01:00
Benjamin Beganović
7c127972e7 Add 'steps' attribute to Subscription model 2024-02-29 17:36:37 +01:00
Benjamin Beganović
4f21b6e3d8 Add authentication classes and update steps in Purchase.php 2024-02-29 17:36:32 +01:00
Benjamin Beganović
06fec908c6 Add custom validation rule for 'steps' field 2024-02-29 17:36:25 +01:00
Benjamin Beganović
a18f675e64 Add SubscriptionStepsController to handle subscription steps 2024-02-29 17:36:21 +01:00
David Bomba
d9184bb0ab Fixes for stripe connect 2024-02-29 21:34:29 +11:00
David Bomba
631527e8e3 Fixes for redirect after stripe connect 2024-02-29 19:58:59 +11:00
David Bomba
7f97fc1bba Fixes for migration logic 2024-02-29 14:13:10 +11:00
David Bomba
3772d2a165 Updates for smtp 2024-02-29 14:02:32 +11:00
David Bomba
c4807be9df Updates for parseformat 2024-02-29 13:06:11 +11:00
David Bomba
f325aecaed Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2024-02-29 12:32:05 +11:00
David Bomba
e22d3effc6 improve parseFloat 2024-02-29 12:31:59 +11:00
David Bomba
902cae6585 Add missing prop 2024-02-29 12:17:44 +11:00
David Bomba
d96a5ca4f2 V5.8.31 2024-02-29 12:01:02 +11:00
Benjamin Beganović
f67b6649cb Refactor dependencies in Purchase class 2024-02-28 19:02:08 +01:00
Benjamin Beganović
6c2d62f0c8 Clean up 2024-02-28 18:56:46 +01:00
Benjamin Beganović
f19d3369d6 Add RFF to Methods class 2024-02-28 18:48:49 +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ć
70fdc73b2d Add dependencies and update steps in Purchase.php 2024-02-28 17:55:37 +01:00
Benjamin Beganović
2dcc070af2 Remove Authentication 2024-02-28 17:55:13 +01:00
David Bomba
3ad5de1d2c Add filters for documents 2024-02-28 21:15:43 +11:00
David Bomba
2858ff8946 Additional checks 2024-02-28 19:04:06 +11:00
David Bomba
bdbe8f8f6c Remove redundant include 2024-02-28 18:09:13 +11:00
paulwer
5d676cb6de requested fixes 2024-02-27 07:36:32 +01:00
David Bomba
8ca9d0ff0e Better handling of failsafe for US State calculations 2024-02-26 07:32:23 +11:00
David Bomba
b38ddffee9 Fixes for payment filters 2024-02-25 09:45:51 +11:00
David Bomba
9ecf49f6d5 Fixes for null coalescing 2024-02-24 14:20:50 +11:00
David Bomba
ad77aa80a0 Fixes for tests 2024-02-24 14:09:55 +11:00
David Bomba
3aa6bf6eb1 Fixes for tax tests 2024-02-24 13:57:44 +11:00
David Bomba
c2037bbfec Minor fixers 2024-02-24 13:39:51 +11:00
David Bomba
d3cd6765bb Fixes for taxes not displaying 2024-02-24 13:28:19 +11:00
David Bomba
81bc9e0756
Merge pull request #9323 from turbo124/v5-develop
Fixes for company export paths
2024-02-23 09:36:02 +11: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ć
39f33a5113 Require RFF after fetching methods 2024-02-22 14:07:15 +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
David Bomba
a32452f443 Fixes for user filter sort by 2024-02-22 09:38:53 +11:00
David Bomba
42b111db58 Fixes for column sorting for user list 2024-02-22 09:35:02 +11:00
David Bomba
440d1a2afb update commit notes 2024-02-22 07:45:06 +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ć
e426fad38d Add showOptionalProductsLabel method to Cart class 2024-02-21 18:00:06 +01:00
Benjamin Beganović
57159ca31f Refactor purchase submission in Submit.php 2024-02-21 17:55:08 +01:00
David Bomba
efa6743edf Adjustments for reports 2024-02-21 14:01:52 +11:00
David Bomba
1f1716a3cd Updates for profit/loss reporting 2024-02-21 13:58:08 +11:00
David Bomba
14a93eda0b Minor fixes 2024-02-21 09:13:40 +11:00
David Bomba
a2f93f3754 Adjustments for invoicesum 2024-02-21 08:46:52 +11:00
Benjamin Beganović
4fbbf52c4e Add loading spinner to BillingPortal/Submit component 2024-02-20 17:10:22 +01:00
David Bomba
6f495a77fa Updates for exchange rates 2024-02-20 21:16:00 +11:00
David Bomba
b7bfb4ee0c Set exchange rate to inverse for invoices 2024-02-20 19:01:50 +11:00
David Bomba
fb92f8fe9d Stubs for form submissions 2024-02-20 17:29:38 +11:00
David Bomba
c8f7e9e250 Working on payment submissions 2024-02-20 16:05:00 +11:00
David Bomba
f3316277c3 Fixes for line items 2024-02-20 15:33:10 +11:00
David Bomba
328d00e235 Improve parseFloat function 2024-02-20 13:29:30 +11:00
David Bomba
25df7eacad Fixes for missing variables prop in pre payments 2024-02-20 07:28:53 +11:00
Benjamin Beganović
09af7474e4 Add Submit class to Purchase component 2024-02-19 18:16:44 +01:00
Benjamin Beganović
7d5a8f5787 Add BillingPortal Submit component 2024-02-19 18:16:40 +01:00
Benjamin Beganović
9acdb89ab8 Refactor purchase context and dispatch purchase next 2024-02-19 18:16:37 +01:00
Benjamin Beganović
f119c26905 Fix cost calculation in SubscriptionCalculator 2024-02-19 18:16:32 +01:00
Benjamin Beganović
2fc309beee Fixes for passing client_id into final context 2024-02-19 17:52:07 +01:00
Benjamin Beganović
bf22bb9143 Enforce authentication for payment methods 2024-02-19 17:47:58 +01:00
Benjamin Beganović
1cbb3b2d20 Fixes for quantity handling 2024-02-19 17:20:59 +01:00
David Bomba
8bbccdc964
Merge pull request #9304 from paulwer/feat-translations-for-nordigen-transaction-transformer
Feat: translations for nordigen transaction transformer - exchange rate
2024-02-19 17:41:59 +11:00
David Bomba
b3fbf505e0 Fixes for syntax 2024-02-19 17:41:39 +11:00
David Bomba
e87c618778 Updated 2FA error message response 2024-02-19 17:28:15 +11:00
David Bomba
4d4e3745f1 Fixes for company export paths 2024-02-19 16:10:14 +11:00
David Bomba
8edebaef85 V5.8.27 2024-02-19 08:47:32 +11:00
David Bomba
6edcec8dcd Updates for type for smtp port 2024-02-19 07:58:15 +11:00
paulwer
a960391304 fixes 2024-02-18 19:10:42 +01:00
paulwer
7c4620af93 fixes 2024-02-18 19:04:17 +01:00
paulwer
a21f3baec9 fixes 2024-02-18 18:55:24 +01:00
paulwer
50d899c93c fixes 2024-02-18 18:53:41 +01:00
paulwer
b9095b96ab localized date within transaction-transformer 2024-02-18 18:49:52 +01:00
paulwer
aa41b4126b code cleanups 2024-02-18 18:22:17 +01:00
paulwer
a7f2e438f2 changes 2024-02-18 18:19:16 +01:00
paulwer
33560bd6a6 fixes for webhook-handlers 2024-02-18 17:50:33 +01:00
paulwer
4e180db731 Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-brevo 2024-02-18 17:32:05 +01:00
David Bomba
9d5e11a0c4 Enforce columns that we can sort on 2024-02-18 17:07:21 +11:00
David Bomba
26a7e73694 Adjustments for eager loading 2024-02-18 16:29:16 +11:00
David Bomba
6c7df568dc Ensure port is int for SMTP 2024-02-18 16:19:09 +11:00
David Bomba
e2287c6d57 Fixes for tests 2024-02-18 15:32:49 +11:00
David Bomba
140b9968a1 Merge branch 'allow_unapplied_payments_as_auto_payment' into v5-develop 2024-02-18 15:06:38 +11:00
David Bomba
730e0a17ac Tests for using Unapplied Payments 2024-02-18 15:06:20 +11:00
David Bomba
5a14b85eea fixes for html entities 2024-02-18 11:21:04 +11:00
David Bomba
3006f5882b Checks for routes 2024-02-18 11:19:59 +11:00
David Bomba
6974841921 Refactor for payment processing 2024-02-17 19:08:20 +11:00
David Bomba
97accc8142 Refactor for payment processing 2024-02-17 19:04:41 +11:00
David Bomba
66fd68cf93 Refactor for payment processing 2024-02-17 19:03:20 +11:00
David Bomba
32b82f5bfe Working on adding unapplied payments into autobill sequence 2024-02-17 18:41:40 +11:00
David Bomba
1263e6a1db Add company setting 2024-02-17 18:24:26 +11:00
David Bomba
fdca196215 Improve PDF Mock 2024-02-17 18:17:33 +11:00
David Bomba
04314538d8 Minor fixes for types 2024-02-17 17:44:16 +11:00
David Bomba
f3f91f75b8 Updates for logic 2024-02-17 11:15:55 +11:00
David Bomba
c010c99547 Build pipeline for payment 2024-02-17 10:09:59 +11:00
David Bomba
4e32ac6f1a Add form request for SMTP checks 2024-02-17 06:39:33 +11:00
David Bomba
112efdaadb Fixes for OTP 2024-02-17 06:19:49 +11:00
David Bomba
c1d809ffd0 Updates for company factory 2024-02-17 06:04:38 +11:00
David Bomba
a5fd1dc5ea Improvements for validation 2024-02-17 05:57:15 +11:00
David Bomba
478dbe5c4a Improvements for validation 2024-02-17 05:46:26 +11:00
Benjamin Beganović
fe2c4b3863 Scaffold work on handling payment methods 2024-02-16 17:43:07 +01:00
Benjamin Beganović
e8eca033eb Refactor Summary component to remove unnecessary code and add product notes 2024-02-16 17:42:38 +01:00
Benjamin Beganović
5d9da26970 Fixes for circular referece and re-rendering 2024-02-16 17:42:26 +01:00
David Bomba
ceb4708b5d White label license server 2024-02-16 18:33:45 +11:00
David Bomba
6445e518dc Fixes for parse float 2024-02-16 14:28:57 +11:00
David Bomba
2f8f9ffce8 Fixes for tests 2024-02-16 13:48:40 +11:00
David Bomba
998dd1c16c Add Smtp check route 2024-02-16 13:38:22 +11:00
David Bomba
726ba91368 Add in company columns for SMTP configuration 2024-02-16 13:06:03 +11:00
David Bomba
8bc42c62af Fixes for variable display 2024-02-16 08:46:01 +11:00
David Bomba
8039c1a19d Fixes for variable display 2024-02-16 08:44:26 +11:00
David Bomba
b10c33e7b1 v5.8.25 2024-02-16 08:36:38 +11:00
Benjamin Beganović
0d2087dfc2 Scaffold payments handling 2024-02-15 19:33:34 +01:00
Benjamin Beganović
39840acd1b wip: Circular event referencing 2024-02-15 19:33:20 +01:00
Benjamin Beganović
14f069161d Add methods to the components array 2024-02-15 19:33:07 +01:00
David Bomba
8128b3c080 Type fixes 2024-02-15 18:23:43 +11:00
David Bomba
86550de39c Fixes for recurring ivnoices 2024-02-15 08:31:46 +11:00
David Bomba
a6cedef7d8 Fixes for recurring ivnoices 2024-02-15 08:31:08 +11:00
David Bomba
bfc412f18e Fixes for recurring ivnoices 2024-02-15 08:28:52 +11: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ć
bc5ec3e1ac Add computed attribute for total calculation in Summary component 2024-02-14 18:29:57 +01:00
Benjamin Beganović
21aa192e34 Add UUID generation to Purchase component 2024-02-14 18:29:48 +01:00
David Bomba
dba0bab91e Set default payment notifications for new companies 2024-02-14 16:23:37 +11:00
Benjamin Beganović
b73656166e Add RFF class to Purchase component 2024-02-13 18:57:13 +01:00
Benjamin Beganović
96b44cfb47 Add RFF component to BillingPortal 2024-02-13 18:57:05 +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ć
9204ed1e3d Add context handling and calculate totals in BillingPortal Summary 2024-02-13 18:39:53 +01:00
David Bomba
9bbeddb913 Improve templates 2024-02-13 17:33:00 +11: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
c5b6938447 php cs fixer 2024-02-13 15:25:18 +11:00
David Bomba
a72058525e
Merge pull request #9291 from turbo124/v5-develop
Fixes for openapi spec
2024-02-13 14:38:29 +11:00
David Bomba
ae8fbc89d9 Ensure gateway fees are displayed with invoices that only have tasks 2024-02-13 14:28:14 +11:00
David Bomba
169c1074f2 Add cast ABS when sorting lists by number 2024-02-13 13:57:04 +11:00
David Bomba
2a33bb31e2 minor fixes 2024-02-13 11:34:22 +11:00
Kevin
6db185d893
Update AccountTransformer.php
Also update the account_name

Signed-off-by: Kevin <kevin@kevjoe.be>
2024-02-12 21:36:09 +01: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
Kevin
821f2b90b9
Nordigen API fix: iban should be treated as optional 2024-02-12 18:02:29 +01:00
David Bomba
909db91184 Fixes for permissions 2024-02-12 20:16:35 +11:00
David Bomba
91e23ee189 Minor adjustments 2024-02-12 14:00:36 +11:00
David Bomba
192722b7a4 Minor adjustments 2024-02-12 14:00:24 +11:00
David Bomba
2c25371011 Fixes for openapi spec 2024-02-10 15:56:31 +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
David Bomba
7ab254a813
Merge pull request #9285 from beganovich/switch-rff
Switching subscriptions RFF
2024-02-10 14:35:37 +11:00
David Bomba
0ccf344593
Merge pull request #9283 from Flole998/fixopenapi
Fix openAPI specification build order
2024-02-10 14:35:20 +11:00
David Bomba
9593c7c820 Minor fixes for task start date calculations 2024-02-10 13:40:12 +11:00
Benjamin Beganović
3dfe5db4fd Refactor SubscriptionPlanSwitch class and add handleRff method 2024-02-09 19:20:33 +01:00
Benjamin Beganović
4013437115 Refactor authentication logic in Authentication component 2024-02-09 17:53:44 +01:00
Benjamin Beganović
4b971157c1 Add BillingPortal Example component 2024-02-09 17:53:41 +01:00
Benjamin Beganović
f55cfd9179 Add request_data and campaign properties to Purchase class 2024-02-09 17:53:38 +01:00
Flole998
09801f7e8a Fix openAPI specification build order
Helps to solve #9272
2024-02-09 13:06:08 +00:00
David Bomba
b513ceed11 implementation of custom email templates 2024-02-09 16:14:51 +11:00
David Bomba
ff072956cb New email templates 2024-02-09 15:06:34 +11:00
David Bomba
64330461ca Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2024-02-09 14:22:32 +11:00
David Bomba
8486bc4ad4 Adjustments for task impotrs 2024-02-09 14:21:19 +11:00
Benjamin Beganović
1a2f6ea48d Add BillingPortal Setup component 2024-02-08 19:55:38 +01:00
Benjamin Beganović
2c1cb88783 Add Purchase component to BillingPortal 2024-02-08 19:55:35 +01:00
Benjamin Beganović
b290969ccf Add Authentication component to BillingPortal 2024-02-08 19:55:33 +01:00
Benjamin Beganović
e5f3d19c5d Add v3 method to SubscriptionPurchaseController 2024-02-08 19:55:29 +01:00
David Bomba
4fa76afee6 Fixes for router domains 2024-02-08 21:12:01 +11:00
David Bomba
f1b81e1587 sub v2 2024-02-08 18:42:38 +11:00
David Bomba
5e7a184118 Tests for pro rata calculations 2024-02-08 14:38:22 +11:00
David Bomba
4901b31c47 Sub v2 2024-02-08 13:56:50 +11:00
David Bomba
735cc552af
Merge pull request #9278 from turbo124/v5-develop
Pro Rata subscriptions calculation
2024-02-08 11:57:37 +11:00
David Bomba
12b1aeaa72 Sub v2 2024-02-08 11:57:09 +11:00
David Bomba
61aeed7321 Add client documents route 2024-02-08 09:51:40 +11:00
Benjamin Beganović
ecefa336d2 Add RFF functionality to BillingPortalPurchase class 2024-02-07 17:30:52 +01:00
David Bomba
97185425ea Fixes for tests 2024-02-07 12:32:32 +11:00
David Bomba
b4551a230b Fixes for tax_amount when migrating 2024-02-07 12:26:07 +11:00
David Bomba
fca4b83d8b Improve Recurring Expense Filters 2024-02-07 11:45:34 +11:00
David Bomba
f16e8fdd15 Fixes for KRW currency formatting 2024-02-07 07:42:46 +11:00
David Bomba
3c0be86e6c Add open telemetery 2024-02-05 15:09:02 +11:00
David Bomba
150258b9ed Minor fixes 2024-02-04 17:31:54 +11:00
David Bomba
e780f240fd Minor fixes for querys 2024-02-04 17:28:52 +11:00
David Bomba
382ab1e10d Fixes for edge cases in reports 2024-02-04 17:11:56 +11:00
David Bomba
f401d06aac Fixes for email reports 2024-02-04 15:20:06 +11:00
David Bomba
8ff283e03b Fixes for email reports 2024-02-04 15:06:24 +11: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
73df9cc494 Small improvement for document imports 2024-02-04 11:15:53 +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
31aa5eb8c9 Minor fixes 2024-02-02 07:33:44 +11:00
David Bomba
9c5253cd1b Fixes for logic around contact passwords - handling blank email strings 2024-02-02 07:24:05 +11:00
David Bomba
894d675e2a Fixes for email templates 2024-02-02 05:55:59 +11:00
David Bomba
19f4db2143 Fixes for data sanity 2024-02-01 15:45:21 +11:00
Benjamin Beganović
ff3683f5bd Add validation for contact information in payment processing 2024-01-31 18:47:30 +01:00
Benjamin Beganović
539451319f Update contact information in InstantPayment class 2024-01-31 18:47:26 +01:00
Benjamin Beganović
ea6be8d698 Add showRff method to ClientContact model 2024-01-31 18:47:21 +01:00
David Bomba
50cf6dbccb Fixes for company user counter 2024-01-31 18:23:54 +11:00
David Bomba
65e7712378 Updated translations 2024-01-31 14:44:16 +11:00
David Bomba
c2af62fd4d Send users to overview page instead of edit for React 2024-01-30 15:30:40 +11:00
David Bomba
a0143a3f44 Minor loggin 2024-01-30 13:51:56 +11:00
David Bomba
995c7dbd3e Fixes for payment emails 2024-01-30 13:27:19 +11:00
David Bomba
c4b76a00ba v5.8.17 2024-01-29 22:58:50 +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
82888cccff Adjustments for logic for sending payment emails 2024-01-29 14:03:54 +11:00
David Bomba
3f5b338846 Add ability to export documents with reports 2024-01-29 13:03:54 +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
97e7f55bc0
Merge pull request #9203 from turbo124/v5-develop
Allow Gocardless ACSS payments for CAD customers
2024-01-28 10:47:26 +11:00
David Bomba
5b2428c2a4 Allow Gocardless ACSS payments for CAD customers 2024-01-28 10:24:31 +11:00
David Bomba
9f5cfd7440 Adjustments for PayPal Rest implementation 2024-01-28 09:21:45 +11:00
paulwer
ab4eb688c8 better error-message 2024-01-27 10:52:16 +01:00
paulwer
8a0b80d64b code cleanups 2024-01-27 10:49:13 +01:00
paulwer
f557fe900d changes 2024-01-27 10:32:44 +01:00
David Bomba
d05a58cebe Livewire fixes for subscription purchasds 2024-01-27 18:59:56 +11:00
David Bomba
753c9c4239 Update Checkout.com customer on successful payment 2024-01-27 16:08:54 +11:00
David Bomba
849a9dc113 Updates for mailers on hosted platform 2024-01-27 15:43:37 +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
1f3770d71e Fixes for nordigen 2024-01-26 08:10:45 +11:00
David Bomba
0a8cf53be0 Validations for recurring invoice start dates 2024-01-26 08:09:06 +11:00
David Bomba
f25f905108 Add invoice_id to credit transformer 2024-01-25 21:22:04 +11:00
David Bomba
34b33bc917 Updates for paypal auth 2024-01-25 20:33:47 +11:00
David Bomba
45515837a3 Adjustments for client country_id 2024-01-25 14:40:06 +11:00
David Bomba
976d1f9f1a Add tasks to client portal 2024-01-25 14:06:26 +11:00
David Bomba
6fbd80333a Add additional filters for reports 2024-01-25 10:36:42 +11:00
David Bomba
c25cee6edf Updates for unsubscribe links => hosted online 2024-01-24 15:09:56 +11:00
David Bomba
50cd085933 Updates for hosted subdomain check 2024-01-24 15:02:38 +11:00
David Bomba
d73e05b5df Fixes for check data 2024-01-24 14:58:06 +11:00
David Bomba
f325370986
Merge pull request #9191 from turbo124/v5-develop
Prevent reminder fees being taxes in DE region
2024-01-24 14:46:49 +11:00
David Bomba
15747cafa4 Fixes for check data 2024-01-24 14:45:18 +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
b0edf7d8d2 Fixes for quotes 2024-01-24 08:28:18 +11:00
David Bomba
26877f905f Fixes for quotes 2024-01-24 08:25:28 +11:00
David Bomba
c1b8d676c2 Adjustments for PPCP 2024-01-24 07:31:06 +11:00
David Bomba
728d013b92 Updates for outbound email reply to addresses 2024-01-23 19:16:52 +11:00
David Bomba
339c9d549a Set tax %0 on line item if zero rated tax is selecteD 2024-01-22 11:02:17 +11:00
David Bomba
48374cf009 Updates for unsubscribe 2024-01-22 10:52:30 +11:00
David Bomba
fee1f7311d Prevent reminder fees being taxes in DE region 2024-01-22 09:50:39 +11:00
David Bomba
8880dd3f49 Fixes for tests and partial_due_date output 2024-01-21 14:21:12 +11:00
David Bomba
1f77856829 Fixes for bank transactions 2024-01-21 13:47:25 +11:00
David Bomba
0c7c82bc87 Fixes for tests 2024-01-21 13:15:44 +11:00
David Bomba
c17a65e7a0 Allow filtering on multiple date ranges for invoices 2024-01-21 13:00:33 +11:00
David Bomba
160d961974 Create raw version of qr code 2024-01-21 12:51:58 +11:00
David Bomba
3efa1bac78
Merge pull request #9181 from turbo124/v5-develop
Add Net / tax amounts to expense reports
2024-01-21 08:06:38 +11:00
paulwer
748dd2ab44 fix error in transaction-transformer 2024-01-20 11:22:58 +01:00
paulwer
04be097edd Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-brevo 2024-01-20 08:15:40 +01:00
David Bomba
58a1b6297a Add Net / tax amounts to expense reports 2024-01-20 14:34:39 +11:00
David Bomba
8aef589fe0 Updates for search controller 2024-01-20 13:41:07 +11:00
Benjamin Beganović
27dd844f79 Add email preferences link to EmailMailable class 2024-01-19 15:20:27 +01:00
Benjamin Beganović
89309ac713 Update email preferences based on request action 2024-01-19 15:20:19 +01:00
David Bomba
f6402f87a5 Improvements for unsubscribe links 2024-01-19 13:45:24 +11:00
David Bomba
211abc7076 Updates for forcing build() method again 2024-01-19 10:41:19 +11:00
Benjamin Beganović
e2cbe85cc0 Remove unnecessary debug statement in HtmlEngine.php 2024-01-18 16:52:43 +01:00
Benjamin Beganović
d5d73b4a13 Remove debug info statements from Email class 2024-01-18 16:52:38 +01:00
Benjamin Beganović
c4ab87ade5 Add ClientUnsubscribedObject class for admin email 2024-01-18 16:52:31 +01:00
Benjamin Beganović
b0a45f49d2 Add URL dependency for email preferences 2024-01-18 16:52:25 +01:00
Benjamin Beganović
5fba841ce6 Add email notification for client unsubscribe 2024-01-18 16:52:19 +01:00
David Bomba
78fd8ee7fa Updated translations 2024-01-18 12:50:34 +11:00