Berechtigung, Verkaufsrechnungen persönlich zugeordneter Projekte einzusehen
[kivitendo-erp.git] / menus / user / 00-erp.yaml
1 # This is the main menu config file for user space menu entries.
2 #
3 # Each menu entry can have the following properties:
4 #
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
14 #          with "client/".
15 #          ! is supported to negate the subsequent expression.
16 #          If missing, access will be granted.
17 #
18 #          Example:
19 #            client/feature_default_enabled | ( feature & system )
20 #
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
27 ---
28 - id: master_data
29   name: Master Data
30   icon: master_data
31   order: 100
32 - parent: master_data
33   id: master_data_add_customer
34   name: Add Customer
35   icon: customer_add
36   order: 100
37   access: customer_vendor_edit
38   params:
39     action: CustomerVendor/add
40     db: customer
41 - parent: master_data
42   id: master_data_add_vendor
43   name: Add Vendor
44   icon: vendor_add
45   order: 200
46   access: customer_vendor_edit
47   params:
48     action: CustomerVendor/add
49     db: vendor
50 - parent: master_data
51   id: master_data_add_part
52   name: Add Part
53   icon: part_add
54   order: 300
55   access: part_service_assembly_edit
56   params:
57     action: Part/add_part
58 - parent: master_data
59   id: master_data_add_service
60   name: Add Service
61   icon: service_add
62   order: 400
63   access: part_service_assembly_edit
64   params:
65     action: Part/add_service
66 - parent: master_data
67   id: master_data_add_assembly
68   name: Add Assembly
69   icon: assembly_add
70   order: 500
71   access: part_service_assembly_edit
72   params:
73     action: Part/add_assembly
74 - parent: master_data
75   id: master_data_add_assortment
76   name: Add Assortment
77   icon: assortment_add
78   order: 550
79   access: part_service_assembly_edit & client/feature_experimental
80   params:
81     action: Part/add_assortment
82 - parent: master_data
83   id: master_data_add_project
84   name: Add Project
85   icon: project_add
86   order: 600
87   access: project_edit
88   params:
89     action: Project/new
90 - parent: master_data
91   id: master_data_add_requirement_spec_template
92   name: Add Requirement Spec Template
93   order: 700
94   access: requirement_spec_edit
95   params:
96     action: RequirementSpec/new
97     is_template: 1
98 - parent: master_data
99   id: master_data_update_prices
100   name: Update Prices
101   icon: prices_update
102   order: 800
103   access: part_service_assembly_edit
104   params:
105     action: PartsPriceUpdate/search_update_prices
106 - parent: master_data
107   id: master_data_price_rules
108   name: Price Rules
109   order: 900
110   access: part_service_assembly_edit
111   params:
112     action: PriceRule/list
113     filter.obsolete: 0
114 - parent: master_data
115   id: master_data_reports
116   name: Reports
117   icon: master_data_report
118   order: 1000
119 - parent: master_data_reports
120   id: master_data_reports_customers
121   name: Customers
122   icon: customer_report
123   order: 100
124   access: customer_vendor_edit
125   params:
126     action: CustomerVendor/search
127     db: customer
128 - parent: master_data_reports
129   id: master_data_reports_vendors
130   name: Vendors
131   icon: vendor_report
132   order: 200
133   access: customer_vendor_edit
134   params:
135     action: CustomerVendor/search
136     db: vendor
137 - parent: master_data_reports
138   id: master_data_reports_contacts
139   name: Contacts
140   order: 300
141   access: customer_vendor_edit
142   params:
143     action: CustomerVendor/search_contact
144     db: customer
145 - parent: master_data_reports
146   id: master_data_reports_articles
147   name: Articles
148   icon: part_report
149   order: 500
150   access: part_service_assembly_details
151   module: ic.pl
152   params:
153     action: search
154     searchitems: article
155 - parent: master_data_reports
156   id: master_data_reports_projects
157   name: Projects
158   icon: project_report
159   order: 700
160   access: project_edit
161   params:
162     action: Project/list
163     filter.active: active
164     filter.valid: valid
165 - parent: master_data_reports
166   id: master_data_reports_requirement_spec_templates
167   name: Requirement Spec Templates
168   order: 800
169   access: requirement_spec_edit
170   params:
171     action: RequirementSpec/list
172     is_template: 1
173 - id: ar
174   name: AR
175   icon: ar
176   order: 200
177 - parent: ar
178   id: ar_add_requirement_spec
179   name: Add Requirement Spec
180   order: 100
181   access: requirement_spec_edit
182   params:
183     action: RequirementSpec/new
184 - parent: ar
185   id: ar_add_quotation
186   name: Add Quotation
187   icon: quotation_add
188   order: 200
189   access: sales_quotation_edit
190   module: oe.pl
191   params:
192     action: add
193     type: sales_quotation
194 - parent: ar
195   id: ar_add_sales_order
196   name: Add Sales Order
197   icon: sales_order_add
198   order: 300
199   access: sales_order_edit
200   module: oe.pl
201   params:
202     action: add
203     type: sales_order
204 - parent: ar
205   id: ar_add_delivery_order
206   name: Add Delivery Order
207   icon: delivery_order_add
208   order: 400
209   access: sales_delivery_order_edit
210   module: do.pl
211   params:
212     action: add
213     type: sales_delivery_order
214 - parent: ar
215   id: ar_add_sales_invoice
216   name: Add Sales Invoice
217   icon: sales_invoice_add
218   order: 500
219   access: invoice_edit
220   module: is.pl
221   params:
222     action: add
223     type: invoice
224 - parent: ar
225   id: ar_add_credit_note
226   name: Add Credit Note
227   icon: credit_note_add
228   order: 600
229   access: invoice_edit
230   module: is.pl
231   params:
232     action: add
233     type: credit_note
234 - parent: ar
235   id: ar_add_dunning
236   name: Add Dunning
237   icon: dunning_add
238   order: 700
239   access: dunning_edit
240   module: dn.pl
241   params:
242     action: add
243 - parent: ar
244   id: ar_add_letter
245   name: Add Letter
246   order: 800
247   access: sales_letter_edit
248   params:
249     action: Letter/add
250     is_sales: 1
251 - parent: ar
252   id: ar_invoices
253   name: Invoices
254   icon: sales_invoice_add
255   order: 850
256 - parent: ar_invoices
257   id: ar_invoices_mass_add_sales_invoice
258   name: Mass Create Print Sales Invoice from Delivery Order
259   order: 100
260   access: invoice_edit
261   params:
262     noshow: 1
263     action: MassInvoiceCreatePrint/list_sales_delivery_orders
264 - parent: ar
265   id: ar_reports
266   name: Reports
267   icon: ar_report
268   order: 900
269 - parent: ar_reports
270   id: ar_reports_requirement_specs
271   name: Requirement Specs
272   order: 100
273   access: requirement_spec_edit
274   params:
275     action: RequirementSpec/list
276 - parent: ar_reports
277   id: ar_reports_quotations
278   name: Quotations
279   icon: report_quotations
280   order: 200
281   access: sales_quotation_edit
282   module: oe.pl
283   params:
284     action: search
285     type: sales_quotation
286 - parent: ar_reports
287   id: ar_reports_sales_orders
288   name: Sales Orders
289   icon: report_sales_orders
290   order: 300
291   access: sales_order_edit
292   module: oe.pl
293   params:
294     action: search
295     type: sales_order
296 - parent: ar_reports
297   id: ar_reports_delivery_orders
298   name: Delivery Orders
299   icon: delivery_order_report
300   order: 400
301   access: sales_delivery_order_edit
302   module: do.pl
303   params:
304     action: search
305     type: sales_delivery_order
306 - parent: ar_reports
307   id: ar_reports_invoices_credit_notes_ar_transactions
308   name: Invoices, Credit Notes & AR Transactions
309   icon: invoices_report
310   order: 500
311   module: ar.pl
312   params:
313     action: search
314     nextsub: ar_transactions
315 - parent: ar_reports
316   id: ar_reports_sales_report
317   name: Sales Report
318   order: 600
319   access: invoice_edit
320   module: vk.pl
321   params:
322     action: search_invoice
323     nextsub: invoice_transactions
324 - parent: ar_reports
325   id: ar_reports_dunnings
326   name: Dunnings
327   icon: dunnings_report
328   order: 700
329   access: dunning_edit
330   module: dn.pl
331   params:
332     action: search
333 - parent: ar_reports
334   id: ar_order_item_search
335   name: Order item search
336   order: 750
337   access: sales_order_edit
338   params:
339     action: OrderItem/search
340 - parent: ar_reports
341   id: ar_reports_delivery_plan
342   name: Delivery Plan
343   order: 800
344   access: delivery_plan
345   params:
346     action: DeliveryPlan/list
347     vc: customer
348 - parent: ar_reports
349   id: ar_reports_delivery_value_report
350   name: Delivery Value Report
351   order: 900
352   access: delivery_value_report
353   params:
354     action: DeliveryValueReport/list
355     vc: customer
356 - parent: ar_reports
357   id: ar_reports_financial_controlling
358   name: Financial Controlling
359   order: 1000
360   access: sales_order_edit
361   params:
362     action: FinancialControllingReport/list
363 - parent: ar_reports
364   id: ar_reports_letters
365   name: Letters
366   order: 1100
367   access: sales_letter_report
368   params:
369     action: Letter/list
370     is_sales: 1
371 - id: webshop
372   name: Webshop
373   order: 250
374 - parent: webshop
375   id: webshop_import
376   name: Webshop Import
377   access: shop_order
378   params:
379     action: ShopOrder/list
380     filter.transferred:eq_ignore_empty: 0
381     filter.obsolete: 0
382     db: shop_orders
383     sort_by: shop_ordernumber
384 - parent: webshop
385   id: webshop_articles
386   name: Webshop articles
387   access: shop_part_edit
388   params:
389     action: ShopPart/list_articles
390     db: shop_parts
391     sort_by: part.onhand
392 - id: ap
393   name: AP
394   icon: ap
395   order: 300
396 - parent: ap
397   id: ap_add_rfq
398   name: Add RFQ
399   icon: rfq_add
400   order: 100
401   access: request_quotation_edit
402   module: oe.pl
403   params:
404     action: add
405     type: request_quotation
406 - parent: ap
407   id: ap_add_purchase_order
408   name: Add Purchase Order
409   icon: purchase_order_add
410   order: 200
411   access: purchase_order_edit
412   module: oe.pl
413   params:
414     action: add
415     type: purchase_order
416 - parent: ap
417   id: ap_add_delivery_note
418   name: Add Delivery Note
419   order: 300
420   access: client/allow_new_purchase_delivery_order & purchase_delivery_order_edit
421   module: do.pl
422   params:
423     action: add
424     type: purchase_delivery_order
425 - parent: ap
426   id: ap_add_vendor_invoice
427   name: Add Vendor Invoice
428   order: 400
429   access: client/allow_new_purchase_invoice & vendor_invoice_edit
430   module: ir.pl
431   params:
432     action: add
433     type: invoice
434 - parent: ap
435   id: ap_add_letter
436   name: Add Letter
437   order: 450
438   access: purchase_letter_edit
439   params:
440     action: Letter/add
441     is_sales: 0
442 - parent: ap
443   id: ap_reports
444   name: Reports
445   icon: ap_report
446   order: 500
447 - parent: ap_reports
448   id: ap_reports_rfqs
449   name: RFQs
450   icon: rfq_report
451   order: 100
452   access: request_quotation_edit
453   module: oe.pl
454   params:
455     action: search
456     type: request_quotation
457 - parent: ap_reports
458   id: ap_reports_purchase_orders
459   name: Purchase Orders
460   icon: purchase_order_report
461   order: 200
462   access: purchase_order_edit
463   module: oe.pl
464   params:
465     action: search
466     type: purchase_order
467 - parent: ap_reports
468   id: ap_reports_delivery_orders
469   name: Delivery Orders
470   order: 300
471   access: purchase_delivery_order_edit
472   module: do.pl
473   params:
474     action: search
475     type: purchase_delivery_order
476 - parent: ap_reports
477   id: ap_reports_vendor_invoices_ap_transactions
478   name: Vendor Invoices & AP Transactions
479   order: 400
480   access: vendor_invoice_edit
481   module: ap.pl
482   params:
483     action: search
484 - parent: ap_reports
485   id: ap_reports_delivery_plan
486   name: Delivery Plan
487   order: 500
488   access: delivery_plan
489   params:
490     action: DeliveryPlan/list
491     vc: vendor
492 - parent: ap_reports
493   id: ap_reports_delivery_value_report
494   name: Delivery Value Report
495   order: 600
496   access: delivery_value_report
497   params:
498     action: DeliveryValueReport/list
499     vc: vendor
500 - parent: ap_reports
501   id: ap_reports_letters
502   name: Letters
503   order: 1100
504   access: purchase_letter_report
505   params:
506     action: Letter/list
507     is_sales: 0
508 - id: warehouse
509   name: Warehouse
510   icon: warehouse
511   order: 400
512 - parent: warehouse
513   id: warehouse_stock
514   name: Stock
515   order: 100
516   access: warehouse_management
517   params:
518     action: Inventory/stock_in
519 - parent: warehouse
520   id: warehouse_produce_assembly
521   name: Produce Assembly
522   icon: assembly_produce
523   order: 200
524   access: warehouse_management
525   module: wh.pl
526   params:
527     action: transfer_warehouse_selection
528     trans_type: assembly
529 - parent: warehouse
530   id: warehouse_transfer
531   name: Transfer
532   order: 300
533   access: warehouse_management
534   module: wh.pl
535   params:
536     action: transfer_warehouse_selection
537     trans_type: transfer
538 - parent: warehouse
539   id: warehouse_removal
540   name: Removal
541   order: 400
542   access: warehouse_management
543   module: wh.pl
544   params:
545     action: transfer_warehouse_selection
546     trans_type: removal
547 - parent: warehouse
548   id: warehouse_stocktaking
549   name: Stocktaking
550   order: 450
551   access: warehouse_management
552   params:
553     action: Inventory/stocktaking
554 - parent: warehouse
555   id: warehouse_reports
556   name: Reports
557   order: 500
558 - parent: warehouse_reports
559   id: warehouse_reports_warehouse_content
560   name: Warehouse content
561   order: 100
562   access: warehouse_contents | warehouse_management
563   module: wh.pl
564   params:
565     action: report
566 - parent: warehouse_reports
567   id: warehouse_reports_whjournal
568   name: WHJournal
569   order: 200
570   access: warehouse_management
571   module: wh.pl
572   params:
573     action: journal
574 - parent: warehouse_reports
575   id: warehouse_reports_whusage
576   name: WHUsage
577   icon: warehouse_usage
578   order: 300
579   access: warehouse_contents | warehouse_management
580   params:
581     action: Inventory/stock_usage
582 - parent: warehouse_reports
583   id: warehouse_stocktaking_journal
584   name: Stocktaking Journal
585   order: 400
586   access: warehouse_contents | warehouse_management
587   params:
588     action: Inventory/stocktaking_journal
589 - id: general_ledger
590   name: General Ledger
591   icon: gl
592   order: 500
593 - parent: general_ledger
594   id: general_ledger_add_transaction
595   name: Add Transaction
596   icon: transaction_add
597   order: 100
598   access: gl_transactions
599   module: gl.pl
600   params:
601     action: add
602 - parent: general_ledger
603   id: general_ledger_add_ar_transaction
604   name: Add AR Transaction
605   icon: ar_transaction_add
606   order: 200
607   access: ar_transactions
608   module: ar.pl
609   params:
610     action: add
611 - parent: general_ledger
612   id: general_ledger_add_ap_transaction
613   name: Add AP Transaction
614   icon: ap_transaction_add
615   order: 300
616   access: ap_transactions
617   module: ap.pl
618   params:
619     action: add
620 - parent: general_ledger
621   id: general_ledger_datev_export_assistent
622   name: DATEV - Export Assistent
623   icon: datev
624   order: 400
625   access: datev_export & client/feature_datev
626   module: datev.pl
627   params:
628     action: export
629 - parent: general_ledger
630   id: general_ledger_gobd_export
631   name: GoBD Export
632   icon: gobd
633   order: 450
634   access: general_ledger
635   params:
636     action: GoBD/filter
637 - parent: general_ledger
638   id: general_ledger_cbob_transactions
639   name: CB/OB Transactions
640   icon: cbob
641   order: 470
642   access: general_ledger
643   params:
644     action: YearEndTransactions/filter
645 - parent: general_ledger
646   id: general_ledger_reports
647   name: Reports
648   icon: gl_report
649   order: 500
650 - parent: general_ledger_reports
651   id: general_ledger_reports_ar_aging
652   name: AR Aging
653   icon: ar_aging
654   order: 100
655   access: general_ledger
656   module: rp.pl
657   params:
658     action: report
659     report: ar_aging
660 - parent: general_ledger_reports
661   id: general_ledger_reports_ap_aging
662   name: AP Aging
663   icon: ap_aging
664   order: 200
665   access: general_ledger
666   module: rp.pl
667   params:
668     action: report
669     report: ap_aging
670 - parent: general_ledger_reports
671   id: general_ledger_reports_journal
672   name: Journal
673   icon: journal
674   order: 300
675   access: general_ledger | gl_transactions
676   module: gl.pl
677   params:
678     action: search
679 - id: cash
680   name: Cash
681   icon: cash
682   order: 600
683 - parent: cash
684   id: cash_receipt
685   name: Receipt
686   icon: receipt
687   order: 100
688   access: cash
689   module: cp.pl
690   params:
691     action: payment
692     vc: customer
693     type: receipt
694 - parent: cash
695   id: cash_payment
696   name: Payment
697   icon: payment
698   order: 200
699   access: cash
700   module: cp.pl
701   params:
702     action: payment
703     vc: vendor
704     type: check
705 - parent: cash
706   id: cash_bank_collection_via_sepa
707   name: Bank collection via SEPA
708   order: 300
709   access: cash
710   module: sepa.pl
711   params:
712     action: bank_transfer_add
713     vc: customer
714 - parent: cash
715   id: cash_bank_transfer_via_sepa
716   name: Bank transfer via SEPA
717   order: 400
718   access: cash
719   module: sepa.pl
720   params:
721     action: bank_transfer_add
722     vc: vendor
723 - parent: cash
724   id: cash_bank_import_menu
725   name: Bank Import
726   order: 500
727   access: bank_transaction
728 - parent: cash_bank_import_menu
729   id: cash_bank_import_csv
730   name: Custom CSV format
731   order: 100
732   params:
733     action: CsvImport/new
734     profile.type: bank_transactions
735 - parent: cash_bank_import_menu
736   id: cash_bank_import_mt940
737   name: SWIFT MT940 format
738   order: 200
739   params:
740     action: BankImport/upload_mt940
741 - parent: cash
742   id: cash_bank_transactions_mt940
743   name: Bank transactions MT940
744   order: 600
745   access: bank_transaction
746   params:
747     action: BankTransaction/search
748 - parent: cash
749   id: cash_reconciliation_with_bank
750   name: Reconciliation with bank
751   order: 700
752   access: bank_transaction
753   params:
754     action: Reconciliation/search
755 - parent: cash
756   id: cash_reconciliation
757   name: Reconciliation
758   icon: reconcilliation
759   order: 800
760   access: cash
761   module: rc.pl
762   params:
763     action: reconciliation
764 - parent: cash
765   id: cash_reports
766   name: Reports
767   icon: cash_report
768   order: 900
769 - parent: cash_reports
770   id: cash_reports_receipts
771   name: Receipts
772   icon: receipt_report
773   order: 100
774   access: cash
775   module: rp.pl
776   params:
777     action: report
778     report: receipts
779 - parent: cash_reports
780   id: cash_reports_payments
781   name: Payments
782   icon: payment_report
783   order: 200
784   access: cash
785   module: rp.pl
786   params:
787     action: report
788     report: payments
789 - parent: cash_reports
790   id: cash_reports_bank_collections_via_sepa
791   name: Bank collections via SEPA
792   order: 300
793   access: cash
794   module: sepa.pl
795   params:
796     action: bank_transfer_search
797     vc: customer
798 - parent: cash_reports
799   id: cash_reports_bank_transfers_via_sepa
800   name: Bank transfers via SEPA
801   order: 400
802   access: cash
803   module: sepa.pl
804   params:
805     action: bank_transfer_search
806     vc: vendor
807 - parent: cash_reports
808   id: cash_reports_bank_transactions
809   name: Bank transactions
810   order: 500
811   access: bank_transaction
812   params:
813     action: BankTransaction/list_all
814 - id: reports
815   name: Reports
816   icon: report
817   order: 700
818 - parent: reports
819   id: reports_chart_of_accounts
820   name: Chart of Accounts
821   icon: chart_of_accounts
822   order: 100
823   access: report
824   module: ca.pl
825   params:
826     action: chart_of_accounts
827 - parent: reports
828   id: reports_trial_balance
829   name: Trial Balance
830   order: 200
831   access: report
832   module: rp.pl
833   params:
834     action: report
835     report: trial_balance
836 - parent: reports
837   id: reports_erfolgsrechnung
838   name: Erfolgsrechnung
839   icon: income_statement
840   order: 300
841   access: report & client/feature_erfolgsrechnung
842   module: rp.pl
843   params:
844     action: report
845     report: erfolgsrechnung
846 - parent: reports
847   id: reports_income_statement
848   name: Income Statement
849   icon: income_statement
850   order: 300
851   access: report & client/feature_eurechnung
852   module: rp.pl
853   params:
854     action: report
855     report: income_statement
856 - parent: reports
857   id: reports_bwa
858   name: BWA
859   order: 400
860   access: report & client/feature_eurechnung
861   module: rp.pl
862   params:
863     action: report
864     report: bwa
865 - parent: reports
866   id: reports_balance_sheet
867   name: Balance Sheet
868   icon: balance_sheet
869   order: 500
870   access: report & client/feature_balance
871   module: rp.pl
872   params:
873     action: report
874     report: balance_sheet
875 - parent: reports
876   id: reports_ustva
877   name: UStVa
878   icon: ustva
879   order: 600
880   access: advance_turnover_tax_return & client/feature_ustva
881   module: ustva.pl
882   params:
883     action: report
884 - parent: reports
885   id: reports_projecttransactions
886   name: Projecttransactions
887   order: 700
888   access: report
889   module: rp.pl
890   params:
891     action: report
892     report: projects
893 - parent: reports
894   id: reports_financial_overview
895   name: Financial Overview
896   order: 800
897   access: report
898   params:
899     action: FinancialOverview/list
900 - parent: reports
901   id: reports_liquidity_projection
902   name: Liquidity projection
903   order: 900
904   access: report
905   params:
906     action: LiquidityProjection/show
907 - id: batch_printing
908   name: Batch Printing
909   icon: printing
910   order: 800
911   access: batch_printing
912 - parent: batch_printing
913   id: batch_printing_sales_invoices
914   name: Sales Invoices
915   icon: sales_invoice_printing
916   order: 100
917   access: invoice_edit
918   module: bp.pl
919   params:
920     action: search
921     vc: customer
922     type: invoice
923 - parent: batch_printing
924   id: batch_printing_sales_orders
925   name: Sales Orders
926   icon: sales_order_printing
927   order: 200
928   access: sales_order_edit
929   module: bp.pl
930   params:
931     action: search
932     type: sales_order
933     vc: customer
934 - parent: batch_printing
935   id: batch_printing_quotations
936   name: Quotations
937   icon: quotation_printing
938   order: 300
939   access: sales_quotation_edit
940   module: bp.pl
941   params:
942     action: search
943     vc: customer
944     type: sales_quotation
945 - parent: batch_printing
946   id: batch_printing_packing_lists
947   name: Packing Lists
948   icon: package_lists
949   order: 400
950   access: invoice_edit | sales_order_edit
951   module: bp.pl
952   params:
953     action: search
954     type: packing_list
955     vc: customer
956 - parent: batch_printing
957   id: batch_printing_purchase_orders
958   name: Purchase Orders
959   icon: purchase_order_printing
960   order: 500
961   access: purchase_order_edit
962   module: bp.pl
963   params:
964     action: search
965     type: purchase_order
966     vc: vendor
967 - parent: batch_printing
968   id: batch_printing_rfqs
969   name: RFQs
970   icon: rfq_printing
971   order: 600
972   access: request_quotation_edit
973   module: bp.pl
974   params:
975     action: search
976     vc: vendor
977     type: request_quotation
978 - parent: batch_printing
979   id: batch_printing_checks
980   name: Checks
981   order: 700
982   access: cash
983   module: bp.pl
984   params:
985     action: search
986     type: check
987     vc: vendor
988 - parent: batch_printing
989   id: batch_printing_receipts
990   name: Receipts
991   icon: receipt_printing
992   order: 800
993   access: cash
994   module: bp.pl
995   params:
996     action: search
997     vc: customer
998     type: receipt
999 - id: productivity
1000   name: Productivity
1001   icon: productivity
1002   order: 900
1003   access: productivity
1004 - parent: productivity
1005   id: productivity_show_todo_list
1006   name: Show TODO list
1007   order: 100
1008   module: todo.pl
1009   params:
1010     action: show_todo_list
1011 - parent: productivity
1012   id: productivity_add_follow_up
1013   name: Add Follow-Up
1014   order: 200
1015   module: fu.pl
1016   params:
1017     action: add
1018 - parent: productivity
1019   id: productivity_edit_access_rights
1020   name: Edit Access Rights
1021   order: 300
1022   module: fu.pl
1023   params:
1024     action: edit_access_rights
1025 - parent: productivity
1026   id: productivity_reports
1027   name: Reports
1028   order: 400
1029 - parent: productivity_reports
1030   id: productivity_reports_follow_ups
1031   name: Follow-Ups
1032   order: 100
1033   module: fu.pl
1034   params:
1035     action: search
1036 - parent: productivity_reports
1037   id: productivity_reports_email_journal
1038   name: Email journal
1039   order: 200
1040   module: controller.pl
1041   icon: mail_journal
1042   params:
1043     action: EmailJournal/list
1044 - id: system
1045   name: System
1046   icon: system
1047   order: 1000
1048   access: config
1049 - parent: system
1050   id: system_client_configuration
1051   name: Client Configuration
1052   order: 100
1053   access: admin
1054   params:
1055     action: ClientConfig/edit
1056 - parent: system
1057   id: system_ustva_einstellungen
1058   name: UStVa Einstellungen
1059   order: 200
1060   access: client/feature_ustva
1061   module: ustva.pl
1062   params:
1063     action: config_step1
1064 - parent: system
1065   id: system_edit_dunning
1066   name: Edit Dunning
1067   order: 300
1068   module: dn.pl
1069   params:
1070     action: edit_config
1071 - parent: system
1072   id: system_chart_of_accounts
1073   name: Chart of Accounts
1074   order: 400
1075 - parent: system_chart_of_accounts
1076   id: system_chart_of_accounts_add_account
1077   name: Add Account
1078   order: 100
1079   module: am.pl
1080   params:
1081     action: add_account
1082 - parent: system_chart_of_accounts
1083   id: system_chart_of_accounts_list_accounts
1084   name: List Accounts
1085   order: 200
1086   module: am.pl
1087   params:
1088     action: list_account
1089 - parent: system_chart_of_accounts
1090   id: system_chart_of_accounts_report_configuration_overview
1091   name: Report configuration overview
1092   order: 300
1093   params:
1094     action: Chart/show_report_configuration_overview
1095 - parent: system
1096   id: system_buchungsgruppen
1097   name: Booking groups
1098   order: 500
1099   params:
1100     action: Buchungsgruppen/list
1101 - parent: system
1102   id: system_taxzones
1103   name: Taxzones
1104   order: 600
1105   params:
1106     action: Taxzones/list
1107 - parent: system
1108   id: system_taxes
1109   name: Taxes
1110   order: 700
1111   module: am.pl
1112   params:
1113     action: list_tax
1114 - parent: system
1115   id: system_bank_accounts
1116   name: Bank accounts
1117   order: 800
1118   params:
1119     action: SimpleSystemSetting/list
1120     type: bank_account
1121 - parent: system
1122   id: system_partsgroups
1123   name: Partsgroups
1124   order: 900
1125   params:
1126     action: SimpleSystemSetting/list
1127     type: parts_group
1128 - parent: system
1129   id: system_part_classification
1130   name: Parts Classification
1131   icon: partsclassific
1132   order: 1100
1133   params:
1134     action: SimpleSystemSetting/list
1135     type: part_classification
1136 - parent: system
1137   id: system_pricegroups
1138   name: Pricegroups
1139   order: 1120
1140   params:
1141     action: SimpleSystemSetting/list
1142     type: pricegroup
1143 - parent: system
1144   id: system_edit_units
1145   name: Edit units
1146   order: 1140
1147   module: am.pl
1148   params:
1149     action: edit_units
1150 - parent: system
1151   id: system_price_factors
1152   name: Price Factors
1153   order: 1200
1154   params:
1155     action: SimpleSystemSetting/list
1156     type: price_factor
1157 - parent: system
1158   id: system_departments
1159   name: Departments
1160   order: 1300
1161   params:
1162     action: SimpleSystemSetting/list
1163     type: department
1164 - parent: system
1165   id: system_types_of_business
1166   name: Types of Business
1167   order: 1400
1168   params:
1169     action: SimpleSystemSetting/list
1170     type: business
1171 - parent: system
1172   id: system_project_types
1173   name: Project Types
1174   order: 1600
1175   params:
1176     action: SimpleSystemSetting/list
1177     type: project_type
1178 - parent: system
1179   id: system_project_status
1180   name: Project Status
1181   order: 1700
1182   params:
1183     action: SimpleSystemSetting/list
1184     type: project_status
1185 - parent: system
1186   id: system_requirement_specs
1187   name: Requirement specs
1188   order: 1800
1189 - parent: system_requirement_specs
1190   id: system_requirement_specs_pre_defined_texts
1191   name: Pre-defined Texts
1192   order: 100
1193   params:
1194     action: SimpleSystemSetting/list
1195     type: requirement_spec_predefined_text
1196 - parent: system_requirement_specs
1197   id: system_requirement_specs_requirement_spec_types
1198   name: Requirement Spec Types
1199   order: 200
1200   params:
1201     action: SimpleSystemSetting/list
1202     type: requirement_spec_type
1203 - parent: system_requirement_specs
1204   id: system_requirement_specs_requirement_spec_statuses
1205   name: Requirement Spec Statuses
1206   order: 300
1207   params:
1208     action: SimpleSystemSetting/list
1209     type: requirement_spec_status
1210 - parent: system_requirement_specs
1211   id: system_requirement_specs_complexities
1212   name: Complexities
1213   order: 400
1214   params:
1215     action: SimpleSystemSetting/list
1216     type: requirement_spec_complexity
1217 - parent: system_requirement_specs
1218   id: system_requirement_specs_risks
1219   name: Risks
1220   order: 500
1221   params:
1222     action: SimpleSystemSetting/list
1223     type: requirement_spec_risk
1224 - parent: system_requirement_specs
1225   id: system_requirement_specs_acceptance_statuses
1226   name: Acceptance Statuses
1227   order: 600
1228   params:
1229     action: SimpleSystemSetting/list
1230     type: requirement_spec_acceptance_status
1231 - parent: system
1232   id: system_languages_and_translations
1233   name: Languages and translations
1234   order: 1900
1235 - parent: system_languages_and_translations
1236   id: system_languages_and_translations_add_language
1237   name: Languages
1238   order: 100
1239   params:
1240     action: SimpleSystemSetting/list
1241     type: language
1242 - parent: system_languages_and_translations
1243   id: system_languages_and_translations_greetings
1244   name: Greetings
1245   order: 300
1246   module: generictranslations.pl
1247   params:
1248     action: edit_greetings
1249 - parent: system_languages_and_translations
1250   id: system_languages_and_translations_sepa_strings
1251   name: SEPA strings
1252   order: 400
1253   module: generictranslations.pl
1254   params:
1255     action: edit_sepa_strings
1256 - parent: system_languages_and_translations
1257   id: system_languages_and_translations_email_strings
1258   name: Preset email strings
1259   order: 500
1260   module: generictranslations.pl
1261   params:
1262     action: edit_email_strings
1263 - parent: system
1264   id: system_payment_terms
1265   name: Payment Terms
1266   order: 2000
1267   params:
1268     action: PaymentTerm/list
1269 - parent: system
1270   id: system_delivery_terms
1271   name: Delivery Terms
1272   order: 2100
1273   params:
1274     action: DeliveryTerm/list
1275 - parent: system
1276   id: system_manage_custom_variables
1277   name: Manage Custom Variables
1278   order: 2200
1279   params:
1280     action: CustomVariableConfig/list
1281 - parent: system
1282   id: system_warehouses
1283   name: Warehouses
1284   order: 2300
1285   module: am.pl
1286   params:
1287     action: list_warehouses
1288 - parent: system
1289   id: system_shops
1290   name: Web shops
1291   order: 2350
1292   access: edit_shop_config
1293   params:
1294     action: Shop/list
1295 - parent: system
1296   id: system_import_csv
1297   name: Import CSV
1298   order: 2400
1299 - parent: system_import_csv
1300   id: system_import_csv_customers_and_vendors
1301   name: Customers and vendors
1302   order: 100
1303   params:
1304     action: CsvImport/new
1305     profile.type: customers_vendors
1306 - parent: system_import_csv
1307   id: system_import_csv_contacts
1308   name: Contacts
1309   order: 200
1310   params:
1311     action: CsvImport/new
1312     profile.type: contacts
1313 - parent: system_import_csv
1314   id: system_import_csv_shipto
1315   name: Shipto
1316   order: 300
1317   params:
1318     action: CsvImport/new
1319     profile.type: addresses
1320 - parent: system_import_csv
1321   id: system_import_csv_parts
1322   name: Parts
1323   order: 400
1324   params:
1325     action: CsvImport/new
1326     profile.type: parts
1327 - parent: system_import_csv
1328   id: system_import_csv_inventories
1329   name: Inventories
1330   order: 500
1331   params:
1332     action: CsvImport/new
1333     profile.type: inventories
1334 - parent: system_import_csv
1335   id: system_import_csv_projects
1336   name: Projects
1337   order: 600
1338   params:
1339     action: CsvImport/new
1340     profile.type: projects
1341 - parent: system_import_csv
1342   id: system_import_csv_orders
1343   name: Orders
1344   order: 700
1345   params:
1346     action: CsvImport/new
1347     profile.type: orders
1348 - parent: system_import_csv
1349   id: system_import_csv_ar_transactions
1350   name: AR Transactions
1351   order: 800
1352   params:
1353     action: CsvImport/new
1354     profile.type: ar_transactions
1355 - parent: system
1356   id: system_templates
1357   name: Templates
1358   order: 2500
1359   access: admin
1360 - parent: system_templates
1361   id: system_templates_html_templates
1362   name: HTML Templates
1363   order: 100
1364   module: amtemplates.pl
1365   params:
1366     action: display_template_form
1367     type: templates
1368     format: html
1369 - parent: system_templates
1370   id: system_templates_latex_templates
1371   name: LaTeX Templates
1372   order: 200
1373   module: amtemplates.pl
1374   params:
1375     action: display_template_form
1376     format: tex
1377     type: templates
1378 - parent: system
1379   id: system_general_ledger_corrections
1380   name: General Ledger Corrections
1381   order: 2600
1382   module: acctranscorrections.pl
1383   params:
1384     action: analyze_filter
1385 - parent: system
1386   id: system_background_jobs_and_task_server
1387   name: Background jobs and task server
1388   order: 2700
1389   access: admin
1390 - parent: system_background_jobs_and_task_server
1391   id: system_background_jobs_and_task_server_list_current_background_jobs
1392   name: List current background jobs
1393   order: 100
1394   params:
1395     action: BackgroundJob/list
1396 - parent: system_background_jobs_and_task_server
1397   id: system_background_jobs_and_task_server_background_job_history
1398   name: Background job history
1399   order: 200
1400   params:
1401     action: BackgroundJobHistory/list
1402 - parent: system_background_jobs_and_task_server
1403   id: system_background_jobs_and_task_server_task_server_control
1404   name: Task server control
1405   order: 300
1406   params:
1407     action: TaskServer/show
1408 - parent: system
1409   id: system_audit_control
1410   name: Audit Control
1411   order: 2800
1412   module: am.pl
1413   params:
1414     action: audit_control
1415 - parent: system
1416   id: system_history_search_engine
1417   name: History Search Engine
1418   order: 2900
1419   module: am.pl
1420   params:
1421     action: show_history_search
1422 - parent: system
1423   id: system_employees
1424   name: Employees
1425   order: 3000
1426   access: admin
1427   params:
1428     action: Employee/list
1429 - id: program
1430   name: Program
1431   icon: program
1432   order: 1100
1433 - parent: program
1434   id: program_user_preferences
1435   name: User Preferences
1436   order: 100
1437   module: am.pl
1438   params:
1439     action: config
1440 - parent: program
1441   id: program_internal_phone_list
1442   name: Internal Phone List
1443   order: 200
1444   params:
1445     action: CTI/list_internal_extensions
1446 - parent: program
1447   id: program_version
1448   name: Version
1449   icon: version
1450   order: 300
1451   module: login.pl
1452   params:
1453     action: company_logo
1454     no_todo_list: 1
1455 - parent: program
1456   id: program_kivitendo_modul
1457   name: kivitendo modules
1458   order: 350
1459 - parent: program_kivitendo_modul
1460   id: program_kivitendo_modul_overview
1461   name: Overview kivitendo modules
1462   order: 100
1463   href: http://www.kivitendo-premium.de/module.shtml
1464   target: _blank
1465 - parent: program_kivitendo_modul
1466   id: program_kivitendo_modul_activate
1467   name: Activate kivitendo module
1468   order: 200
1469   href: http://www.kivitendo-premium.de/modul-aktivieren.shtml
1470   target: _blank
1471 - parent: program
1472   id: program_administration_area
1473   name: Administration area
1474   order: 400
1475   access: display_admin_link
1476   params:
1477     action: Admin/login
1478 - parent: program
1479   id: program_documentation_in_german_
1480   name: Documentation (in German)
1481   order: 500
1482   href: doc/kivitendo-Dokumentation.pdf
1483   target: _blank
1484 - parent: program
1485   id: program_kivitendo_website_external_
1486   name: kivitendo website (external)
1487   order: 600
1488   href: http://www.kivitendo.de/
1489   target: _blank
1490 - parent: program
1491   id: program_logout
1492   name: Logout
1493   icon: logout
1494   order: 700
1495   params:
1496     action: LoginScreen/logout