mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 11:04:41 -04:00
Default shown tasks = invoiced
This commit is contained in:
parent
8825ce4585
commit
5e4d70d69b
@ -28,7 +28,7 @@ class CompanySettings extends BaseSettings
|
|||||||
public $lock_invoices = 'off'; //off,when_sent,when_paid //@implemented
|
public $lock_invoices = 'off'; //off,when_sent,when_paid //@implemented
|
||||||
|
|
||||||
public $enable_client_portal_tasks = false; //@ben to implement
|
public $enable_client_portal_tasks = false; //@ben to implement
|
||||||
public $show_all_tasks_client_portal = 'all'; // all, uninvoiced, invoiced
|
public $show_all_tasks_client_portal = 'invoiced'; // all, uninvoiced, invoiced
|
||||||
public $enable_client_portal_password = false; //@implemented
|
public $enable_client_portal_password = false; //@implemented
|
||||||
public $enable_client_portal = true; //@implemented
|
public $enable_client_portal = true; //@implemented
|
||||||
public $enable_client_portal_dashboard = false; // @TODO There currently is no dashboard so this is pending
|
public $enable_client_portal_dashboard = false; // @TODO There currently is no dashboard so this is pending
|
||||||
|
Loading…
x
Reference in New Issue
Block a user