David Bomba
2752a2e651
Report previews
2023-08-18 21:36:50 +10:00
David Bomba
d0b09b5bd1
Updates
2023-07-07 15:59:36 +10:00
David Bomba
430d42b2e0
Minor fixes for imports in appserviceprovider
2023-05-05 13:16:34 +10:00
David Bomba
20e833e430
Minor cleanup
2023-05-03 21:49:14 +10:00
David Bomba
c6d04972f7
Turn off db query logs
2023-04-28 06:54:45 +10:00
David Bomba
d884537e20
Fixes for ?with query when using hashed_id
2023-04-27 16:36:58 +10:00
David Bomba
3daa49a618
Dynamically load broadcastprovider
2023-03-24 14:04:46 +11:00
David Bomba
10db3cffa0
Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
2023-03-24 14:04:02 +11:00
David Bomba
01404a75f6
dynamically load broadcaster
2023-03-24 14:03:58 +11:00
David Bomba
a5fc80f408
Dynamically apply the mailgun endpoint
2023-03-23 13:03:37 +11:00
David Bomba
4d6cf43a1e
ide helpers
2023-02-16 13:36:49 +11:00
David Bomba
4babfbb651
php-cs-fixer
2023-02-16 12:36:09 +11:00
David Bomba
329d3595ba
Fixes for invoiceemailengine
2023-02-15 23:09:27 +11:00
David Bomba
9745cbed4a
Wind back mailmailer'
2023-02-15 22:31:02 +11:00
David Bomba
fa1e52b4ca
Fixes for mailers when attachments are too large
2023-02-01 13:19:35 +11:00
David Bomba
6c86d7151a
Update copyright year
2023-01-29 09:21:40 +11:00
David Bomba
ca225846c2
base api testS
2023-01-21 08:09:39 +11:00
David Bomba
61237f0475
Minor fixes for logging
2023-01-20 15:17:21 +11:00
David Bomba
bc402ec30c
Fixes for tests
2023-01-18 18:56:15 +11:00
David Bomba
845289bed8
Fixes for tests
2023-01-18 18:02:45 +11:00
David Bomba
5e67916117
Fixes for Parallel testing
2023-01-17 23:44:38 +11:00
David Bomba
e174b379a6
Additional mailer implementation
2023-01-11 19:29:27 +11:00
David Bomba
6581abf46d
Merge v5-develop into L9
2022-07-15 22:59:25 +10:00
David Bomba
b1ff9f0305
Mailers for Laravel
2022-06-24 23:49:22 +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
6f491dfb92
Update Copyright text
2022-04-27 13:20:41 +10:00
David Bomba
127683ee29
Fixes for eager loading
2022-04-20 11:55:33 +10:00
David Bomba
c2ec39dc4c
Disable lazy load blocker
2022-04-11 17:45:59 +10:00
David Bomba
fabf8e0bae
Query lazy loading imrpovements
2022-04-11 17:45:37 +10:00
David Bomba
dcc724b667
Ensure queue state is sane
2022-03-15 07:12:37 +11:00
David Bomba
e2cd1e5c71
Cache company, company_user and user in container
2022-03-13 20:18:15 +11:00
David Bomba
dc116013d9
Fixes for observers
2021-10-14 17:54:38 +11:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
a0211acc59
Fixes for Multi DB and Livewire.
2021-05-24 07:53:30 +10:00
David Bomba
e6c083cf29
Stripe Connect
2021-04-20 21:30:52 +10:00
David Bomba
abd3a89bc9
Subscriptions ( #5248 )
...
* Fixes for converting quote to invoice
* Fixes for naming PDFs
* Refresh entity prior to sending
* Fixes for subscriptions
* Add in required use
* Fixes for notifications
* Fixes for notifications
* Add with trasheD
* Rename BillingSubscriptions to Subscriptions
* Refactoring subscriptions
2021-03-25 21:55:59 +11:00
David Bomba
1599711dee
Observers and policy scaffold
2021-03-05 21:18:28 +11:00
David Bomba
7bf6d7c48a
Document route for clients / company
2021-02-15 21:52:50 +11:00
David Bomba
ef8f5d8e28
Check data
2021-02-08 21:11:17 +11:00
David Bomba
934610a01c
Update copyright + version bump + set canadian dollar symbol to $
2021-01-04 08:54:54 +11:00
Benjamin Beganović
ae88d5e08e
php-cs-fixer format
2020-11-25 15:19:52 +01:00
David Bomba
9aeb2d7a5b
Psalm cleanup
2020-10-28 21:10:49 +11:00
David Bomba
10d62f23f8
Fixes for regressions
2020-09-22 16:11:32 +10:00
David Bomba
8d3154a149
Add credit to paymentables on invoice reversal
2020-09-22 13:09:42 +10:00
David Bomba
ba75a44eb8
Laravel 7.x Shift ( #40 )
...
* Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.
However, Shift allows you to customize the adopted coding style by
adding your own [PHP CS Fixer][1] `.php_cs` config to your project.
You may use [Shift's .php_cs][2] file as a base.
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
* Shift bindings
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.
* Shift core files
* Shift to Throwable
* Add laravel/ui dependency
* Unindent vendor mail templates
* Shift config files
* Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them so you can review the commit diff for
changes. Moving forward, you should use ENV variables or create a
separate config file to allow the core config files to remain
automatically upgradeable.
* Shift Laravel dependencies
* Shift cleanup
* Upgrade to Laravel 7
Co-authored-by: Laravel Shift <shift@laravelshift.com>
2020-09-06 19:38:10 +10:00
=
279609f70f
Add CompanyGatewayObserverg
2020-08-22 10:42:12 +10:00
David Bomba
d05c6ec975
Inject custom translations
2020-08-11 10:48:05 +10:00
David Bomba
6d7b7ca9a3
Invoice Deletion - Ledger ( #3590 )
...
* Fixes when implementing
* php_cs
* Clean up
* Clean up
* Working on adjusting ledger when an invoice is deleted
2020-04-04 21:32:42 +11:00
David Bomba
eba0c19824
Fixes for Migration ( #3572 )
...
* Remove \Log::, fixes for tests, and fixes for migration
* Debugging migration
* Fixes for Migration
2020-04-01 19:54:22 +11:00
David Bomba
6df62faa82
Fixes for Invoice Designs ( #3559 )
...
* fixes for tests
* Working on Invoice Designs
* Update phpunit.yml
* Update phpunit.yml
* Working on sending an individual email
* Update phpunit.yml
* Fixes for designs
* Update phpunit.yml
* Working on sending entity email - individual
* Fixes for account creation
* Remove Laravel Horizon
* remove logging
2020-03-28 22:34:04 +11:00