X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/456a53199fb9ea0990cd336123166e88055261f4..8b4ff253e3498121df023a65bc502d5e099b15e8:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 59542d65d..5a8ee225b 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1059,6 +1059,7 @@ sub all_rights_full { ["part_service_assembly_details", $locale->text("Show details and reports of parts, services, assemblies")], ["project_edit", $locale->text("Create and edit projects")], ["--ar", $locale->text("AR")], + ["requirement_spec_edit", $locale->text("Create and edit requirement specs")], ["sales_quotation_edit", $locale->text("Create and edit sales quotations")], ["sales_order_edit", $locale->text("Create and edit sales orders")], ["sales_delivery_order_edit", $locale->text("Create and edit sales delivery orders")], @@ -1067,6 +1068,7 @@ sub all_rights_full { ["sales_all_edit", $locale->text("View/edit all employees sales documents")], ["edit_prices", $locale->text("Edit prices and discount (if not used, textfield is ONLY set readonly)")], ["show_ar_transactions", $locale->text("Show AR transactions as part of AR invoice report")], + ["delivery_plan", $locale->text("Show delivery plan")], ["--ap", $locale->text("AP")], ["request_quotation_edit", $locale->text("Create and edit RFQs")], ["purchase_order_edit", $locale->text("Create and edit purchase orders")], @@ -1478,7 +1480,7 @@ Returns C<$self>. Nothing here yet. =head1 AUTHOR - +pp Moritz Bunkus Em.bunkus@linet-services.deE =cut