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

102 Commits

Author SHA1 Message Date
David Bomba
f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
David Bomba
d2325bed7c Adjustments for auto billing 2024-03-18 09:03:34 +11:00
David Bomba
40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba
1d438d14d3 Refactor for webhooks 2023-12-12 18:43:55 +11:00
David Bomba
33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
David Bomba
d5555d1d39 Add recurring invoice pseudo activity 2023-09-11 15:44:02 +10:00
David Bomba
b352178696 Static analysis 2023-08-08 18:56:31 +10:00
David Bomba
fab3b30b38 Updates for static analysis 2023-08-06 12:20:18 +10:00
David Bomba
b09f1a7d07 Updates for Static Analysis 2023-08-04 16:40:44 +10:00
David Bomba
a0fab8d22d Fixes for recurring invoice email logic 2023-08-04 07:19:26 +10:00
David Bomba
2a3c652b0c Static analysis cleanup 2023-07-26 13:18:31 +10:00
David Bomba
87114d2b73 Updates for payment types 2023-05-10 09:06:34 +10:00
David Bomba
50eceaf9d1 Change number of emails sent when auto billing recurring invoices 2023-04-18 19:56:31 +10:00
David Bomba
6329484771 Reorder events when sending recurring invoice and only send a payment receipt if auto bill is enabled. 2023-04-18 18:56:01 +10:00
David Bomba
0472cb97f8 Fixes for recurring price increases/updates 2023-03-25 11:51:06 +11:00
David Bomba
ab13a8de78 Increase recurring prices 2023-03-15 17:01:55 +11:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba
6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba
d1078e1ba1 Change sequence for settings auto bill for recurring invoices 2023-01-13 00:41:54 +11:00
David Bomba
8170831b73 Do not autobilling recurring invoices in draft state 2022-12-15 23:17:50 +11:00
David Bomba
3869dcccf9 Additional check to ensure recurring invoices have invitations 2022-12-05 13:27:33 +11:00
David Bomba
a566d8b0a2 Fixes for breaking change in CreateInvoicePdf 2022-10-28 14:37:01 +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
090d4c994a Fixes for send now functionality of recurring invoice 2022-09-16 12:49:09 +10:00
David Bomba
b159a5a08d Improve float parsing in csv imports 2022-09-08 12:15:25 +10:00
David Bomba
3a8b1eb7e3 Improve date resolution in recurring invoices 2022-09-08 11:30:40 +10:00
David Bomba
962ea9cc69 Capture sending metrics 2022-08-09 07:26:43 +10:00
David Bomba
e63d99c2d1 Performance improvements for recurring invoices 2022-08-01 12:50:55 +10:00
David Bomba
57e1eb7a8e Inject delay into Send Recurring invoices to allow PDFs to catch up 2022-07-31 19:20:18 +10:00
David Bomba
071f2ee102 Post Merge v5-develop 2022-07-15 17:41:30 +10:00
David Bomba
a55dd2ec40 Purchase Orders 2022-07-05 09:55:05 +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
f92070e3be Inventory Management Tests 2022-06-08 20:40:26 +10:00
David Bomba
3bf56af37f Fixes for timezone issues with recurring entities 2022-06-02 13:49:29 +10:00
David Bomba
6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba
bb05c9898f CSV Import 2022-02-01 20:04:03 +11:00
David Bomba
239b180a21 Fixes for pdf regeneration 2022-01-10 12:47:16 +11:00
David Bomba
8ee1e8ca9d Ensure PDFs are created when sending recurring invoices 2022-01-09 13:53:27 +11:00
David Bomba
1efdd262fe Slack notifications for bounce/spam emails 2022-01-05 14:41:57 +11:00
David Bomba
55f96e035b Create recurring invoice with invitations for draft 2021-12-15 07:05:12 +11:00
David Bomba
65493c47a5 Change batch() to ->queue() 2021-12-11 20:49:29 +11:00
David Bomba
4b2417f44e Fixes for a race condition affecting autobilling 2021-12-03 17:19:24 +11:00
David Bomba
1d66cf3772 Fire invoice observer for invoice created from recurring 2021-11-09 18:54:56 +11:00
David Bomba
e2a6cd65cc Refactor invitation links 2021-11-06 11:46:12 +11:00
David Bomba
f2f52e05c7 Fixes for recurring invoices 2021-10-25 21:39:02 +11:00
David Bomba
c2452ea137 Fixes for recurring invoices 2021-10-25 20:11:23 +11:00
David Bomba
f878dc5cd4 Pseudo code for auto-pausing recurring invoices 2021-10-20 18:07:33 +11:00
David Bomba
37aac0db03 Fixes for converting quotes to invoices - invitations 2021-10-18 13:31:21 +11:00
David Bomba
ba2f78dad0 Refactor counter/patterns to allow User variables 2021-10-17 13:49:32 +11:00
David Bomba
2d791f26b7 Remove checks for send_email 2021-10-05 15:20:44 +11:00