function __construct()
 {
     parent::__construct();
     $this->type = 'sales';
     $this->slug = 'erp-accounting-sales';
 }
 function __construct()
 {
     parent::__construct();
     $this->type = 'expense';
     $this->slug = 'erp-accounting-expense';
 }
 function __construct()
 {
     parent::__construct();
     $this->type = 'journal';
     $this->slug = 'erp-accounting-journal';
 }