X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b8c19cc7c55513f4839864b2a4e41d8484896452..a809ab0a8e5c2f991ebbad1ccda9f31f1c009c7c:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index a2236a7ce..8439a2c4f 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -957,11 +957,13 @@ sub all_rights_full { ["sales_delivery_order_edit", $locale->text("Create and edit sales delivery orders")], ["invoice_edit", $locale->text("Create and edit invoices and credit notes")], ["dunning_edit", $locale->text("Create and edit dunnings")], + ["sales_letter_edit", $locale->text("Edit sales letters")], ["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")], ["delivery_value_report", $locale->text("Show delivery value report")], + ["sales_letter_report", $locale->text("Show sales letters report")], ["--ap", $locale->text("AP")], ["request_quotation_edit", $locale->text("Create and edit RFQs")], ["purchase_order_edit", $locale->text("Create and edit purchase orders")],