From: Holger Lindemann Date: Thu, 22 Jan 2009 09:14:35 +0000 (+0000) Subject: CRM in die Gruppenrechte eingefügt X-Git-Tag: release-2.6.0beta2~196 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3a2e9378d888f749bf7d94f21c03d64fcbf06fd8;p=kivitendo-erp.git CRM in die Gruppenrechte eingefügt --- diff --git a/SL/Auth.pm b/SL/Auth.pm index 68ca55395..3e0dc0ad0 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -629,6 +629,20 @@ sub all_rights_full { my $locale = $main::locale; my @all_rights = ( + ["--crm", $locale->text("CRM optional software")], + ["crm_search", $locale->text("CRM search")], + ["crm_new", $locale->text("CRM create customers, vendors and contacts")], + ["crm_service", $locale->text("CRM services")], + ["crm_admin", $locale->text("CRM admin")], + ["crm_adminuser", $locale->text("CRM user")], + ["crm_adminstatus", $locale->text("CRM status")], + ["crm_email", $locale->text("CRM send email")], + ["crm_termin", $locale->text("CRM termin")], + ["crm_opportunity", $locale->text("CRM opportunity")], + ["crm_knowhow", $locale->text("CRM know how")], + ["crm_follow", $locale->text("CRM follow up")], + ["crm_notices", $locale->text("CRM notices")], + ["crm_other", $locale->text("CRM other")], ["--master_data", $locale->text("Master Data")], ["customer_vendor_edit", $locale->text("Create and edit customers and vendors")], ["part_service_assembly_edit", $locale->text("Create and edit parts, services, assemblies")],