You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public $controllerNamespace = 'amilna\yes\controllers';
public $userClass = 'common\models\User';//'dektrium\user\models\User';
public $uploadDir = '@webroot/upload';
public $uploadURL = '@web/upload';
public $currency = ["symbol"=>"Rp","decimal_separator"=>",","thousand_separator"=>"."];
public $defaults = ["weight"=>0.1,"vat"=>0.1]; // default weight (in Kg), vat (ratio or set false to disabling vat) for non configurated data of product
public $company = ["name"=>"Your Company Name","address"=>"Your company address","phone"=>"+62-21-123456","email"=>"[email protected]"];