David Bomba
8b7d64e1ca
Update fillables for location_id
2025-02-21 13:48:00 +11:00
David Bomba
780dda4957
Updated copyright doc blocks
2025-02-17 11:11:38 +11:00
David Bomba
d91c0c096e
Updates for Invoice Period
2025-02-17 08:29:59 +11:00
David Bomba
552d596eae
Style fixes
2024-11-20 11:15:49 +11:00
David Bomba
bb6075e6ef
Alignment for invoice/quote requests
2024-07-30 17:00:54 +10:00
David Bomba
028eb24fd9
Static analysis
2024-06-28 15:16:08 +10:00
David Bomba
72aadc0c16
php-cs-fixer
2024-06-14 17:09:44 +10:00
David Bomba
6e5fb456c1
Run tests for adjustment amount within validaiton
2024-05-06 11:42:14 +10:00
David Bomba
f65567a637
Update copyright
2024-04-12 14:15:41 +10:00
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
b735119cdf
clean up requests
2023-12-05 08:57:43 +11:00
David Bomba
91d39aab82
Static Analysis Cleanup
2023-08-08 20:39:46 +10:00
David Bomba
01cc61b586
Updated static analysis
2023-08-07 15:07:52 +10:00
David Bomba
fb4939c13a
Updated static analysis
2023-08-07 14:50:08 +10:00
David Bomba
2417e2aecd
Fixes for permissions to view tax rates
2023-07-27 11:14:59 +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
b67bbdcd7a
Fixes for logic surrounding presenting the save payment method details radio buttons
2023-01-26 09:36:59 +11:00
David Bomba
e5d212bd9a
Ensure due_date_days is populated
2022-12-02 10:36:47 +11:00
David Bomba
c51bbaec43
Minor fixes for updating a recurring invoice
2022-11-13 09:42:11 +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
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
ded9e25c02
Minor fixes for recurring invoices auto bill
2021-08-31 13:12:17 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
47113da4fa
Fixes for invoice properties
2021-04-08 20:50:53 +10:00
David Bomba
451e4e1bbe
Ensure better unique rules
2021-03-20 09:51:52 +11:00
David Bomba
7a50032b35
Logging
2021-03-07 08:50:14 +11:00
David Bomba
13420a93b9
Fixes for validation
2021-01-08 21:19:26 +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
bc2b0f4aae
Fix for recurring number collisions - use dispatchNow()
2020-10-20 11:53:54 +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
c41fb6e00f
Auto bill flag enable/disable auto_bill_enabled
2020-10-07 17:33:16 +11:00
David Bomba
ff00ed3815
Fixes for Recurring
2020-10-07 11:20:28 +11:00
David Bomba
b906e1e92f
Fixes for hasrecurrence trait
2020-09-24 13:40:13 +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
David Bomba
e216def2ff
Use separate repo's for migrations
2020-07-01 14:37:05 +10:00
=
3179676b1d
working on recurring invoices - form requests
2020-07-01 10:12:53 +10:00