'SA_INVENTORYMOVETYPE' => array(SS_SETUP|11, _("Inventory movement types")),
'SA_WORKCENTRES' => array(SS_SETUP|12, _("Manufacture work centres")),
'SA_FORMSETUP' => array(SS_SETUP|13, _("Forms setup")),
+ 'SA_CRMCATEGORY' => array(SS_SETUP|14, _("Contact categories")),
//
// Special and common functions
//
$security_sections = $security_areas = array();
if (isset($ext['acc_file']))
- include($path_to_root.($ext['type'] == 'plugin' ? '/modules/':'/').$ext['path'].'/'.$ext['acc_file']);
+ include($path_to_root.($ext['type'] == 'plugin' ? '/modules/':'/').$ext['path'].'/'.$ext['acc_file']);
return array($security_areas, $security_sections);
}
TAG_DIMENSION => _("Dimension")
);
+//----------------------------------------------------------------------------------
+// crm contacts categories
+$sys_crm_cats = array (
+ 'cust_branch' => _("Customer branch"),
+ 'supplier' => _("Supplier"),
+ 'shipper' => _("Shipper"),
+ 'company' => _("Company internal")
+);
+
?>
\ No newline at end of file