David Bomba
08eb30785d
Add .env var for extensions
2024-03-19 10:46:57 +11:00
David Bomba
a5fd1dc5ea
Improvements for validation
2024-02-17 05:57:15 +11:00
David Bomba
0a8cf53be0
Validations for recurring invoice start dates
2024-01-26 08:09:06 +11:00
David Bomba
40086db271
cs fixer
2024-01-14 15:05:00 +11:00
David Bomba
10a6f7755b
Minor fixes for validation
2023-11-04 09:53:20 +11:00
David Bomba
91d39aab82
Static Analysis Cleanup
2023-08-08 20:39:46 +10:00
David Bomba
b97de29f74
Updated static analysis
2023-08-07 15:37:30 +10:00
David Bomba
01cc61b586
Updated static analysis
2023-08-07 15:07:52 +10:00
David Bomba
3229ae871a
Fixes for recurring invoices
2023-07-27 09:02:13 +10:00
David Bomba
42b29fe89f
Minor fixes
2023-07-22 11:13:18 +10:00
David Bomba
6bbf3dface
Updates for exchange rate validation
2023-07-16 20:34:31 +10:00
David Bomba
5a42b89d55
cs fixer
2023-03-18 18:24:56 +11:00
David Bomba
6e983cb506
update upload mime checks
2023-02-27 20:12:59 +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
e5d212bd9a
Ensure due_date_days is populated
2022-12-02 10:36:47 +11:00
David Bomba
023de23a45
Update validation rules
2022-11-05 15:13:08 +11:00
David Bomba
3e916e0f1f
Fixes for tests
2022-06-24 11:55:41 +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
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
bdcf902c6c
Add projects to recurring invoices
2022-03-10 08:52:33 +11:00
David Bomba
4e86fcf2ba
Tests for adding vendors to quotes, credits, invoice and recurring invoices
2022-02-08 21:43:42 +11:00
David Bomba
7fd1446f43
Additional logic for updating a payment in form request
2022-01-15 10:54:36 +11:00
theworstcomrade
2532ec7e76
Document - fix stored xss
...
https://huntr.dev/bounties/99c4ed09-b66f-474a-bd74-eeccf9339fde/
2021-11-19 23:39:35 +01:00
David Bomba
bd6e6a959a
Add triggered actions to recurring invoices
2021-10-13 16:41:11 +11:00
David Bomba
9fcaaf6302
Autobill tweaks
2021-08-19 07:41:34 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
16c5665cc6
Recurring Invoice history / activities
2021-05-10 20:20:52 +10:00
David Bomba
d83073ad91
Validation rule for recurring frequency
2021-03-08 12:31:00 +11:00
David Bomba
7a50032b35
Logging
2021-03-07 08:50:14 +11:00
David Bomba
934610a01c
Update copyright + version bump + set canadian dollar symbol to $
2021-01-04 08:54:54 +11:00
Benjamin Beganović
20c010448a
apply php-cs-fixer
2020-12-16 12:52:40 +01:00
David Bomba
8c46e140af
Also factor in optin and optout for auto_enabled
2020-12-10 19:51:00 +11:00
David Bomba
894481989c
Also factor in optin and optout for auto_enabled
2020-12-10 19:47:17 +11:00
Benjamin Beganović
ae88d5e08e
php-cs-fixer format
2020-11-25 15:19:52 +01:00
David Bomba
28cbd75fcb
Fixes for credit PDF
2020-11-11 11:13:39 +11:00
David Bomba
79e625d8f2
Fixes for recurring number rules and assigned_user_id stickiness for Vendors
2020-10-16 08:17:31 +11:00
David Bomba
3aa5e2e4eb
Minor release
2020-10-06 21:06:14 +11:00
David Bomba
8756a89885
Allow login using contact_key or client_hash
2020-09-30 08:42:55 +10:00
David Bomba
c965e8d08b
Fixes for injecting settings object into email blade templates
2020-09-27 19:22:34 +10:00
David Bomba
b906e1e92f
Fixes for hasrecurrence trait
2020-09-24 13:40:13 +10:00
David Bomba
37bbe8f1e3
Fixes for validation on recurring
2020-09-13 21:46:03 +10:00
David Bomba
9c7dc24bd2
Recurring Dates
2020-09-13 20:20:11 +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
=
e3b8651211
RecurringService
2020-07-01 11:06:40 +10:00
=
ed9527acfa
working on recurring invoices - form requests
2020-07-01 10:11:47 +10:00
David Bomba
08d196e6c0
Fixes for tests
2020-06-26 08:29:24 +10: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
David Bomba
43e57d0117
Fixes for self-update ( #3514 )
...
* minor fix for payment notifications
* styleci
* Limit Self updating to self hosters only
:
* Fixes for designs
* Minor fixes for self-update
2020-03-21 16:37:30 +11:00