41 Commits

Author SHA1 Message Date
David Bomba
10a6f7755b Minor fixes for validation 2023-11-04 09:53:20 +11:00
David Bomba
33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
David Bomba
3fcce909f5 Improve sorting of expense listrs 2023-09-05 14:02:39 +10:00
David Bomba
74300d0b88 Add filters for expense categories 2023-09-05 13:34:49 +10:00
David Bomba
2ca3246af8 Fixes for matching transactions 2023-08-02 10:38:36 +10:00
David Bomba
5fff511869 Additional filter for expenses 2023-07-18 19:54:03 +10:00
David Bomba
073948facf Updates for filters 2023-07-16 15:44:54 +10:00
David Bomba
eb44584fe8 Fixes for tax calculations 2023-06-29 13:57:16 +10:00
David Bomba
9e7f269a0e Fixes for filtering 2023-06-27 22:25:24 +10:00
David Bomba
b230836056 Minor fixes for expenses 2023-06-27 21:40:28 +10:00
David Bomba
356834b628 Invoice filters for expense 2023-06-27 21:31:21 +10:00
David Bomba
1ecce29e56 Invoice filter for expenses 2023-06-27 21:26:34 +10:00
David Bomba
6225db9bd9 Static analysis cleanup 2023-04-26 17:41:30 +10:00
David Bomba
4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
paulwer
f27cca7f09 default value for sort input & fixes for strlen 2023-01-30 12:08:39 +01:00
paulwer
e8d19abf7a sort early returns + type_id/category_id&event_id as strings 2023-01-30 11:04:55 +01:00
paulwer
8274aadd05 fixes 2023-01-30 10:36:13 +01:00
paulwer
98d4d62f82 spacing 2023-01-30 07:08:26 +01:00
paulwer
72265f53c8 Merge remote-tracking branch 'upstream/v5-develop' into v5-develop 2023-01-30 07:02:45 +01:00
paulwer
6e712b32b2 spacing 2023-01-29 10:21:54 +01:00
paulwer
47d9ccf573 adding filter methods for projects, tasks and vendors 2023-01-29 09:52:40 +01:00
David Bomba
6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba
0caa8ea8ce Back fill test for filters 2023-01-19 11:52:07 +11:00
David Bomba
fe24cc5eb6 Clean up all filters and add back test: 2023-01-19 11:24:40 +11:00
David Bomba
59faed5e59 Adjustments for expense filters 2023-01-16 10:48:57 +11:00
David Bomba
0c86e828a4 Refactor and code cleanup for filters 2023-01-16 10:05:44 +11:00
David Bomba
afad1245c9 Clean up for Filters 2023-01-12 13:52:06 +11:00
David Bomba
317204c88a Fixes for expense filters 2023-01-09 09:45:24 +11:00
David Bomba
ecb4ee7b8f Add transaction filters for payments and expenses 2022-12-08 14:35:10 +11:00
David Bomba
b988614e38 Implement additional filters for list views 2022-11-19 13:37:27 +11: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
André Göpel
a342823fb6 #7027 remove filter for non existing expense.id_number column 2021-12-12 00:26:57 +01:00
David Bomba
f2f71f892c Fixes for query filters for expenses 2021-12-03 18:32:18 +11:00
David Bomba
a0f6afec0f Stubs for Recurring Expenses 2021-08-23 09:38:55 +10:00
David Bomba
dd70223652 Fixes for filters 2021-07-26 20:29:41 +10:00
David Bomba
36f6cbbcc9 Update license in codebase 2021-06-16 16:58:16 +10:00
David Bomba
934610a01c Update copyright + version bump + set canadian dollar symbol to $ 2021-01-04 08:54:54 +11: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
0e9d098049
Fixes for Vendor Contacts (#3227)
* bug Fixes

* Working on Vendor GET route

* Fixes for vendor contacts
2020-01-20 15:53:40 +11:00