changes for Demo

This commit is contained in:
David Bomba 2020-07-13 20:12:29 +10:00
parent a9f2f35d55
commit 5af23a4072
3 changed files with 3 additions and 2 deletions

View File

@ -76,6 +76,7 @@ class DemoMode extends Command
$this->info("Seeding Random Data");
$this->createSmallAccount();
}

View File

@ -33,7 +33,7 @@ class CompanySettings extends BaseSettings
public $enable_client_portal_dashboard = true; //implemented
public $signature_on_pdf = false;
public $document_email_attachment = false;
//public $send_portal_password = false;
//public $send_portal_password = false;
public $portal_design_id = '1';

View File

@ -11,7 +11,7 @@ $factory->define(App\Models\Company::class, function (Faker $faker) {
'db' => config('database.default'),
'settings' => CompanySettings::defaults(),
'custom_fields' => (object) [
'invoice1' => 'Custom Date|date',
//'invoice1' => 'Custom Date|date',
// 'invoice2' => '2|switch',
// 'invoice3' => '3|',
// 'invoice4' => '4',