From 0810d55087e8520257fc312ba70957142977c346 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 11 Sep 2021 21:16:43 +1000 Subject: [PATCH] Minor fixes for import --- app/Jobs/Util/Import.php | 5 +---- .../ninja2020/subscriptions/ninja_plan.blade.php | 10 +++++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/app/Jobs/Util/Import.php b/app/Jobs/Util/Import.php index 66b38f2216df..f212b8853606 100644 --- a/app/Jobs/Util/Import.php +++ b/app/Jobs/Util/Import.php @@ -233,7 +233,7 @@ class Import implements ShouldQueue $account->save(); //company size check - if ($this->company->invoices()->count() > 1000 || $this->company->products()->count() > 1000 || $this->company->clients()->count() > 1000) { + if ($this->company->invoices()->count() > 500 || $this->company->products()->count() > 500 || $this->company->clients()->count() > 500) { $this->company->is_large = true; $this->company->save(); } @@ -261,9 +261,6 @@ class Import implements ShouldQueue /*After a migration first some basic jobs to ensure the system is up to date*/ VersionCheck::dispatch(); - - // CreateCompanyPaymentTerms::dispatchNow($sp035a66, $spaa9f78); - // CreateCompanyTaskStatuses::dispatchNow($this->company, $this->user); info('CompletedπŸš€πŸš€πŸš€πŸš€πŸš€ at '.now()); diff --git a/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php b/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php index 59ed739ea774..7570f74fc270 100644 --- a/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php +++ b/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php @@ -15,7 +15,7 @@ input:checked ~ .dot { background-color: #48bb78; } -
+

Choose your plan @@ -70,6 +70,8 @@ input:checked ~ .dot {
Enable emails to be sent via Gmail

+
Integrate with Zapier, Integromat or API
+
+ Much more!

@@ -107,6 +109,8 @@ input:checked ~ .dot {
Custom background for invoices & quotes

+
Integrate with Zapier, Integromat or API
+
+ Much more!
@@ -151,6 +155,8 @@ input:checked ~ .dot {
Enable emails to be sent via Gmail

+
Integrate with Zapier, Integromat or API
+
+ Much more!
@@ -188,6 +194,8 @@ input:checked ~ .dot {
Custom background for invoices & quotes

+
Integrate with Zapier, Integromat or API
+
+ Much more!