Commit Graph

76 Commits

Author SHA1 Message Date
David Bomba 40086db271 cs fixer 2024-01-14 15:05:00 +11:00
David Bomba da0117bfa9 Refactor for settings appropriate user id on activities 2024-01-01 12:02:19 +11:00
David Bomba 0841cd2c06 Account relation to activity table 2023-12-04 07:58:59 +11:00
David Bomba 2d6bf6cace Updates for vendor notifications 2023-11-24 16:10:10 +11:00
David Bomba 1bff207e6c Fixes for activity insertions 2023-11-15 10:15:14 +11:00
David Bomba 33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
David Bomba d5555d1d39 Add recurring invoice `pseudo` activity 2023-09-11 15:44:02 +10:00
David Bomba 57d63c8333 Updates for static analysis 2023-08-03 13:41:04 +10:00
David Bomba e35a99d454 Updates for static analysis 2023-08-02 19:47:26 +10:00
David Bomba 908161eae7 Static analysis cleanup 2023-08-01 22:36:04 +10:00
David Bomba 4574c48985 Static analysis cleanup 2023-07-25 20:24:33 +10:00
David Bomba 5f1267d495 Improve activities 2023-06-26 22:50:26 +10:00
David Bomba 455cc41d77 Refactor activities 2023-06-24 23:02:38 +10:00
David Bomba 4065427da0 Minor fixes 2023-06-24 14:57:57 +10:00
David Bomba 0279cebbaf Working on activity logs 2023-06-24 11:30:44 +10:00
David Bomba a96eb6119c Fixes for activity records 2023-06-24 10:09:14 +10:00
David Bomba 200bcd80b7 Add Payment Emailed Activity 2023-03-17 17:36:49 +11:00
David Bomba 615e82a5c8 ide helpers 2023-03-08 18:33:42 +11:00
David Bomba 4babfbb651 php-cs-fixer 2023-02-16 12:36:09 +11:00
David Bomba 886ca7f1e0 Fixes for staticmodel scopes 2023-01-29 19:56:13 +11:00
David Bomba 6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba 5888252267 Enhance bulk action guards + validation layer 2023-01-22 16:34:47 +11:00
David Bomba c5de8de343 Add subscription filters 2023-01-05 22:09:25 +11:00
David Bomba 60341c7c07 Add filters for tasks by project 2022-11-24 11:38:57 +11:00
David Bomba a9004fa9f7 Fixes for purchase order viewed activity 2022-10-27 11:28:09 +11:00
David Bomba df1bdf0e68 Adjust spam filtering 2022-08-31 12:05:15 +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 0f32e43fb6 Accept listener 2022-06-15 16:27:21 +10:00
David Bomba 49fedd9828 add activity events for purchase orders 2022-06-09 11:03:21 +10:00
David Bomba 1e43e172a7 Actitivity output for React 2022-05-27 18:25:32 +10:00
David Bomba 6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba 10ef13fb9e Minor fixes for backup update 2022-03-05 17:51:04 +11:00
David Bomba 9c18ab7230 Improve query efficiency 2021-10-08 15:00:17 +11:00
David Bomba 02de2607e0 Fixes for recurring expenses 2021-09-14 18:52:54 +10:00
David Bomba 5454c931e6 Fixes for history on activity transformer 2021-09-05 19:46:47 +10:00
David Bomba 827dba0bed Recurring Quotes / Expenses events 2021-08-24 15:55:14 +10:00
David Bomba 36f6cbbcc9 Update license in codebase 2021-06-16 16:58:16 +10:00
David Bomba e86286ee9a Fixes for tests 2021-05-30 18:03:31 +10:00
= 3b5a6d5392 Events and listeners for Recurring Invoices 2021-05-10 18:45:07 +10:00
David Bomba 7e3a9205b9 Add event listeners for Subscriptions + fix user actioning the event() 2021-04-13 09:52:17 +10:00
David Bomba e115536b8c Add quote() relation to activity 2021-02-09 07:13:16 +11:00
David Bomba 7d46ec489a User Activities 2021-01-14 14:44:52 +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 be2f83cfea Endless reminder activity 2020-11-09 16:00:15 +11:00
David Bomba fcef2c72b3 Working on payment emails 2020-11-09 13:39:42 +11:00
David Bomba 6eb9f0f6a6 Event testing 2020-11-03 21:04:15 +11:00
David Bomba e7a1e4c4db Working on activities 2020-11-03 16:44:50 +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 e347c5ad51 Document permissions 2020-08-12 13:13:39 +10:00