mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
changes for Demo
This commit is contained in:
parent
a9f2f35d55
commit
5af23a4072
@ -76,6 +76,7 @@ class DemoMode extends Command
|
||||
|
||||
$this->info("Seeding Random Data");
|
||||
$this->createSmallAccount();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -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';
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user