Revision e29c3e6e
Von Jan Büren vor mehr als 9 Jahren hinzugefügt
SL/Auth.pm | ||
---|---|---|
930 | 930 |
my $locale = $main::locale; |
931 | 931 |
|
932 | 932 |
my @all_rights = ( |
933 |
["--crm", $locale->text("CRM optional software")], |
|
934 |
["crm_search", $locale->text("CRM search")], |
|
935 |
["crm_new", $locale->text("CRM create customers, vendors and contacts")], |
|
936 |
["crm_service", $locale->text("CRM services")], |
|
937 |
["crm_admin", $locale->text("CRM admin")], |
|
938 |
["crm_adminuser", $locale->text("CRM user")], |
|
939 |
["crm_adminstatus", $locale->text("CRM status")], |
|
940 |
["crm_email", $locale->text("CRM send email")], |
|
941 |
["crm_termin", $locale->text("CRM termin")], |
|
942 |
["crm_opportunity", $locale->text("CRM opportunity")], |
|
943 |
["crm_knowhow", $locale->text("CRM know how")], |
|
944 |
["crm_follow", $locale->text("CRM follow up")], |
|
945 |
["crm_notices", $locale->text("CRM notices")], |
|
946 |
["crm_other", $locale->text("CRM other")], |
|
947 | 933 |
["--master_data", $locale->text("Master Data")], |
948 | 934 |
["customer_vendor_edit", $locale->text("Create customers and vendors. Edit all vendors. Edit only customers where salesman equals employee (login)")], |
949 | 935 |
["customer_vendor_all_edit", $locale->text("Create customers and vendors. Edit all vendors. Edit all customers")], |
Auch abrufbar als: Unified diff
Rechte-Anpassung für aktuelle Installationen
Es ist mittlerweile eher verwirrend Rechte für eine CRM zu verwalten, die
offiziell nicht mehr Bestandteil von kivitendo ist.
Die Änderung ist insofern defensiv, da alte Installation / Rechtestrukturen
nicht hiervon betroffen sind und wir für neuere kivitendo-Installation über-
haupt keine Ahnung mehr haben wie gut diese noch integriert ist / wird.