X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=menus%2Fuser%2F00-erp.yaml;h=53d0586b44fb6fe9186ee9236d3a4a0bb533115d;hb=3bf791525cbde289b430eefe3a78ed3c5a772722;hp=1b57c8d62f008b6fdbd33bb4138678b836408ec6;hpb=4247547d2a925ddad7006cae89e5f9f1fda7d469;p=kivitendo-erp.git diff --git a/menus/user/00-erp.yaml b/menus/user/00-erp.yaml index 1b57c8d62..53d0586b4 100644 --- a/menus/user/00-erp.yaml +++ b/menus/user/00-erp.yaml @@ -2,7 +2,7 @@ # # Each menu entry can have the following properties: # -# parnet: the id of a higher node in the tree, top-level node if missing +# parent: the id of a higher node in the tree, top-level node if missing # id: a unique identifier used by parent links and for overloading # name: translatable text for display # icon: stripped name of an icon for this menu entry @@ -10,15 +10,15 @@ # access: boolean expression of the rights needed to display and access this entry # ( ) & | are supported. if binary operator is missing the last # operator in same scope is repeated, or "|" if none used in scope -# yet. client config entrys can be used as rights by prefixing them +# yet. client config entries can be used as rights by prefixing them # with "client/". If missing, access will be granted. # # Example: # client/feature_default_enabled | ( feature & system ) # # href: fully qualified external link -# module: defaults to "controller.pl". Should ne be present if the link is for -# Controller::Base dispatching to enable routing. otherwise with +# module: defaults to "controller.pl". Should not be present if the link is for +# Controller::Base dispatching to enable routing. Otherwise this # script will be used. # target: target window for link. ex: "_blank" # params: additional url parameter @@ -265,6 +265,19 @@ module: letter.pl params: action: add +- parent: ar + id: ar_invoices + name: Invoices + icon: sales_invoice_add + order: 850 +- parent: ar_invoices + id: ar_invoices_mass_add_sales_invoice + name: Mass Create Print Sales Invoice from Delivery Order + order: 100 + access: invoice_edit + params: + noshow: 1 + action: MassInvoiceCreatePrint/list_sales_delivery_orders - parent: ar id: ar_reports name: Reports @@ -343,15 +356,13 @@ params: action: DeliveryPlan/list vc: customer - mode: delivery_plan - parent: ar_reports id: ar_reports_delivery_value_report name: Delivery Value Report order: 900 access: delivery_value_report params: - action: DeliveryPlan/list - mode: delivery_value_report + action: DeliveryValueReport/list vc: customer - parent: ar_reports id: ar_reports_financial_controlling @@ -460,7 +471,6 @@ access: delivery_plan params: action: DeliveryPlan/list - mode: delivery_plan vc: vendor - parent: ap_reports id: ap_reports_delivery_value_report @@ -468,9 +478,8 @@ order: 600 access: delivery_value_report params: - action: DeliveryPlan/list + action: DeliveryValueReport/list vc: vendor - mode: delivery_value_report - id: warehouse name: Warehouse icon: warehouse @@ -953,6 +962,13 @@ module: fu.pl params: action: search +- parent: productivity_reports + id: productivity_reports_email_journal + name: Email journal + order: 200 + module: controller.pl + params: + action: EmailJournal/list - id: system name: System icon: system @@ -1341,6 +1357,22 @@ params: action: company_logo no_todo_list: 1 +- parent: program + id: program_kivitendo_modul + name: kivitendo modules + order: 350 +- parent: program_kivitendo_modul + id: program_kivitendo_modul_overview + name: Overview kivitendo modules + order: 100 + href: http://www.kivitendo-premium.de/module.shtml + target: _blank +- parent: program_kivitendo_modul + id: program_kivitendo_modul_activate + name: Activate kivitendo module + order: 200 + href: http://www.kivitendo-premium.de/modul-aktivieren.shtml + target: _blank - parent: program id: program_administration_area name: Administration area