1 # This is the main menu config file for user space menu entries.
3 # Each menu entry can have the following properties:
5 # parent: the id of a higher node in the tree, top-level node if missing
6 # id: a unique identifier used by parent links and for overloading
7 # name: translatable text for display
8 # icon: stripped name of an icon for this menu entry
9 # order: numeric value. lower will be displayed first
10 # access: boolean expression of the rights needed to display and access this entry
11 # ( ) & | are supported. if binary operator is missing the last
12 # operator in same scope is repeated, or "|" if none used in scope
13 # yet. client config entries can be used as rights by prefixing them
15 # ! is supported to negate the subsequent expression.
16 # If missing, access will be granted.
19 # client/feature_default_enabled | ( feature & system )
21 # href: fully qualified external link
22 # module: defaults to "controller.pl". Should not be present if the link is for
23 # Controller::Base dispatching to enable routing. Otherwise this
24 # script will be used.
25 # target: target window for link. ex: "_blank"
26 # params: additional url parameter
33 id: master_data_add_customer
37 access: customer_vendor_edit
39 action: CustomerVendor/add
42 id: master_data_add_vendor
46 access: customer_vendor_edit
48 action: CustomerVendor/add
51 id: master_data_add_part
55 access: part_service_assembly_edit
59 id: master_data_add_service
63 access: part_service_assembly_edit
65 action: Part/add_service
67 id: master_data_add_assembly
71 access: part_service_assembly_edit
73 action: Part/add_assembly
75 id: master_data_add_assortment
79 access: part_service_assembly_edit & client/feature_experimental_assortment
81 action: Part/add_assortment
83 id: master_data_add_project
91 id: master_data_add_requirement_spec_template
92 name: Add Requirement Spec Template
94 access: requirement_spec_edit
96 action: RequirementSpec/new
99 id: master_data_update_prices
103 access: part_service_assembly_edit
105 action: PartsPriceUpdate/search_update_prices
106 - parent: master_data
107 id: master_data_price_rules
110 access: part_service_assembly_edit
112 action: PriceRule/list
114 - parent: master_data
115 id: master_data_reports
117 icon: master_data_report
119 - parent: master_data_reports
120 id: master_data_reports_customers
122 icon: customer_report
124 access: customer_vendor_edit
126 action: CustomerVendor/search
128 - parent: master_data_reports
129 id: master_data_reports_vendors
133 access: customer_vendor_edit
135 action: CustomerVendor/search
137 - parent: master_data_reports
138 id: master_data_reports_contacts
141 access: customer_vendor_edit
143 action: CustomerVendor/search_contact
145 - parent: master_data_reports
146 id: master_data_reports_articles
150 access: part_service_assembly_details
155 - parent: master_data_reports
156 id: master_data_reports_projects
163 filter.active: active
165 - parent: master_data_reports
166 id: master_data_reports_requirement_spec_templates
167 name: Requirement Spec Templates
169 access: requirement_spec_edit
171 action: RequirementSpec/list
178 id: ar_add_requirement_spec
179 name: Add Requirement Spec
181 access: requirement_spec_edit
183 action: RequirementSpec/new
189 access: sales_quotation_edit
193 type: sales_quotation
195 id: ar_add_sales_order
196 name: Add Sales Order
197 icon: sales_order_add
199 access: sales_order_edit
205 id: ar_add_delivery_order
206 name: Add Delivery Order
207 icon: delivery_order_add
209 access: sales_delivery_order_edit
213 type: sales_delivery_order
215 id: ar_add_sales_invoice
216 name: Add Sales Invoice
217 icon: sales_invoice_add
225 id: ar_add_credit_note
226 name: Add Credit Note
227 icon: credit_note_add
247 access: sales_letter_edit
254 icon: sales_invoice_add
256 - parent: ar_invoices
257 id: ar_invoices_mass_add_sales_invoice
258 name: Mass Create Print Sales Invoice from Delivery Order
263 action: MassInvoiceCreatePrint/list_sales_delivery_orders
270 id: ar_reports_requirement_specs
271 name: Requirement Specs
273 access: requirement_spec_edit
275 action: RequirementSpec/list
277 id: ar_reports_quotations
279 icon: report_quotations
281 access: sales_quotation_edit
285 type: sales_quotation
287 id: ar_reports_sales_orders
289 icon: report_sales_orders
291 access: sales_order_edit
297 id: ar_reports_delivery_orders
298 name: Delivery Orders
299 icon: delivery_order_report
301 access: sales_delivery_order_edit
305 type: sales_delivery_order
307 id: ar_reports_invoices_credit_notes_ar_transactions
308 name: Invoices, Credit Notes & AR Transactions
309 icon: invoices_report
314 nextsub: ar_transactions
316 id: ar_reports_sales_report
322 action: search_invoice
323 nextsub: invoice_transactions
325 id: ar_reports_dunnings
327 icon: dunnings_report
334 id: ar_order_item_search
335 name: Order item search
337 access: sales_order_edit
339 action: OrderItem/search
341 id: ar_reports_delivery_plan
344 access: delivery_plan
346 action: DeliveryPlan/list
349 id: ar_reports_delivery_value_report
350 name: Delivery Value Report
352 access: delivery_value_report
354 action: DeliveryValueReport/list
357 id: ar_reports_financial_controlling
358 name: Financial Controlling
360 access: sales_order_edit
362 action: FinancialControllingReport/list
364 id: ar_reports_letters
367 access: sales_letter_report
379 action: ShopOrder/list
380 filter.transferred:eq_ignore_empty: 0
383 sort_by: shop_ordernumber
386 name: Webshop articles
387 access: shop_part_edit
389 action: ShopPart/list_articles
401 access: request_quotation_edit
405 type: request_quotation
407 id: ap_add_purchase_order
408 name: Add Purchase Order
409 icon: purchase_order_add
411 access: purchase_order_edit
417 id: ap_add_delivery_note
418 name: Add Delivery Note
420 access: client/allow_new_purchase_delivery_order & purchase_delivery_order_edit
424 type: purchase_delivery_order
426 id: ap_add_vendor_invoice
427 name: Add Vendor Invoice
429 access: client/allow_new_purchase_invoice & vendor_invoice_edit
438 access: purchase_letter_edit
452 access: request_quotation_edit
456 type: request_quotation
458 id: ap_reports_purchase_orders
459 name: Purchase Orders
460 icon: purchase_order_report
462 access: purchase_order_edit
468 id: ap_reports_delivery_orders
469 name: Delivery Orders
471 access: purchase_delivery_order_edit
475 type: purchase_delivery_order
477 id: ap_reports_vendor_invoices_ap_transactions
478 name: Vendor Invoices & AP Transactions
484 id: ap_reports_delivery_plan
487 access: delivery_plan
489 action: DeliveryPlan/list
492 id: ap_reports_delivery_value_report
493 name: Delivery Value Report
495 access: delivery_value_report
497 action: DeliveryValueReport/list
500 id: ap_reports_letters
503 access: purchase_letter_report
515 access: warehouse_management
517 action: Inventory/stock_in
519 id: warehouse_produce_assembly
520 name: Produce Assembly
521 icon: assembly_produce
523 access: warehouse_management
526 action: transfer_warehouse_selection
529 id: warehouse_transfer
532 access: warehouse_management
535 action: transfer_warehouse_selection
538 id: warehouse_removal
541 access: warehouse_management
544 action: transfer_warehouse_selection
547 id: warehouse_stocktaking
550 access: warehouse_management
552 action: Inventory/stocktaking
554 id: warehouse_reports
557 - parent: warehouse_reports
558 id: warehouse_reports_warehouse_content
559 name: Warehouse content
561 access: warehouse_contents | warehouse_management
565 - parent: warehouse_reports
566 id: warehouse_reports_whjournal
569 access: warehouse_management
573 - parent: warehouse_reports
574 id: warehouse_reports_whusage
576 icon: warehouse_usage
578 access: warehouse_contents | warehouse_management
580 action: Inventory/stock_usage
581 - parent: warehouse_reports
582 id: warehouse_stocktaking_journal
583 name: Stocktaking Journal
585 access: warehouse_contents | warehouse_management
587 action: Inventory/stocktaking_journal
592 - parent: general_ledger
593 id: general_ledger_add_transaction
594 name: Add Transaction
595 icon: transaction_add
597 access: gl_transactions
601 - parent: general_ledger
602 id: general_ledger_add_ar_transaction
603 name: Add AR Transaction
604 icon: ar_transaction_add
606 access: ar_transactions
610 - parent: general_ledger
611 id: general_ledger_add_ap_transaction
612 name: Add AP Transaction
613 icon: ap_transaction_add
615 access: ap_transactions
619 - parent: general_ledger
620 id: general_ledger_datev_export_assistent
621 name: DATEV - Export Assistent
624 access: datev_export & client/feature_datev
628 - parent: general_ledger
629 id: general_ledger_gobd_export
633 access: general_ledger
636 - parent: general_ledger
638 name: Year-end closing
641 access: general_ledger
643 action: YearEndTransactions/form
644 - parent: general_ledger
649 access: ap_transactions
651 action: ZUGFeRD/upload_zugferd
652 - parent: general_ledger
653 id: general_ledger_reports
657 - parent: general_ledger_reports
658 id: general_ledger_reports_ar_aging
662 access: general_ledger
667 - parent: general_ledger_reports
668 id: general_ledger_reports_ap_aging
672 access: general_ledger
677 - parent: general_ledger_reports
678 id: general_ledger_reports_journal
682 access: general_ledger | gl_transactions
713 id: cash_bank_collection_via_sepa
714 name: Bank collection via SEPA
719 action: bank_transfer_add
722 id: cash_bank_transfer_via_sepa
723 name: Bank transfer via SEPA
728 action: bank_transfer_add
731 id: cash_bank_import_menu
734 access: bank_transaction
735 - parent: cash_bank_import_menu
736 id: cash_bank_import_csv
737 name: Custom CSV format
740 action: CsvImport/new
741 profile.type: bank_transactions
742 - parent: cash_bank_import_menu
743 id: cash_bank_import_mt940
744 name: SWIFT MT940 format
747 action: BankImport/upload_mt940
749 id: cash_bank_transactions_mt940
750 name: Bank transactions MT940
752 access: bank_transaction
754 action: BankTransaction/search
756 id: cash_reconciliation_with_bank
757 name: Reconciliation with bank
759 access: bank_transaction
761 action: Reconciliation/search
763 id: cash_reconciliation
765 icon: reconcilliation
770 action: reconciliation
776 - parent: cash_reports
777 id: cash_reports_receipts
786 - parent: cash_reports
787 id: cash_reports_payments
796 - parent: cash_reports
797 id: cash_reports_bank_collections_via_sepa
798 name: Bank collections via SEPA
803 action: bank_transfer_search
805 - parent: cash_reports
806 id: cash_reports_bank_transfers_via_sepa
807 name: Bank transfers via SEPA
812 action: bank_transfer_search
814 - parent: cash_reports
815 id: cash_reports_bank_transactions
816 name: Bank transactions
818 access: bank_transaction
820 action: BankTransaction/list_all
826 id: reports_chart_of_accounts
827 name: Chart of Accounts
828 icon: chart_of_accounts
833 action: chart_of_accounts
835 id: reports_trial_balance
842 report: trial_balance
844 id: reports_erfolgsrechnung
845 name: Erfolgsrechnung
846 icon: income_statement
848 access: report & client/feature_erfolgsrechnung
852 report: erfolgsrechnung
854 id: reports_income_statement
855 name: Income Statement
856 icon: income_statement
858 access: report & client/feature_eurechnung
862 report: income_statement
867 access: report & client/feature_eurechnung
873 id: reports_balance_sheet
877 access: report & client/feature_balance
881 report: balance_sheet
887 access: advance_turnover_tax_return & client/feature_ustva
892 id: reports_projecttransactions
893 name: Projecttransactions
901 id: reports_financial_overview
902 name: Financial Overview
906 action: FinancialOverview/list
908 id: reports_liquidity_projection
909 name: Liquidity projection
913 action: LiquidityProjection/show
918 access: batch_printing
919 - parent: batch_printing
920 id: batch_printing_sales_invoices
922 icon: sales_invoice_printing
930 - parent: batch_printing
931 id: batch_printing_sales_orders
933 icon: sales_order_printing
935 access: sales_order_edit
941 - parent: batch_printing
942 id: batch_printing_quotations
944 icon: quotation_printing
946 access: sales_quotation_edit
951 type: sales_quotation
952 - parent: batch_printing
953 id: batch_printing_packing_lists
957 access: invoice_edit | sales_order_edit
963 - parent: batch_printing
964 id: batch_printing_purchase_orders
965 name: Purchase Orders
966 icon: purchase_order_printing
968 access: purchase_order_edit
974 - parent: batch_printing
975 id: batch_printing_rfqs
979 access: request_quotation_edit
984 type: request_quotation
985 - parent: batch_printing
986 id: batch_printing_checks
995 - parent: batch_printing
996 id: batch_printing_receipts
998 icon: receipt_printing
1010 access: productivity
1011 - parent: productivity
1012 id: productivity_show_todo_list
1013 name: Show TODO list
1017 action: show_todo_list
1018 - parent: productivity
1019 id: productivity_add_follow_up
1025 - parent: productivity
1026 id: productivity_edit_access_rights
1027 name: Edit Access Rights
1031 action: edit_access_rights
1032 - parent: productivity
1033 id: productivity_reports
1036 - parent: productivity_reports
1037 id: productivity_reports_follow_ups
1043 - parent: productivity_reports
1044 id: productivity_reports_email_journal
1047 module: controller.pl
1050 action: EmailJournal/list
1057 id: system_client_configuration
1058 name: Client Configuration
1062 action: ClientConfig/edit
1064 id: system_ustva_einstellungen
1065 name: UStVa Einstellungen
1067 access: client/feature_ustva
1070 action: config_step1
1072 id: system_edit_dunning
1079 id: system_chart_of_accounts
1080 name: Chart of Accounts
1082 - parent: system_chart_of_accounts
1083 id: system_chart_of_accounts_add_account
1089 - parent: system_chart_of_accounts
1090 id: system_chart_of_accounts_list_accounts
1095 action: list_account
1096 - parent: system_chart_of_accounts
1097 id: system_chart_of_accounts_report_configuration_overview
1098 name: Report configuration overview
1101 action: Chart/show_report_configuration_overview
1103 id: system_buchungsgruppen
1104 name: Booking groups
1107 action: Buchungsgruppen/list
1113 action: Taxzones/list
1122 id: system_bank_accounts
1126 action: SimpleSystemSetting/list
1129 id: system_partsgroups
1133 action: SimpleSystemSetting/list
1136 id: system_part_classification
1137 name: Parts Classification
1138 icon: partsclassific
1141 action: SimpleSystemSetting/list
1142 type: part_classification
1144 id: system_pricegroups
1148 action: SimpleSystemSetting/list
1151 id: system_edit_units
1158 id: system_price_factors
1162 action: SimpleSystemSetting/list
1165 id: system_greetings
1169 action: SimpleSystemSetting/list
1172 id: system_departments
1176 action: SimpleSystemSetting/list
1179 id: system_types_of_business
1180 name: Types of Business
1183 action: SimpleSystemSetting/list
1186 id: system_contact_titles
1187 name: Contact Titles
1190 action: SimpleSystemSetting/list
1193 id: system_contact_departments
1194 name: Contact Departments
1197 action: SimpleSystemSetting/list
1198 type: contact_department
1200 id: system_project_types
1204 action: SimpleSystemSetting/list
1207 id: system_project_status
1208 name: Project Status
1211 action: SimpleSystemSetting/list
1212 type: project_status
1214 id: system_requirement_specs
1215 name: Requirement specs
1217 - parent: system_requirement_specs
1218 id: system_requirement_specs_pre_defined_texts
1219 name: Pre-defined Texts
1222 action: SimpleSystemSetting/list
1223 type: requirement_spec_predefined_text
1224 - parent: system_requirement_specs
1225 id: system_requirement_specs_requirement_spec_types
1226 name: Requirement Spec Types
1229 action: SimpleSystemSetting/list
1230 type: requirement_spec_type
1231 - parent: system_requirement_specs
1232 id: system_requirement_specs_requirement_spec_statuses
1233 name: Requirement Spec Statuses
1236 action: SimpleSystemSetting/list
1237 type: requirement_spec_status
1238 - parent: system_requirement_specs
1239 id: system_requirement_specs_complexities
1243 action: SimpleSystemSetting/list
1244 type: requirement_spec_complexity
1245 - parent: system_requirement_specs
1246 id: system_requirement_specs_risks
1250 action: SimpleSystemSetting/list
1251 type: requirement_spec_risk
1252 - parent: system_requirement_specs
1253 id: system_requirement_specs_acceptance_statuses
1254 name: Acceptance Statuses
1257 action: SimpleSystemSetting/list
1258 type: requirement_spec_acceptance_status
1260 id: system_languages_and_translations
1261 name: Languages and translations
1263 - parent: system_languages_and_translations
1264 id: system_languages_and_translations_add_language
1268 action: SimpleSystemSetting/list
1270 - parent: system_languages_and_translations
1271 id: system_languages_and_translations_greetings
1274 module: generictranslations.pl
1276 action: edit_greetings
1277 - parent: system_languages_and_translations
1278 id: system_languages_and_translations_sepa_strings
1281 module: generictranslations.pl
1283 action: edit_sepa_strings
1284 - parent: system_languages_and_translations
1285 id: system_languages_and_translations_zugferd_notes
1286 name: ZUGFeRD notes for each invoice
1288 module: generictranslations.pl
1290 action: edit_zugferd_notes
1291 - parent: system_languages_and_translations
1292 id: system_languages_and_translations_email_strings
1293 name: Preset email strings
1295 module: generictranslations.pl
1297 action: edit_email_strings
1299 id: system_payment_terms
1303 action: PaymentTerm/list
1305 id: system_delivery_terms
1306 name: Delivery Terms
1309 action: DeliveryTerm/list
1311 id: system_manage_custom_variables
1312 name: Manage Custom Variables
1315 action: CustomVariableConfig/list
1317 id: system_warehouses
1322 action: list_warehouses
1327 access: edit_shop_config
1331 id: system_import_csv
1334 - parent: system_import_csv
1335 id: system_import_csv_customers_and_vendors
1336 name: Customers and vendors
1339 action: CsvImport/new
1340 profile.type: customers_vendors
1341 - parent: system_import_csv
1342 id: system_import_csv_contacts
1346 action: CsvImport/new
1347 profile.type: contacts
1348 - parent: system_import_csv
1349 id: system_import_csv_shipto
1353 action: CsvImport/new
1354 profile.type: addresses
1355 - parent: system_import_csv
1356 id: system_import_csv_parts
1360 action: CsvImport/new
1362 - parent: system_import_csv
1363 id: system_import_csv_inventories
1367 action: CsvImport/new
1368 profile.type: inventories
1369 - parent: system_import_csv
1370 id: system_import_csv_projects
1374 action: CsvImport/new
1375 profile.type: projects
1376 - parent: system_import_csv
1377 id: system_import_csv_orders
1381 action: CsvImport/new
1382 profile.type: orders
1383 - parent: system_import_csv
1384 id: system_import_csv_delivery_orders
1385 name: Delivery Orders
1388 action: CsvImport/new
1389 profile.type: delivery_orders
1390 - parent: system_import_csv
1391 id: system_import_csv_ar_transactions
1392 name: AR Transactions
1395 action: CsvImport/new
1396 profile.type: ar_transactions
1398 id: system_templates
1402 - parent: system_templates
1403 id: system_templates_html_templates
1404 name: HTML Templates
1406 module: amtemplates.pl
1408 action: display_template_form
1411 - parent: system_templates
1412 id: system_templates_latex_templates
1413 name: LaTeX Templates
1415 module: amtemplates.pl
1417 action: display_template_form
1421 id: system_general_ledger_corrections
1422 name: General Ledger Corrections
1424 module: acctranscorrections.pl
1426 action: analyze_filter
1428 id: system_background_jobs_and_task_server
1429 name: Background jobs and task server
1432 - parent: system_background_jobs_and_task_server
1433 id: system_background_jobs_and_task_server_list_current_background_jobs
1434 name: List current background jobs
1437 action: BackgroundJob/list
1438 - parent: system_background_jobs_and_task_server
1439 id: system_background_jobs_and_task_server_background_job_history
1440 name: Background job history
1443 action: BackgroundJobHistory/list
1444 - parent: system_background_jobs_and_task_server
1445 id: system_background_jobs_and_task_server_task_server_control
1446 name: Task server control
1449 action: TaskServer/show
1451 id: system_audit_control
1456 action: audit_control
1458 id: system_history_search_engine
1459 name: History Search Engine
1463 action: show_history_search
1465 id: system_employees
1470 action: Employee/list
1476 id: program_user_preferences
1477 name: User Preferences
1483 id: program_internal_phone_list
1484 name: Internal Phone List
1487 action: CTI/list_internal_extensions
1495 action: company_logo
1498 id: program_kivitendo_modul
1499 name: kivitendo modules
1501 - parent: program_kivitendo_modul
1502 id: program_kivitendo_modul_overview
1503 name: Overview kivitendo modules
1505 href: http://www.kivitendo-premium.de/module.shtml
1507 - parent: program_kivitendo_modul
1508 id: program_kivitendo_modul_activate
1509 name: Activate kivitendo module
1511 href: http://www.kivitendo-premium.de/modul-aktivieren.shtml
1514 id: program_administration_area
1515 name: Administration area
1517 access: display_admin_link
1521 id: program_documentation_in_german_
1522 name: Documentation (in German)
1524 href: doc/kivitendo-Dokumentation.pdf
1527 id: program_kivitendo_website_external_
1528 name: kivitendo website (external)
1530 href: http://www.kivitendo.de/
1538 action: LoginScreen/logout