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

158 Commits

Author SHA1 Message Date
David Bomba
a946cf346d Fixes for e-invoices 2023-09-06 23:49:19 +10:00
David Bomba
2ba713eeb8 Refactor for einvoicing 2023-08-16 19:55:35 +10:00
Lars Kusch
19fcab3b35 Bugfixes 2023-08-14 12:08:25 +02:00
Lars Kusch
c16478bc06
Merge branch 'v5-develop' into v5-develop 2023-08-09 09:42:35 +02:00
David Bomba
b352178696 Static analysis 2023-08-08 18:56:31 +10:00
Lars Kusch
5f929f7a6c Try to merge e-invoice in as many cases as possible. 2023-08-07 22:02:02 +02:00
Lars Kusch
dd17119fd6 Enable E-Invoice for client download 2023-08-07 21:55:12 +02:00
David Bomba
7cc2f3c665 Fixes for tests 2023-08-07 18:57:25 +10:00
David Bomba
9fffa2b329 Fixes for tests 2023-08-07 18:38:12 +10:00
Lars Kusch
9f3a58129f Removed pdf-parameters 2023-08-07 09:59:10 +02:00
David Bomba
0c683f0403 fixes for tests 2023-08-07 17:02:02 +10:00
David Bomba
cd7d78d20b Updated static analysis 2023-08-07 15:30:34 +10:00
David Bomba
2c2d2b91de Fixes for tests 2023-05-28 18:44:28 +10:00
David Bomba
74be2dd141 Fixes for tests 2023-05-28 18:44:08 +10:00
David Bomba
89ce1f737a Ensure all e-invoices are attached to payment mails 2023-05-28 18:03:18 +10:00
David Bomba
5ee5426784 User filters for chart / dashboard data 2023-05-16 20:37:04 +10:00
David Bomba
939dd44be5 Set new default design if current default is deleted 2023-04-29 21:01:02 +10:00
David Bomba
77bbb8d9e6 move e_invoice config into company settings 2023-04-28 11:39:41 +10:00
David Bomba
bffa1cf894 Static analysis cleanup 2023-04-27 07:13:45 +10:00
David Bomba
f0487b2560 Refactor for e-invoices 2023-04-21 15:44:11 +10:00
Lars Kusch
81b5c8783e Renamed to e_invoice 2023-04-17 09:24:16 +02:00
Lars Kusch
6756de3c2b Added Xinvoice to more pdf-downlaods 2023-04-05 15:31:40 +02:00
David Bomba
2105d09059 Fixes for oversized mailables 2023-03-02 20:01:12 +11:00
David Bomba
9286e938d5 Additional logging 2023-02-23 09:29:18 +11:00
David Bomba
e28b75e83f phpcs 2023-02-18 08:36:51 +11:00
David Bomba
1de91c9e33 Reducing the quantity of jobs dispatched 2023-02-17 19:58:30 +11:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba
a4f2d40d75 Working on emailers 2023-02-15 11:04:47 +11:00
David Bomba
f74bb36ee0 Minor fixes for create entity when models are missing 2023-01-29 16:52:27 +11:00
David Bomba
a896faf0bf Fixes for mailers using the appropriate retries and backoff 2023-01-29 14:22:10 +11:00
David Bomba
6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba
5b63e0fd81 Fixes for latency when sending emails 2022-12-03 09:50:55 +11:00
David Bomba
7b073d033a Fixes for Zoho Import 2022-12-01 08:49:59 +11:00
David Bomba
3cad564fd5 Don't return value from void function 2022-11-27 15:38:25 +11:00
David Bomba
5544207687 Minor fixes for reminders 2022-11-27 13:19:50 +11:00
David Bomba
dddfd32757 Improve memory handling 2022-11-01 21:20:28 +11:00
David Bomba
de8761f519 Improve memory handling in jobs 2022-11-01 17:10:05 +11:00
David Bomba
922aecdd9f Add configuration for R2 2022-10-24 08:42:38 +11:00
David Bomba
76badf854c Add R2 options to filesystems 2022-10-22 17:04:42 +11:00
David Bomba
2f4e129cf0 Remove make dir for Storage:: 2022-10-22 08:19:35 +11:00
David Bomba
6015bb36dd Fixes for sending custom templates with purchase orders 2022-09-15 08:52:28 +10:00
David Bomba
26577d6aef Adapt Email entity sending using emailentity 2022-09-15 08:26:52 +10:00
David Bomba
7ac4786bff Refactor to remove dispatchSync from code path 2022-08-01 07:30:04 +10:00
David Bomba
2e37d793ac working on 8.1 support 2022-07-05 16:15:46 +10:00
David Bomba
91b658918a Merge branch 'l9' of https://github.com/turbo124/invoiceninja into l9 2022-06-24 23:49:29 +10:00
David Bomba
b1ff9f0305 Mailers for Laravel 2022-06-24 23:49:22 +10:00
Nikola Cirkovic
c75b1d303f
Cirkovic/ina 16 fixes (#50)
* Dispatch | PdfCreatorTest | Removed deprecated method

* Dispatch | Remove deprecated dispatchNow() method and use dispatchSync or call handle() on class where return is mandatory.
2022-06-24 21:15:14 +10: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
David Bomba
8164d40007 MInor fixes for correct disk configuration 2022-06-13 09:33:40 +10:00
David Bomba
57f8bddd04 Vendor PDFs 2022-06-06 08:49:41 +10:00