David Bomba
b6b36c89fd
Add webhook functionality to credits
2022-09-15 17:43:33 +10:00
David Bomba
1f1d8d53cc
code cleanup
2022-08-28 13:58:40 +10:00
David Bomba
5e8bcc04dc
Update user observer to dispatch a job
2022-08-21 09:26:58 +10:00
David Bomba
acb756b229
Additions for hosted
2022-08-21 09:13:06 +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
Nikola Cirkovic
92d797d35c
INA-4 | Update migration | add missing licenses
2022-05-30 20:02:17 +02:00
Nikola Cirkovic
020cf10202
INA-4 | Add Purchase Order Observer
2022-05-29 05:59:44 +02:00
David Bomba
aeae0a19ab
Adjust delays for observers
2022-05-15 20:14:14 +10:00
David Bomba
aa6fb24a8f
Add a slight delay the payment observers in case all the data is not being sent
2022-05-05 10:40:43 +10:00
David Bomba
6f491dfb92
Update Copyright text
2022-04-27 13:20:41 +10:00
David Bomba
e8e8598fd8
Webhooks for Projects
2022-04-14 21:38:29 +10:00
David Bomba
2f744c6969
Fixes for frequencyforkey
2022-03-29 08:04:04 +11:00
David Bomba
85c149e9ad
add client to payments webhook
2021-10-31 09:07:55 +11:00
David Bomba
dc116013d9
Fixes for observers
2021-10-14 17:54:38 +11:00
David Bomba
21d08d2d7e
Trigger model created event manually after model calculations have been performed
2021-10-10 20:56:05 +11:00
David Bomba
de4aaabcc9
Include quotes in observer
2021-10-08 20:51:55 +11:00
David Bomba
40a90c4ea8
Fixes for invoice observer
2021-10-07 17:34:23 +11:00
David Bomba
5ddbc0f507
Fixes for recurring crons
2021-10-02 11:10:12 +10:00
David Bomba
9330f51a86
Include invoices with payment webhooks
2021-09-23 21:01:26 +10:00
David Bomba
0c89f998eb
Fixes for restoring models
2021-09-22 07:45:06 +10:00
David Bomba
3d28159702
minor fixes
2021-09-20 20:10:07 +10:00
=
066666f5bc
Remove redundant logging
2021-09-08 20:20:58 +10:00
=
72bbcf2bb2
Prevent duplicate events firing on save
2021-09-05 20:31:08 +10:00
David Bomba
48c5c56a4a
Fixes for webhook bug
2021-07-20 08:39:04 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
=
afdfddd7e9
Refactor for entity paths
2021-06-12 21:50:01 +10:00
David Bomba
7618666c4b
Fixes for tests
2021-05-26 12:37:16 +10:00
David Bomba
e254a9ad73
Refactor reminders
2021-05-26 10:35:39 +10:00
=
ef4079c3f0
Add domain queue
2021-05-02 22:07:17 +10:00
=
01cb9a091e
Fixes for namespaces
2021-05-02 19:14:42 +10:00
=
ffea966bbc
Add observer information for Hosted platform
2021-05-02 18:38:00 +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
f52fb31ced
Remove illegal characters from pdf file names
2021-03-17 22:29:20 +11:00
David Bomba
1599711dee
Observers and policy scaffold
2021-03-05 21:18:28 +11:00
David Bomba
e668e7fd5a
Fixes for Quotes not attaching to emails
2021-02-28 13:12:55 +11:00
David Bomba
0b8bf4fbf1
Remove invoice deletion observer
2021-02-17 00:31:00 +11:00
David Bomba
7bf6d7c48a
Document route for clients / company
2021-02-15 21:52:50 +11:00
David Bomba
458dd1fa4a
Soft delete/restore tokens in sync with CompanyGateway"
2021-01-27 09:17:27 +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
2f4b46e435
Refactor webhook handler
2020-11-25 11:23:39 +11:00
Benjamin Beganović
2144153e41
pass correct company
2020-11-17 13:28:13 +01:00
Benjamin Beganović
42ca352409
Fix issue with webhook handler
2020-11-17 13:23:16 +01:00
David Bomba
9aeb2d7a5b
Psalm cleanup
2020-10-28 21:10:49 +11: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
David Bomba
a5248f7a93
Test mode for company gateway
2020-08-28 07:34:15 +10:00
David Bomba
82ca90b86e
Fix for observer
2020-08-22 13:34:41 +10:00
=
279609f70f
Add CompanyGatewayObserverg
2020-08-22 10:42:12 +10:00
David Bomba
2c93efface
Softdelete/restore invitations on clientcontact delete/restore
2020-08-07 08:13:15 +10:00