1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
Commit Graph

130 Commits

Author SHA1 Message Date
David Bomba
e1fe17cc3d improved logic for post payment actions 2024-04-28 13:52:44 +10:00
David Bomba
b696bdbb3b Minor cleanup 2024-04-28 13:36:37 +10:00
David Bomba
f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
David Bomba
baad05c543 v5.8.43 2024-04-05 08:42:31 +11:00
Lars Kusch
99a211b823 Added new routes and adapted controllers 2024-03-10 15:40:25 +01:00
David Bomba
40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba
6c1a189a81 Fixes for quote/credit events 2024-01-03 22:06:52 +11:00
David Bomba
1d438d14d3 Refactor for webhooks 2023-12-12 18:43:55 +11:00
David Bomba
1c15f923ae Fixes for timezone offsets 2023-11-15 15:36:24 +11:00
David Bomba
33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
David Bomba
e98a12a50a remove redundant code paths 2023-10-26 13:47:34 +11:00
David Bomba
a669328a80 Refactor for PDF code paths 2023-10-26 12:25:56 +11:00
David Bomba
f21444be90 Add events for email notifications 2023-09-07 12:07:46 +10:00
David Bomba
1e2f7259a3 Static Analysis Cleanup 2023-09-05 11:54:05 +10:00
David Bomba
b352178696 Static analysis 2023-08-08 18:56:31 +10:00
David Bomba
68ce3be42b Updates for static analysis 2023-08-06 17:35:19 +10:00
David Bomba
b13783d75b Migration for dashboard permissions 2023-08-06 17:03:12 +10:00
David Bomba
47ba507c1b Fixes for static analysis 2023-07-26 12:59:36 +10:00
David Bomba
2f49bc8382 v5.6.5 2023-06-30 15:43:28 +10:00
David Bomba
e9dbe62d33 Add mark paid for credits 2023-06-19 19:48:53 +10:00
David Bomba
98706698d2 Localize payment dates 2023-06-15 16:23:08 +10:00
David Bomba
5fbdde6d61 fixes for payments 2023-06-09 14:45:38 +10: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
768d26c2ed
Merge pull request #8245 from LarsK1/patch-3
Feature: Webhook at send
2023-02-08 07:06:28 +11:00
Lars Kusch
f0c6df6c4a Minor fixes 2023-02-07 15:46:52 +01:00
David Bomba
c7fe3c8824 Set credit payments for subscriptions 2023-02-04 17:09:04 +11:00
David Bomba
5e68199396 Add payment number when generating credit payment from subscription 2023-02-04 15:51:39 +11:00
Lars Kusch
d0cfaff6d6 Added models and implemented the sent Webhook 2023-02-03 12:54:34 +01:00
David Bomba
6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba
a743504ed3 Minor fixes for transactions 2023-01-15 15:10:41 +11:00
David Bomba
5d459aaa2f Fixes for credit creation after downgrading a subscription service 2023-01-10 14:32:53 +11:00
David Bomba
064b9c4e67 Minor fixes for page number vertical height 2023-01-10 09:55:20 +11:00
David Bomba
9ab343ddd6 Inject slight delay 2022-11-27 19:58:30 +11:00
David Bomba
264a4df13b Adjustments for handling invoice deletion 2022-11-24 16:49:03 +11:00
David Bomba
2bd58d5d0e Triggered actions for Credits / Quotes 2022-11-15 21:09:05 +11:00
David Bomba
52d5afbce0 Remove DispatchNow() 2022-09-07 14:15:27 +10:00
David Bomba
187c5b115b Update purchase order invitations table 2022-08-27 09:26:08 +10:00
=
b5f61d22a7 Tests for credit balance 2022-08-22 10:27:11 +10:00
=
5070b2745e Adjust credit balance on client record 2022-08-22 08:24:36 +10:00
David Bomba
7ac4786bff Refactor to remove dispatchSync from code path 2022-08-01 07:30:04 +10:00
David Bomba
48c36d0004 Fixes for mailers 2022-07-31 19:11:32 +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
6a99cba813 Analytics on queue size 2022-05-15 20:43:50 +10:00
David Bomba
6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba
4f10dcd913 Improve invoice number generation when race conditions encountered 2022-04-07 17:40:59 +10:00
David Bomba
ea18f24c4e remove -increment() methods 2022-03-27 17:04:13 +11:00
David Bomba
26ef7c7c0d Refactor to use increments 2022-03-09 15:45:13 +11:00
David Bomba
88f730b9a1 Fixes for EWay 2022-03-08 21:49:33 +11:00