David Bomba
d93bac1b09
Improve efficiency of queries relying on Country
2022-07-28 10:58:13 +10:00
David Bomba
974d614075
Fixes for hosted
2022-07-22 11:00:29 +10:00
David Bomba
6fcab82101
Fixes for plan expiry
2022-07-17 20:33:34 +10:00
David Bomba
2c38a7d420
Add trial days to account transformer
2022-07-11 10:42:05 +10:00
David Bomba
866dd58b03
email quality
2022-07-03 10:21:54 +10:00
David Bomba
7ec0850684
Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
2022-06-30 10:11:59 +10:00
David Bomba
127e9f723f
Add flagging abilities to accounts table
2022-06-30 10:11:55 +10:00
David Bomba
776f3428ba
Purchase order decorators
2022-06-29 11:37:40 +10:00
David Bomba
e8108ed34c
Updates for hosted platform
2022-06-19 13:01:29 +10:00
David Bomba
ef15933a0f
Fixes for email quotas
2022-06-18 08:54:58 +10:00
David Bomba
77d0dd8ae4
Allow setting react_ap flag on accounts table
2022-06-16 15:58:11 +10:00
David Bomba
5ce95010d5
Add switch to force react as front end
2022-06-16 13:04:05 +10:00
David Bomba
6674424244
Stubs for vendor portal
2022-06-13 19:59:24 +10:00
David Bomba
90bff41600
Purchase Order Emails
2022-06-10 17:04:16 +10:00
=
854141ede8
Logging for gmail notifications
2022-05-03 09:45:40 +10:00
David Bomba
6f491dfb92
Update Copyright text
2022-04-27 13:20:41 +10:00
David Bomba
3e8c1b7910
GMail credentials notification
2022-03-24 08:34:52 +11:00
David Bomba
370d932eb1
Fixes for stripe gateways in hosted
2022-01-22 15:22:59 +11:00
Benjamin Beganović
6b0a353165
Fixes for casts
2021-11-05 15:49:50 +01:00
Benjamin Beganović
dff50a7886
Cast 'onboarding' as 'object'
2021-11-03 14:18:33 +01:00
David Bomba
02474fdff3
14 day trial
2021-10-04 10:17:26 +11:00
David Bomba
b28d76d491
Minor fixes
2021-10-01 08:55:35 +10:00
David Bomba
95641177cc
minor fixes
2021-09-03 12:25:41 +10:00
=
c075a81326
Slack notifications for email quotas
2021-08-31 21:29:18 +10:00
David Bomba
676f30b8ce
Fixes for carbon
2021-08-12 22:07:11 +10:00
David Bomba
b33ad0c03e
Set plan
2021-08-12 22:04:50 +10:00
David Bomba
3727bafaa1
More logging for migrations
2021-08-10 11:40:58 +10:00
David Bomba
c2c71ab69c
Hosted email quotas
2021-08-09 20:33:59 +10:00
=
93ab5480a6
Minor fixes for referral codes
2021-08-08 21:50:13 +10:00
=
2ec4adc4c8
Fixes for account reference
2021-08-07 21:34:20 +10:00
=
2bd5c35775
Email quotas exceeded
2021-08-07 21:10:01 +10:00
=
e6ccb9bde7
Email quota exceeded emails
2021-08-07 20:56:42 +10:00
=
0f2ed3fe97
Email Quotas for hosted
2021-08-07 19:55:18 +10:00
David Bomba
d448ae1119
fixes for trial_started
2021-07-14 17:15:59 +10:00
David Bomba
45dce736ba
Fixes for fillables
2021-07-14 17:07:02 +10:00
David Bomba
a2d0965ed5
Fixes for plan_expires type casting
2021-07-11 14:54:57 +10:00
David Bomba
021761d33d
Make navigating subscriptions easier
2021-06-27 19:20:56 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
c367ea60ae
Timezone Offset implementation
2021-06-11 08:20:46 +10:00
David Bomba
8170c395b4
Fixes for if plan is null
2021-06-08 22:17:19 +10:00
David Bomba
c16b2c193a
Fixes for white label
2021-04-10 08:27:02 +10:00
David Bomba
3857b1dc3e
Test for recurring updates
2021-04-08 09:21:09 +10:00
David Bomba
38a648866c
Account cleanup
2021-04-07 12:40:48 +10:00
David Bomba
355d0ae7b5
Testing Permissions
2021-04-06 14:02:27 +10:00
David Bomba
6d1d950c4e
Ninja Feature Tests
2021-04-06 13:05:40 +10:00
=
f4d1917f32
Hosted feature implementation
2021-03-07 21:14:53 +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
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