Commit Graph

65 Commits

Author SHA1 Message Date
David Bomba
3eb147a63c Transform company 2026-01-27 20:36:26 +11:00
David Bomba
2adcc4cd5b Add created between filter 2026-01-09 08:56:31 +11:00
David Bomba
6d40c7da83 load microsoft .js if client_id is set 2025-10-10 17:11:39 +11:00
David Bomba
769f132928 Fixes for conflict / verifactu 2025-10-10 09:22:59 +11:00
David Bomba
39483d7c63 Add SES Driver as an email provider option for hosted 2025-08-28 07:43:41 +10:00
David Bomba
da8dc7490e Add SES Driver 2025-08-21 13:30:24 +10:00
David Bomba
501b8085f0 Fixes for tests 2025-08-21 12:22:38 +10:00
David Bomba
1323a56e13 add microsoft client id to company transformer 2025-08-15 05:56:33 +10:00
David Bomba
1252cdf7ae Integration of Verifactu with UI 2025-08-14 08:36:55 +10:00
David Bomba
7393360db3 Working on feature flow and tests for verifactu submissions 2025-08-10 11:25:36 +10:00
David Bomba
4127eb32f9 Add logging to wstest for requirements 2025-08-07 17:12:57 +10:00
David Bomba
f0a5fee67f Updates for cloudflare services credentials 2025-05-13 09:19:12 +10:00
David Bomba
8e1c9e3006 Changes for timezone naming 2025-05-12 16:30:56 +10:00
David Bomba
c69af63ebf minor cleanup 2025-02-12 06:43:24 +11:00
David Bomba
9b8fc10823 Gocardless oauth webhooks 2025-01-29 12:55:20 +11:00
David Bomba
6c91941556 Prepare for onboarding v2 2024-12-04 12:25:06 +11:00
Benjamin Beganović
58640ec8e6 testing_company 2024-09-25 17:46:17 +02:00
Benjamin Beganović
c7ba9cb908 Merge remote-tracking branch 'upstream/v5-develop' into 1403-gocardless 2024-09-23 16:00:24 +02:00
paulwer
13dae4f524 Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-inbound-email-expenses 2024-08-28 07:02:43 +02:00
David Bomba
5f32baceef Webhook support for QB 2024-08-26 18:39:23 +10:00
David Bomba
9c225458c6 Fixes for QB pr 2024-08-21 13:04:09 +10:00
paulwer
e3da9914ba rework mindee limits 2024-06-23 09:32:51 +02:00
paulwer
2a7eb83965 several reworks + wip mindee 2024-06-22 18:52:25 +02:00
Benjamin Beganović
bffed73117 Add Gocardless redirect URI to services configuration 2024-06-11 19:50:21 +02:00
Benjamin Beganović
fa37dd62a9 routes & config 2024-06-03 20:01:07 +02:00
paulwer
f43909141f brevo webhook + better attachement fetching cycle + fixes for brevo key integration namings 2024-03-24 10:53:20 +01:00
paulwer
e443fb28ec Merge branches 'feature-brevo' and 'feature-brevo' of https://github.com/paulwer/invoiceninja; branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-brevo 2024-03-17 07:29:17 +01:00
David Bomba
6f80c6fab8 Updates for custom designs 2024-03-05 16:06:02 +11: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
f16e8fdd15 Fixes for KRW currency formatting 2024-02-07 07:42:46 +11: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
41daa63056 Updates for mailgun 2024-01-17 08:44:39 +11:00
David Bomba
809dc58a87 Working on webhooks for mailgun 2024-01-16 15:59:29 +11:00
paulwer
a4c918148b Merge branch 'v5-develop' of https://github.com/invoiceninja/invoiceninja into feature-brevo 2024-01-03 22:50:02 +01:00
David Bomba
c7eeef1c2a Add helpers for Chorus Pro 2024-01-01 11:03:38 +11:00
paulwer
507cdafa26 working 2023-12-21 16:59:39 +01:00
paulwer
3206e46349 initial changings 2023-12-18 19:37:13 +01:00
David Bomba
160ca1c9ad Refactor for taxes 2023-03-27 14:47:01 +11:00
David Bomba
046a72326e Tax Providers 2023-03-27 07:14:10 +11:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba
e174b379a6 Additional mailer implementation 2023-01-11 19:29:27 +11:00
David Bomba
e7c24a5857 Fixes for Matomo URL/ID 2022-12-07 18:50:36 +11:00
Lars Kusch
e24233bd1b Update services.php 2022-12-07 08:23:15 +01:00
Lars Kusch
a5fde7a86a Add variables for config 2022-12-07 08:19:37 +01:00
David Bomba
48c36d0004 Fixes for mailers 2022-07-31 19:11:32 +10:00
David Bomba
d84d5ba092 Padding for postmark 2022-07-20 15:19:35 +10:00
Shift
6edb82308f Shift cleanup 2022-06-21 10:03:51 +00:00
Shift
a364de9f9c Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2022-06-21 10:00:17 +00:00
Shift
19080933b6 Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the code style applied by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] ruleset to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.

For more information on customizing the code style applied by Shift, [watch this short video][4].

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://github.com/squizlabs/PHP_CodeSniffer
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
[4]: https://laravelshift.com/videos/shift-code-style
2022-06-21 09:57:17 +00:00
Nikola Cirkovic
b2420a817d INA-12 | Add microsoft oauth keys to .env.example 2022-06-11 05:26:24 +02:00