Commit Graph

81 Commits

Author SHA1 Message Date
David Bomba 40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba 33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
David Bomba c293b74373 fixes for tests 2023-08-11 18:23:59 +10:00
David Bomba 542a410892 Updates for static analysis 2023-08-11 18:07:57 +10:00
David Bomba b4d48c96d4 Updates for static analysis 2023-08-11 18:04:41 +10:00
David Bomba b08d805728 Fixes for tests 2023-08-11 17:58:43 +10:00
David Bomba f01fa763c1 Updates for static analysis 2023-08-07 08:23:13 +10:00
David Bomba baaa39c1fa Fixes for props 2023-06-07 15:45:44 +10:00
David Bomba 6e847888fc Refactor for admin links 2023-06-07 14:29:06 +10:00
David Bomba c3189183a5 Refactor for admin links 2023-06-07 13:53:38 +10:00
David Bomba e46b186b08 Minor fixes for filter queries 2023-06-05 19:38:38 +10:00
David Bomba a9027c1c33 Static analysis cleanup 2023-04-26 23:03:32 +10:00
David Bomba eea6bf3659 Static analysis cleanup 2023-04-26 16:55:49 +10:00
David Bomba 055bd979fb Update ide helpers 2023-04-26 08:43:54 +10:00
David Bomba abf3afd75f Product Sales Report 2023-04-13 15:39:12 +10:00
David Bomba d6bb7a3510 Update model definitions 2023-04-10 17:37:40 +10:00
David Bomba d471604862 Refactor for tax structure 2023-03-29 14:23:06 +11:00
David Bomba 1ab8097d44 Refactor for tax structure 2023-03-29 13:13:50 +11:00
David Bomba 67179887d7 Update BaseRule taxes 2023-03-28 07:47:07 +11:00
David Bomba 160ca1c9ad Refactor for taxes 2023-03-27 14:47:01 +11:00
David Bomba aa51299a10 Working on auto tax calculations 2023-03-24 18:02:34 +11:00
David Bomba 19e2e98665 Base Controller clean up 2023-03-24 12:12:12 +11:00
David Bomba cd741efa2a fixes for tests 2023-03-21 22:37:06 +11:00
David Bomba 6729678332 client initiated payments 2023-03-16 15:20:38 +11:00
David Bomba 615e82a5c8 ide helpers 2023-03-08 18:33:42 +11:00
David Bomba ee4be49fcf Fixes for bank transaction relations 2023-03-08 18:02:04 +11:00
David Bomba 222cbc7703 Updates for mailablej 2023-02-14 21:04:07 +11:00
David Bomba 6c86d7151a Update copyright year 2023-01-29 09:21:40 +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 d8b37a08ab Improve handling of missing tokens on login 2022-05-20 09:11:57 +10:00
David Bomba 6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba fabf8e0bae Query lazy loading imrpovements 2022-04-11 17:45:37 +10:00
David Bomba e035a75cc3 Fixes for plain design 2022-03-15 23:28:16 +11:00
David Bomba b2a3faa125 Show trashed Users 2021-11-07 22:18:15 +11:00
= e0e8c4eed4 Remove tax_rates from companyuser model 2021-09-10 21:53:59 +10:00
David Bomba b12190e554 Add fixing of invitations into check data script 2021-09-08 09:29:20 +10:00
David Bomba 36f6cbbcc9 Update license in codebase 2021-06-16 16:58:16 +10:00
David Bomba 2655ba679b Fixes for Task properties, drop column on company_user table 2021-05-05 09:53:35 +10:00
David Bomba 9cb2fa4263 Add parameter to reduce query burden 2021-04-29 18:57:13 +10:00
= c23b9b147d Fixes for attaching a user to different companies 2021-03-03 18:22:14 +11:00
David Bomba 6d278a9c05 Add flag when permissions change 2021-01-29 23:29:42 +11:00
David Bomba 934610a01c Update copyright + version bump + set canadian dollar symbol to $ 2021-01-04 08:54:54 +11:00
Benjamin Beganović 0aff363f5d php-cs-fixer 2020-11-27 12:08:42 +01:00
David Bomba d07dedf264 Add tax_rates relation to company_user 2020-11-27 08:05:30 +11:00
David Bomba 137231c95e cs-fixer 2020-11-25 21:30:00 +11:00
David Bomba 63cc567244 Working on migrations 2020-11-24 21:12:05 +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 d5b777206e Shop routes 2020-07-28 21:19:51 +10:00
David Bomba ce3696257f Fixes for base repo invitations 2020-07-23 13:55:11 +10:00