Add category Supplier Relationship Manager
This commit is contained in:
parent
00657d3bbe
commit
da284cda8c
@ -47,7 +47,8 @@ $specialtostring=array(0=>'common', 1=>'interfaces', 2=>'other', 3=>'functional'
|
||||
$familyinfo=array(
|
||||
'hr'=>array('position'=>'001', 'label'=>$langs->trans("ModuleFamilyHr")),
|
||||
'crm'=>array('position'=>'006', 'label'=>$langs->trans("ModuleFamilyCrm")),
|
||||
'financial'=>array('position'=>'009', 'label'=>$langs->trans("ModuleFamilyFinancial")),
|
||||
'srm'=>array('position'=>'007', 'label'=>$langs->trans("ModuleFamilySrm")),
|
||||
'financial'=>array('position'=>'009', 'label'=>$langs->trans("ModuleFamilyFinancial")),
|
||||
'products'=>array('position'=>'012', 'label'=>$langs->trans("ModuleFamilyProducts")),
|
||||
'projects'=>array('position'=>'015', 'label'=>$langs->trans("ModuleFamilyProjects")),
|
||||
'ecm'=>array('position'=>'018', 'label'=>$langs->trans("ModuleFamilyECM")),
|
||||
|
||||
@ -47,7 +47,9 @@ class modFournisseur extends DolibarrModules
|
||||
$this->db = $db;
|
||||
$this->numero = 40;
|
||||
|
||||
$this->family = "products";
|
||||
// Family can be 'crm','financial','hr','projects','product','ecm','technic','other'
|
||||
// It is used to group modules in module setup page
|
||||
$this->family = "srm";
|
||||
$this->module_position = 10;
|
||||
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
||||
$this->name = preg_replace('/^mod/i','',get_class($this));
|
||||
|
||||
@ -51,7 +51,7 @@ class modIncoterm extends DolibarrModules
|
||||
$this->rights_class = 'incoterm';
|
||||
|
||||
// Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
|
||||
$this->family = "products";
|
||||
$this->family = "srm";
|
||||
$this->name = preg_replace('/^mod/i','',get_class($this));
|
||||
$this->description = "Incoterm management";
|
||||
$this->version = 'dolibarr';
|
||||
|
||||
@ -49,7 +49,7 @@ class modSupplierProposal extends DolibarrModules
|
||||
$this->db = $db;
|
||||
$this->numero = 1120;
|
||||
|
||||
$this->family = "products";
|
||||
$this->family = "srm";
|
||||
$this->name = preg_replace('/^mod/i','',get_class($this));
|
||||
$this->description = "supplier_proposalDESC";
|
||||
|
||||
|
||||
@ -282,6 +282,7 @@ ModuleSetup=Module setup
|
||||
ModulesSetup=Modules setup
|
||||
ModuleFamilyBase=System
|
||||
ModuleFamilyCrm=Customer Relation Management (CRM)
|
||||
ModuleFamilySrm=Supplier Relation Management (SRM)
|
||||
ModuleFamilyProducts=Products Management (PM)
|
||||
ModuleFamilyHr=Human Resource Management (HR)
|
||||
ModuleFamilyProjects=Projects/Collaborative work
|
||||
|
||||
Loading…
Reference in New Issue
Block a user