Commit Graph

43 Commits

Author SHA1 Message Date
David Bomba 780dda4957 Updated copyright doc blocks 2025-02-17 11:11:38 +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 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 169c1074f2 Add cast ABS when sorting lists by number 2024-02-13 13:57:04 +11:00
David Bomba 40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba 93d36abe4c Improve sort filters 2023-12-20 14:10:45 +11:00
David Bomba b219a655be Updates 2023-12-06 12:09:43 +11:00
David Bomba f7340d6114 PHP CS Fixer 2023-11-26 18:41:42 +11:00
David Bomba dd411b38ef Adjustments for credit filtering 2023-11-11 15:20:04 +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 6225db9bd9 Static analysis cleanup 2023-04-26 17:41:30 +10:00
David Bomba 5a42b89d55 cs fixer 2023-03-18 18:24:56 +11:00
David Bomba 1b483c7e38 Search by client name in entities 2023-03-15 09:46:07 +11: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 fe24cc5eb6 Clean up all filters and add back test: 2023-01-19 11:24:40 +11:00
David Bomba 0c86e828a4 Refactor and code cleanup for filters 2023-01-16 10:05:44 +11:00
Nikola Cirkovic 26486be960 Update | Fix wrong named entity 2022-05-29 05:25:39 +02:00
David Bomba 6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba fb1e27ba7d Clean up for due date days recurring invoices 2022-02-16 13:24:10 +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
Benjamin Beganović ae88d5e08e php-cs-fixer format 2020-11-25 15:19:52 +01:00
= cd0bbbe096 Remove redundant classes 2020-11-08 21:53:47 +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 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
Benjamin Beganović 0f661495db
Create 'Credits' module (#3263)
* Create 'Credits' module

* Various fixes on Credit module

* Fix MarkCreditPaid factory
2020-01-30 12:27:22 +11:00