X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth.pm;h=13044e776c1702420c622f799a3e928860dd3aa3;hb=fba56a49429a170e00a0f26f15784303eb99e108;hp=74ccd4ee5dc5eb6aa20ea1d8edb6d8c3d324c5da;hpb=77fda87530f85a6fd83061808c4ef3c983750a51;p=kivitendo-erp.git diff --git a/SL/Auth.pm b/SL/Auth.pm index 74ccd4ee5..13044e776 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1066,11 +1066,14 @@ sub all_rights_full { ["dunning_edit", $locale->text("Create and edit dunnings")], ["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")], ["purchase_delivery_order_edit", $locale->text("Create and edit purchase delivery orders")], ["vendor_invoice_edit", $locale->text("Create and edit vendor invoices")], + ["show_ap_transactions", $locale->text("Show AP transactions as part of AP invoice report")], ["--warehouse_management", $locale->text("Warehouse management")], ["warehouse_contents", $locale->text("View warehouse content")], ["warehouse_management", $locale->text("Warehouse management")],