Commit Graph

61 Commits

Author SHA1 Message Date
David Bomba 1a000427fb Minor fixes for bank transaction import 2023-07-04 08:37:09 +10:00
David Bomba b6d4d13288 Minor fixes for migration flow 2023-06-08 11:15:02 +10:00
David Bomba c27636fc13 Fixes for tests 2023-02-09 13:51:03 +11:00
David Bomba 6c86d7151a Update copyright year 2023-01-29 09:21:40 +11:00
David Bomba a9b3522081 Fixes for using dispatchSync() 2022-07-31 21:51:35 +10:00
Nikola Cirkovic c75b1d303f
Cirkovic/ina 16 fixes (#50)
* Dispatch | PdfCreatorTest | Removed deprecated method

* Dispatch | Remove deprecated dispatchNow() method and use dispatchSync or call handle() on class where return is mandatory.
2022-06-24 21:15:14 +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 fd7ff4d285 Clean up 2022-04-30 11:16:59 +10:00
David Bomba 6f491dfb92 Update Copyright text 2022-04-27 13:20:41 +10:00
David Bomba 74b4ef5b13 Fixes for translations in emails 2021-08-25 20:53:13 +10:00
David Bomba 3727bafaa1 More logging for migrations 2021-08-10 11:40:58 +10:00
David Bomba 0ef1a83300 Additional catches for company importing 2021-06-29 08:42:59 +10:00
David Bomba 36f6cbbcc9 Update license in codebase 2021-06-16 16:58:16 +10:00
David Bomba 6cb340ddad Better error messaging 2021-05-26 13:17:22 +10:00
David Bomba a539e68221 Fixes for import / migrations 2021-05-22 16:16:51 +10:00
David Bomba c458be00ae Fixes for migration mailable 2021-05-22 15:37:00 +10:00
David Bomba 4b71159850 Fixes for failed migration 2021-05-22 13:20:40 +10:00
= 5c26fc572c fixes for migration 2021-05-21 17:24:35 +10:00
David Bomba 4979ed94de Minor fixes 2021-05-10 21:05:44 +10:00
David Bomba 7808b4c30d Fixes for created_at dates in migration 2021-05-10 09:52:58 +10:00
David Bomba a9aeb906c3 Fixes for migration 2021-05-03 22:25:45 +10:00
David Bomba d68f96fb98 Minor fixes for migrations 2021-05-03 11:46:46 +10:00
David Bomba 1f87ca6ca2 Delete migration directory after Import 2021-04-25 21:04:48 +10:00
David Bomba 313488dc60 Working on handling check data within migrations" 2021-02-10 12:59:30 +11:00
David Bomba e0758e587f Add logging for migrations 2021-01-28 13:53:40 +11:00
David Bomba 934610a01c Update copyright + version bump + set canadian dollar symbol to $ 2021-01-04 08:54:54 +11:00
David Bomba 1210a81a09 Minor changes to migration 2020-11-30 09:58:31 +11:00
David Bomba d7dd592d18 Fixes for migration file location 2020-11-30 08:28:12 +11:00
Benjamin Beganović ae88d5e08e php-cs-fixer format 2020-11-25 15:19:52 +01:00
David Bomba c2b07c3ebc Fixes for migration data checks 2020-11-25 13:59:23 +11:00
David Bomba 63cc567244 Working on migrations 2020-11-24 21:12:05 +11:00
David Bomba 6f1b4d4548 Change JSON parser 2020-11-24 08:33:37 +11:00
David Bomba 0991dbf8d7 Fixes for migrations 2020-11-23 14:51:49 +11:00
David Bomba 9f420ba084
Merge pull request #4346 from turbo124/v5-develop
Change default queue to Database.
2020-11-22 22:22:52 +11:00
Benjamin Beganović c434d6313c start database migration with correct key 2020-11-20 10:34:54 +01:00
David Bomba 7fb9877eca Fixes for currency seeder 2020-11-18 21:46:36 +11:00
David Bomba 5a6d543e34 Minor fixes for imports 2020-11-17 08:56:52 +11:00
David Bomba 77929a6bc3 Minor fixes for bulk import 2020-11-16 15:40:52 +11:00
Benjamin Beganović 952b6a7e4f Fix the way we process migration 2020-11-12 10:24:59 +01:00
David Bomba f911d17a6b Fix for migration 2020-11-01 20:41:49 +11:00
= dfb55dbd8b remove is_migrating 2020-11-01 14:19:03 +11:00
David Bomba 9aeb2d7a5b Psalm cleanup 2020-10-28 21:10:49 +11:00
David Bomba 16b731d010 Bump laravel to version 8 2020-10-01 15:33:38 +10: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 c72d38ca4f
Allow conversion of quotes to invoices (#3760) 2020-05-27 14:46:19 +10:00
David Bomba c503d58505
Adjust email quotas - Hosted plan. (#3663)
* Fixes for invitations not being created in RandomDataSeeder

* Resend failed/quota exceeded emails

* Queue email tests

* Refund a client for a ninja account

* Adjust email quotas - hosted plan
2020-04-30 21:45:47 +10:00
David Bomba 6d7b7ca9a3
Invoice Deletion - Ledger (#3590)
* Fixes when implementing

* php_cs

* Clean up

* Clean up

* Working on adjusting ledger when an invoice is deleted
2020-04-04 21:32:42 +11:00
David Bomba 1fd7ecbbe6
Fixes for migration (#3577) 2020-04-02 08:26:39 +11:00
David Bomba eba0c19824
Fixes for Migration (#3572)
* Remove \Log::, fixes for tests, and fixes for migration

* Debugging migration

* Fixes for Migration
2020-04-01 19:54:22 +11:00
David Bomba 91cf1cc1f2
Debugging migrations (#3570)
* Remove \Log::, fixes for tests, and fixes for migration

* Debugging migration
2020-03-31 22:52:21 +11:00