Commit Graph

55 Commits

Author SHA1 Message Date
David Bomba e50a3e692d Add draft status filters for recurring invoices 2025-06-18 09:26:36 +10:00
David Bomba 0d96e989f5 Refactor for document / file validation 2025-04-26 10:15:23 +10:00
David Bomba 780dda4957 Updated copyright doc blocks 2025-02-17 11:11:38 +11:00
David Bomba fef4b6780d Fixes for recurring invoice filters 2025-01-29 19:55:44 +11:00
David Bomba 57fd482412 fixes for sorting columns 2025-01-27 13:03:01 +11:00
David Bomba c8503bb8e3 Add column filters for sorting 2025-01-23 19:22:43 +11:00
David Bomba 552d596eae Style fixes 2024-11-20 11:15:49 +11:00
David Bomba 036aca49a4 Rollback for new payment flow 2024-08-22 16:45:06 +10:00
David Bomba 2449757021 Update entity filters 2024-08-13 09:35:31 +10:00
David Bomba d53f3062cf add stock quantity to imports 2024-07-14 08:16:29 +10:00
David Bomba 0c60a11989 Search filters for recurring invoices 2024-06-19 09:09:44 +10:00
David Bomba 742b49c75a Fixes for subscription cron query 2024-06-17 10:14:04 +10:00
David Bomba 72aadc0c16 php-cs-fixer 2024-06-14 17:09:44 +10:00
David Bomba 4dedfd616b filter for recurring invoice filters 2024-04-25 06:50:55 +10:00
David Bomba f65567a637 Update copyright 2024-04-12 14:15:41 +10:00
David Bomba e5bb58a7a9 New currencies 2024-03-25 07:08:03 +11:00
David Bomba 40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba 8e35356388 Add checks for redirection methods 2024-01-01 10:59:25 +11:00
David Bomba 685c21c78a Import sort filters 2023-12-20 13:59:48 +11:00
David Bomba 33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
David Bomba 6609f89d94 Fixes for list search 2023-08-14 07:54:51 +10:00
David Bomba 327c782ba5 Improve filtering of Lists by clients 2023-06-22 17:46:17 +10:00
David Bomba 9931b174d5 Filters 2023-06-21 21:40:28 +10:00
David Bomba 786bda2515 Add back passwordprotection middleware 2023-06-21 06:51:48 +10:00
David Bomba 6225db9bd9 Static analysis cleanup 2023-04-26 17:41:30 +10:00
David Bomba e410741665 Minor fixes for quotas 2023-04-22 09:18:52 +10:00
David Bomba 3b15a4f45e
Merge pull request #8449 from turbo124/v5-develop
Updates for design filters
2023-04-19 08:22:47 +10:00
Gary Turner 611828ccb5 feat: Recurring Invoice filter for next_send_date and frequency 2023-04-18 08:08:41 +01:00
Gary Turner 35251cd572 feat: Recurring Invoices product_key filter 2023-04-17 13:27:29 +01:00
David Bomba c43d0ea652 Minor fixes 2023-04-17 21:26:00 +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 f2de397459 Clean up for filters 2023-01-22 19:24:35 +11:00
David Bomba 0caa8ea8ce Back fill test for filters 2023-01-19 11:52:07 +11:00
David Bomba e822550c38 Cleanup for filters 2023-01-16 11:46:41 +11:00
David Bomba 0c86e828a4 Refactor and code cleanup for filters 2023-01-16 10:05:44 +11:00
David Bomba 6db1dae3b0 Update filters 2022-11-19 10:20:25 +11:00
David Bomba 6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba 3e3b4e40e5 Fixes for permissions on list response 2022-01-10 19:48:18 +11: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