Revision 5f82b518
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
menus/user/00-erp.yaml | ||
---|---|---|
9 | 9 |
icon: customer_add |
10 | 10 |
order: 100 |
11 | 11 |
access: customer_vendor_edit |
12 |
params:
|
|
12 |
params: |
|
13 | 13 |
action: CustomerVendor/add |
14 | 14 |
db: customer |
15 | 15 |
- parent: master_data |
... | ... | |
18 | 18 |
icon: vendor_add |
19 | 19 |
order: 200 |
20 | 20 |
access: customer_vendor_edit |
21 |
params:
|
|
21 |
params: |
|
22 | 22 |
action: CustomerVendor/add |
23 | 23 |
db: vendor |
24 | 24 |
- parent: master_data |
... | ... | |
28 | 28 |
order: 300 |
29 | 29 |
access: part_service_assembly_edit |
30 | 30 |
module: ic.pl |
31 |
params:
|
|
31 |
params: |
|
32 | 32 |
action: add |
33 | 33 |
item: part |
34 | 34 |
- parent: master_data |
... | ... | |
38 | 38 |
order: 400 |
39 | 39 |
access: part_service_assembly_edit |
40 | 40 |
module: ic.pl |
41 |
params:
|
|
41 |
params: |
|
42 | 42 |
action: add |
43 | 43 |
item: service |
44 | 44 |
- parent: master_data |
... | ... | |
48 | 48 |
order: 500 |
49 | 49 |
access: part_service_assembly_edit |
50 | 50 |
module: ic.pl |
51 |
params:
|
|
51 |
params: |
|
52 | 52 |
action: add |
53 | 53 |
item: assembly |
54 | 54 |
- parent: master_data |
... | ... | |
57 | 57 |
icon: project_add |
58 | 58 |
order: 600 |
59 | 59 |
access: project_edit |
60 |
params:
|
|
60 |
params: |
|
61 | 61 |
action: Project/new |
62 | 62 |
- parent: master_data |
63 | 63 |
id: master_data_add_requirement_spec_template |
64 | 64 |
name: Add Requirement Spec Template |
65 | 65 |
order: 700 |
66 | 66 |
access: requirement_spec_edit |
67 |
params:
|
|
67 |
params: |
|
68 | 68 |
action: RequirementSpec/new |
69 | 69 |
is_template: 1 |
70 | 70 |
- parent: master_data |
... | ... | |
74 | 74 |
order: 800 |
75 | 75 |
access: part_service_assembly_edit |
76 | 76 |
module: ic.pl |
77 |
params:
|
|
77 |
params: |
|
78 | 78 |
action: search_update_prices |
79 | 79 |
- parent: master_data |
80 | 80 |
id: master_data_price_rules |
81 | 81 |
name: Price Rules |
82 | 82 |
order: 900 |
83 | 83 |
access: part_service_assembly_edit |
84 |
params:
|
|
84 |
params: |
|
85 | 85 |
action: PriceRule/list |
86 | 86 |
filter.obsolete: 0 |
87 | 87 |
- parent: master_data |
... | ... | |
89 | 89 |
name: Reports |
90 | 90 |
icon: master_data_report |
91 | 91 |
order: 1000 |
92 |
module: menu.pl |
|
93 |
params: |
|
94 |
action: acc_menu |
|
95 | 92 |
- parent: master_data_reports |
96 | 93 |
id: master_data_reports_customers |
97 | 94 |
name: Customers |
98 | 95 |
icon: customer_report |
99 | 96 |
order: 100 |
100 | 97 |
access: customer_vendor_edit |
101 |
params:
|
|
98 |
params: |
|
102 | 99 |
action: CustomerVendor/search |
103 | 100 |
db: customer |
104 | 101 |
- parent: master_data_reports |
... | ... | |
107 | 104 |
icon: vendor_report |
108 | 105 |
order: 200 |
109 | 106 |
access: customer_vendor_edit |
110 |
params:
|
|
107 |
params: |
|
111 | 108 |
action: CustomerVendor/search |
112 | 109 |
db: vendor |
113 | 110 |
- parent: master_data_reports |
... | ... | |
115 | 112 |
name: Contacts |
116 | 113 |
order: 300 |
117 | 114 |
access: customer_vendor_edit |
118 |
params:
|
|
115 |
params: |
|
119 | 116 |
action: CustomerVendor/search_contact |
120 | 117 |
db: customer |
121 | 118 |
- parent: master_data_reports |
... | ... | |
125 | 122 |
order: 400 |
126 | 123 |
access: part_service_assembly_details |
127 | 124 |
module: ic.pl |
128 |
params:
|
|
125 |
params: |
|
129 | 126 |
action: search |
130 | 127 |
searchitems: part |
131 | 128 |
- parent: master_data_reports |
... | ... | |
135 | 132 |
order: 500 |
136 | 133 |
access: part_service_assembly_details |
137 | 134 |
module: ic.pl |
138 |
params:
|
|
135 |
params: |
|
139 | 136 |
action: search |
140 | 137 |
searchitems: service |
141 | 138 |
- parent: master_data_reports |
... | ... | |
145 | 142 |
order: 600 |
146 | 143 |
access: part_service_assembly_details |
147 | 144 |
module: ic.pl |
148 |
params:
|
|
145 |
params: |
|
149 | 146 |
action: search |
150 | 147 |
searchitems: assembly |
151 | 148 |
- parent: master_data_reports |
... | ... | |
154 | 151 |
icon: project_report |
155 | 152 |
order: 700 |
156 | 153 |
access: project_edit |
157 |
params:
|
|
154 |
params: |
|
158 | 155 |
action: Project/list |
159 | 156 |
filter.active: active |
160 | 157 |
filter.valid: valid |
... | ... | |
163 | 160 |
name: Requirement Spec Templates |
164 | 161 |
order: 800 |
165 | 162 |
access: requirement_spec_edit |
166 |
params:
|
|
163 |
params: |
|
167 | 164 |
action: RequirementSpec/list |
168 | 165 |
is_template: 1 |
169 | 166 |
- id: ar |
... | ... | |
175 | 172 |
name: Add Requirement Spec |
176 | 173 |
order: 100 |
177 | 174 |
access: requirement_spec_edit |
178 |
params:
|
|
175 |
params: |
|
179 | 176 |
action: RequirementSpec/new |
180 | 177 |
- parent: ar |
181 | 178 |
id: ar_add_quotation |
... | ... | |
184 | 181 |
order: 200 |
185 | 182 |
access: sales_quotation_edit |
186 | 183 |
module: oe.pl |
187 |
params:
|
|
184 |
params: |
|
188 | 185 |
action: add |
189 | 186 |
type: sales_quotation |
190 | 187 |
- parent: ar |
... | ... | |
194 | 191 |
order: 300 |
195 | 192 |
access: sales_order_edit |
196 | 193 |
module: oe.pl |
197 |
params:
|
|
194 |
params: |
|
198 | 195 |
action: add |
199 | 196 |
type: sales_order |
200 | 197 |
- parent: ar |
... | ... | |
204 | 201 |
order: 400 |
205 | 202 |
access: sales_delivery_order_edit |
206 | 203 |
module: do.pl |
207 |
params:
|
|
204 |
params: |
|
208 | 205 |
action: add |
209 | 206 |
type: sales_delivery_order |
210 | 207 |
- parent: ar |
... | ... | |
214 | 211 |
order: 500 |
215 | 212 |
access: invoice_edit |
216 | 213 |
module: is.pl |
217 |
params:
|
|
214 |
params: |
|
218 | 215 |
action: add |
219 | 216 |
type: invoice |
220 | 217 |
- parent: ar |
... | ... | |
224 | 221 |
order: 600 |
225 | 222 |
access: invoice_edit |
226 | 223 |
module: is.pl |
227 |
params:
|
|
224 |
params: |
|
228 | 225 |
action: add |
229 | 226 |
type: credit_note |
230 | 227 |
- parent: ar |
... | ... | |
234 | 231 |
order: 700 |
235 | 232 |
access: dunning_edit |
236 | 233 |
module: dn.pl |
237 |
params:
|
|
234 |
params: |
|
238 | 235 |
action: add |
239 | 236 |
- parent: ar |
240 | 237 |
id: ar_add_letter |
... | ... | |
242 | 239 |
order: 800 |
243 | 240 |
access: sales_letter_edit |
244 | 241 |
module: letter.pl |
245 |
params:
|
|
242 |
params: |
|
246 | 243 |
action: add |
247 | 244 |
- parent: ar |
248 | 245 |
id: ar_reports |
249 | 246 |
name: Reports |
250 | 247 |
icon: ar_report |
251 | 248 |
order: 900 |
252 |
module: menu.pl |
|
253 |
params: |
|
254 |
action: acc_menu |
|
255 | 249 |
- parent: ar_reports |
256 | 250 |
id: ar_reports_requirement_specs |
257 | 251 |
name: Requirement Specs |
258 | 252 |
order: 100 |
259 | 253 |
access: requirement_spec_edit |
260 |
params:
|
|
254 |
params: |
|
261 | 255 |
action: RequirementSpec/list |
262 | 256 |
- parent: ar_reports |
263 | 257 |
id: ar_reports_quotations |
... | ... | |
266 | 260 |
order: 200 |
267 | 261 |
access: sales_quotation_edit |
268 | 262 |
module: oe.pl |
269 |
params:
|
|
263 |
params: |
|
270 | 264 |
action: search |
271 | 265 |
type: sales_quotation |
272 | 266 |
- parent: ar_reports |
... | ... | |
276 | 270 |
order: 300 |
277 | 271 |
access: sales_order_edit |
278 | 272 |
module: oe.pl |
279 |
params:
|
|
273 |
params: |
|
280 | 274 |
action: search |
281 | 275 |
type: sales_order |
282 | 276 |
- parent: ar_reports |
... | ... | |
286 | 280 |
order: 400 |
287 | 281 |
access: sales_delivery_order_edit |
288 | 282 |
module: do.pl |
289 |
params:
|
|
283 |
params: |
|
290 | 284 |
action: search |
291 | 285 |
type: sales_delivery_order |
292 | 286 |
- parent: ar_reports |
... | ... | |
296 | 290 |
order: 500 |
297 | 291 |
access: invoice_edit |
298 | 292 |
module: ar.pl |
299 |
params:
|
|
293 |
params: |
|
300 | 294 |
action: search |
301 | 295 |
nextsub: ar_transactions |
302 | 296 |
- parent: ar_reports |
... | ... | |
305 | 299 |
order: 600 |
306 | 300 |
access: invoice_edit |
307 | 301 |
module: vk.pl |
308 |
params:
|
|
302 |
params: |
|
309 | 303 |
action: search_invoice |
310 | 304 |
nextsub: invoice_transactions |
311 | 305 |
- parent: ar_reports |
... | ... | |
315 | 309 |
order: 700 |
316 | 310 |
access: dunning_edit |
317 | 311 |
module: dn.pl |
318 |
params:
|
|
312 |
params: |
|
319 | 313 |
action: search |
320 | 314 |
- parent: ar_reports |
321 | 315 |
id: ar_reports_delivery_plan |
322 | 316 |
name: Delivery Plan |
323 | 317 |
order: 800 |
324 | 318 |
access: delivery_plan |
325 |
params:
|
|
319 |
params: |
|
326 | 320 |
action: DeliveryPlan/list |
327 | 321 |
vc: customer |
328 | 322 |
mode: delivery_plan |
... | ... | |
331 | 325 |
name: Delivery Value Report |
332 | 326 |
order: 900 |
333 | 327 |
access: delivery_value_report |
334 |
params:
|
|
328 |
params: |
|
335 | 329 |
action: DeliveryPlan/list |
336 | 330 |
mode: delivery_value_report |
337 | 331 |
vc: customer |
... | ... | |
340 | 334 |
name: Financial Controlling |
341 | 335 |
order: 1000 |
342 | 336 |
access: sales_order_edit |
343 |
params:
|
|
337 |
params: |
|
344 | 338 |
action: FinancialControllingReport/list |
345 | 339 |
- parent: ar_reports |
346 | 340 |
id: ar_reports_letters |
... | ... | |
348 | 342 |
order: 1100 |
349 | 343 |
access: sales_letter_report |
350 | 344 |
module: letter.pl |
351 |
params:
|
|
345 |
params: |
|
352 | 346 |
action: search |
353 | 347 |
- id: ap |
354 | 348 |
name: AP |
... | ... | |
361 | 355 |
order: 100 |
362 | 356 |
access: request_quotation_edit |
363 | 357 |
module: oe.pl |
364 |
params:
|
|
358 |
params: |
|
365 | 359 |
action: add |
366 | 360 |
type: request_quotation |
367 | 361 |
- parent: ap |
... | ... | |
371 | 365 |
order: 200 |
372 | 366 |
access: purchase_order_edit |
373 | 367 |
module: oe.pl |
374 |
params:
|
|
368 |
params: |
|
375 | 369 |
action: add |
376 | 370 |
type: purchase_order |
377 | 371 |
- parent: ap |
... | ... | |
380 | 374 |
order: 300 |
381 | 375 |
access: client/allow_new_purchase_delivery_order & purchase_delivery_order_edit |
382 | 376 |
module: do.pl |
383 |
params:
|
|
377 |
params: |
|
384 | 378 |
action: add |
385 | 379 |
type: purchase_delivery_order |
386 | 380 |
- parent: ap |
... | ... | |
389 | 383 |
order: 400 |
390 | 384 |
access: client/allow_new_purchase_invoice & vendor_invoice_edit |
391 | 385 |
module: ir.pl |
392 |
params:
|
|
386 |
params: |
|
393 | 387 |
action: add |
394 | 388 |
type: invoice |
395 | 389 |
- parent: ap |
... | ... | |
397 | 391 |
name: Reports |
398 | 392 |
icon: ap_report |
399 | 393 |
order: 500 |
400 |
module: menu.pl |
|
401 |
params: |
|
402 |
action: acc_menu |
|
403 | 394 |
- parent: ap_reports |
404 | 395 |
id: ap_reports_rfqs |
405 | 396 |
name: RFQs |
... | ... | |
407 | 398 |
order: 100 |
408 | 399 |
access: request_quotation_edit |
409 | 400 |
module: oe.pl |
410 |
params:
|
|
401 |
params: |
|
411 | 402 |
action: search |
412 | 403 |
type: request_quotation |
413 | 404 |
- parent: ap_reports |
... | ... | |
417 | 408 |
order: 200 |
418 | 409 |
access: purchase_order_edit |
419 | 410 |
module: oe.pl |
420 |
params:
|
|
411 |
params: |
|
421 | 412 |
action: search |
422 | 413 |
type: purchase_order |
423 | 414 |
- parent: ap_reports |
... | ... | |
426 | 417 |
order: 300 |
427 | 418 |
access: purchase_delivery_order_edit |
428 | 419 |
module: do.pl |
429 |
params:
|
|
420 |
params: |
|
430 | 421 |
action: search |
431 | 422 |
type: purchase_delivery_order |
432 | 423 |
- parent: ap_reports |
... | ... | |
435 | 426 |
order: 400 |
436 | 427 |
access: vendor_invoice_edit |
437 | 428 |
module: ap.pl |
438 |
params:
|
|
429 |
params: |
|
439 | 430 |
action: search |
440 | 431 |
nextsub: ap_transactions |
441 | 432 |
- parent: ap_reports |
... | ... | |
443 | 434 |
name: Delivery Plan |
444 | 435 |
order: 500 |
445 | 436 |
access: delivery_plan |
446 |
params:
|
|
437 |
params: |
|
447 | 438 |
action: DeliveryPlan/list |
448 | 439 |
mode: delivery_plan |
449 | 440 |
vc: vendor |
... | ... | |
452 | 443 |
name: Delivery Value Report |
453 | 444 |
order: 600 |
454 | 445 |
access: delivery_value_report |
455 |
params:
|
|
446 |
params: |
|
456 | 447 |
action: DeliveryPlan/list |
457 | 448 |
vc: vendor |
458 | 449 |
mode: delivery_value_report |
... | ... | |
465 | 456 |
name: Stock |
466 | 457 |
order: 100 |
467 | 458 |
access: warehouse_management |
468 |
params:
|
|
459 |
params: |
|
469 | 460 |
action: Inventory/stock_in |
470 | 461 |
- parent: warehouse |
471 | 462 |
id: warehouse_produce_assembly |
... | ... | |
474 | 465 |
order: 200 |
475 | 466 |
access: warehouse_management |
476 | 467 |
module: wh.pl |
477 |
params:
|
|
468 |
params: |
|
478 | 469 |
action: transfer_warehouse_selection |
479 | 470 |
trans_type: assembly |
480 | 471 |
- parent: warehouse |
... | ... | |
483 | 474 |
order: 300 |
484 | 475 |
access: warehouse_management |
485 | 476 |
module: wh.pl |
486 |
params:
|
|
477 |
params: |
|
487 | 478 |
action: transfer_warehouse_selection |
488 | 479 |
trans_type: transfer |
489 | 480 |
- parent: warehouse |
... | ... | |
492 | 483 |
order: 400 |
493 | 484 |
access: warehouse_management |
494 | 485 |
module: wh.pl |
495 |
params:
|
|
486 |
params: |
|
496 | 487 |
action: transfer_warehouse_selection |
497 | 488 |
trans_type: removal |
498 | 489 |
- parent: warehouse |
499 | 490 |
id: warehouse_reports |
500 | 491 |
name: Reports |
501 | 492 |
order: 500 |
502 |
module: menu.pl |
|
503 |
params: |
|
504 |
action: acc_menu |
|
505 | 493 |
- parent: warehouse_reports |
506 | 494 |
id: warehouse_reports_warehouse_content |
507 | 495 |
name: Warehouse content |
508 | 496 |
order: 100 |
509 | 497 |
access: warehouse_contents | warehouse_management |
510 | 498 |
module: wh.pl |
511 |
params:
|
|
499 |
params: |
|
512 | 500 |
action: report |
513 | 501 |
- parent: warehouse_reports |
514 | 502 |
id: warehouse_reports_whjournal |
... | ... | |
516 | 504 |
order: 200 |
517 | 505 |
access: warehouse_management |
518 | 506 |
module: wh.pl |
519 |
params:
|
|
507 |
params: |
|
520 | 508 |
action: journal |
521 | 509 |
- id: general_ledger |
522 | 510 |
name: General Ledger |
... | ... | |
529 | 517 |
order: 100 |
530 | 518 |
access: general_ledger |
531 | 519 |
module: gl.pl |
532 |
params:
|
|
520 |
params: |
|
533 | 521 |
action: add |
534 | 522 |
- parent: general_ledger |
535 | 523 |
id: general_ledger_add_ar_transaction |
... | ... | |
538 | 526 |
order: 200 |
539 | 527 |
access: general_ledger |
540 | 528 |
module: ar.pl |
541 |
params:
|
|
529 |
params: |
|
542 | 530 |
action: add |
543 | 531 |
- parent: general_ledger |
544 | 532 |
id: general_ledger_add_ap_transaction |
... | ... | |
547 | 535 |
order: 300 |
548 | 536 |
access: general_ledger |
549 | 537 |
module: ap.pl |
550 |
params:
|
|
538 |
params: |
|
551 | 539 |
action: add |
552 | 540 |
- parent: general_ledger |
553 | 541 |
id: general_ledger_datev_export_assistent |
... | ... | |
556 | 544 |
order: 400 |
557 | 545 |
access: datev_export |
558 | 546 |
module: datev.pl |
559 |
params:
|
|
547 |
params: |
|
560 | 548 |
action: export |
561 | 549 |
- parent: general_ledger |
562 | 550 |
id: general_ledger_reports |
563 | 551 |
name: Reports |
564 | 552 |
icon: gl_report |
565 | 553 |
order: 500 |
566 |
module: menu.pl |
|
567 |
params: |
|
568 |
action: acc_menu |
|
569 | 554 |
- parent: general_ledger_reports |
570 | 555 |
id: general_ledger_reports_ar_aging |
571 | 556 |
name: AR Aging |
... | ... | |
573 | 558 |
order: 100 |
574 | 559 |
access: general_ledger |
575 | 560 |
module: rp.pl |
576 |
params:
|
|
561 |
params: |
|
577 | 562 |
action: report |
578 | 563 |
report: ar_aging |
579 | 564 |
- parent: general_ledger_reports |
... | ... | |
583 | 568 |
order: 200 |
584 | 569 |
access: general_ledger |
585 | 570 |
module: rp.pl |
586 |
params:
|
|
571 |
params: |
|
587 | 572 |
action: report |
588 | 573 |
report: ap_aging |
589 | 574 |
- parent: general_ledger_reports |
... | ... | |
593 | 578 |
order: 300 |
594 | 579 |
access: general_ledger |
595 | 580 |
module: gl.pl |
596 |
params:
|
|
581 |
params: |
|
597 | 582 |
action: search |
598 | 583 |
- id: cash |
599 | 584 |
name: Cash |
... | ... | |
606 | 591 |
order: 100 |
607 | 592 |
access: cash |
608 | 593 |
module: cp.pl |
609 |
params:
|
|
594 |
params: |
|
610 | 595 |
action: payment |
611 | 596 |
vc: customer |
612 | 597 |
type: receipt |
... | ... | |
617 | 602 |
order: 200 |
618 | 603 |
access: cash |
619 | 604 |
module: cp.pl |
620 |
params:
|
|
605 |
params: |
|
621 | 606 |
action: payment |
622 | 607 |
vc: vendor |
623 | 608 |
type: check |
... | ... | |
627 | 612 |
order: 300 |
628 | 613 |
access: cash |
629 | 614 |
module: sepa.pl |
630 |
params:
|
|
615 |
params: |
|
631 | 616 |
action: bank_transfer_add |
632 | 617 |
vc: customer |
633 | 618 |
- parent: cash |
... | ... | |
636 | 621 |
order: 400 |
637 | 622 |
access: cash |
638 | 623 |
module: sepa.pl |
639 |
params:
|
|
624 |
params: |
|
640 | 625 |
action: bank_transfer_add |
641 | 626 |
vc: vendor |
642 | 627 |
- parent: cash |
643 | 628 |
id: cash_bank_import |
644 | 629 |
name: Bank Import |
645 | 630 |
order: 500 |
646 |
module: menu.pl |
|
647 |
params: |
|
648 |
action: acc_menu |
|
649 | 631 |
- parent: cash_bank_import |
650 | 632 |
id: cash_bank_import_csv |
651 | 633 |
name: CSV |
652 | 634 |
order: 100 |
653 | 635 |
access: bank_transaction |
654 |
params:
|
|
636 |
params: |
|
655 | 637 |
action: CsvImport/new |
656 | 638 |
profile.type: bank_transactions |
657 | 639 |
- parent: cash_bank_import |
... | ... | |
659 | 641 |
name: MT940 |
660 | 642 |
order: 200 |
661 | 643 |
access: bank_transaction |
662 |
params:
|
|
644 |
params: |
|
663 | 645 |
action: BankImport/upload_mt940 |
664 | 646 |
- parent: cash |
665 | 647 |
id: cash_bank_transactions_mt940 |
666 | 648 |
name: Bank transactions MT940 |
667 | 649 |
order: 600 |
668 | 650 |
access: bank_transaction |
669 |
params:
|
|
651 |
params: |
|
670 | 652 |
action: BankTransaction/search |
671 | 653 |
- parent: cash |
672 | 654 |
id: cash_reconciliation_with_bank |
673 | 655 |
name: Reconciliation with bank |
674 | 656 |
order: 700 |
675 | 657 |
access: bank_transaction |
676 |
params:
|
|
658 |
params: |
|
677 | 659 |
action: Reconciliation/search |
678 | 660 |
next_sub: Reconciliation/reconciliation |
679 | 661 |
- parent: cash |
... | ... | |
683 | 665 |
order: 800 |
684 | 666 |
access: cash |
685 | 667 |
module: rc.pl |
686 |
params:
|
|
668 |
params: |
|
687 | 669 |
action: reconciliation |
688 | 670 |
- parent: cash |
689 | 671 |
id: cash_reports |
690 | 672 |
name: Reports |
691 | 673 |
icon: cash_report |
692 | 674 |
order: 900 |
693 |
module: menu.pl |
|
694 |
params: |
|
695 |
action: acc_menu |
|
696 | 675 |
- parent: cash_reports |
697 | 676 |
id: cash_reports_receipts |
698 | 677 |
name: Receipts |
... | ... | |
700 | 679 |
order: 100 |
701 | 680 |
access: cash |
702 | 681 |
module: rp.pl |
703 |
params:
|
|
682 |
params: |
|
704 | 683 |
action: report |
705 | 684 |
report: receipts |
706 | 685 |
- parent: cash_reports |
... | ... | |
710 | 689 |
order: 200 |
711 | 690 |
access: cash |
712 | 691 |
module: rp.pl |
713 |
params:
|
|
692 |
params: |
|
714 | 693 |
action: report |
715 | 694 |
report: payments |
716 | 695 |
- parent: cash_reports |
... | ... | |
719 | 698 |
order: 300 |
720 | 699 |
access: cash |
721 | 700 |
module: sepa.pl |
722 |
params:
|
|
701 |
params: |
|
723 | 702 |
action: bank_transfer_search |
724 | 703 |
vc: customer |
725 | 704 |
- parent: cash_reports |
... | ... | |
728 | 707 |
order: 400 |
729 | 708 |
access: cash |
730 | 709 |
module: sepa.pl |
731 |
params:
|
|
710 |
params: |
|
732 | 711 |
action: bank_transfer_search |
733 | 712 |
vc: vendor |
734 | 713 |
- parent: cash_reports |
... | ... | |
736 | 715 |
name: Bank transactions |
737 | 716 |
order: 500 |
738 | 717 |
access: bank_transaction |
739 |
params:
|
|
718 |
params: |
|
740 | 719 |
action: BankTransaction/list_all |
741 | 720 |
- id: reports |
742 | 721 |
name: Reports |
... | ... | |
749 | 728 |
order: 100 |
750 | 729 |
access: report |
751 | 730 |
module: ca.pl |
752 |
params:
|
|
731 |
params: |
|
753 | 732 |
action: chart_of_accounts |
754 | 733 |
- parent: reports |
755 | 734 |
id: reports_trial_balance |
... | ... | |
757 | 736 |
order: 200 |
758 | 737 |
access: report |
759 | 738 |
module: rp.pl |
760 |
params:
|
|
739 |
params: |
|
761 | 740 |
action: report |
762 | 741 |
report: trial_balance |
763 | 742 |
- parent: reports |
... | ... | |
767 | 746 |
order: 300 |
768 | 747 |
access: report |
769 | 748 |
module: rp.pl |
770 |
params:
|
|
749 |
params: |
|
771 | 750 |
action: report |
772 | 751 |
report: income_statement |
773 | 752 |
- parent: reports |
... | ... | |
776 | 755 |
order: 400 |
777 | 756 |
access: report |
778 | 757 |
module: rp.pl |
779 |
params:
|
|
758 |
params: |
|
780 | 759 |
action: report |
781 | 760 |
report: bwa |
782 | 761 |
- parent: reports |
... | ... | |
786 | 765 |
order: 500 |
787 | 766 |
access: report |
788 | 767 |
module: rp.pl |
789 |
params:
|
|
768 |
params: |
|
790 | 769 |
action: report |
791 | 770 |
report: balance_sheet |
792 | 771 |
- parent: reports |
... | ... | |
796 | 775 |
order: 600 |
797 | 776 |
access: advance_turnover_tax_return |
798 | 777 |
module: ustva.pl |
799 |
params:
|
|
778 |
params: |
|
800 | 779 |
action: report |
801 | 780 |
- parent: reports |
802 | 781 |
id: reports_projecttransactions |
... | ... | |
804 | 783 |
order: 700 |
805 | 784 |
access: report |
806 | 785 |
module: rp.pl |
807 |
params:
|
|
786 |
params: |
|
808 | 787 |
action: report |
809 | 788 |
report: projects |
810 | 789 |
- parent: reports |
... | ... | |
812 | 791 |
name: Financial Overview |
813 | 792 |
order: 800 |
814 | 793 |
access: report |
815 |
params:
|
|
794 |
params: |
|
816 | 795 |
action: FinancialOverview/list |
817 | 796 |
- parent: reports |
818 | 797 |
id: reports_liquidity_projection |
819 | 798 |
name: Liquidity projection |
820 | 799 |
order: 900 |
821 | 800 |
access: report |
822 |
params:
|
|
801 |
params: |
|
823 | 802 |
action: LiquidityProjection/show |
824 | 803 |
- id: batch_printing |
825 | 804 |
name: Batch Printing |
... | ... | |
833 | 812 |
order: 100 |
834 | 813 |
access: invoice_edit |
835 | 814 |
module: bp.pl |
836 |
params:
|
|
815 |
params: |
|
837 | 816 |
action: search |
838 | 817 |
vc: customer |
839 | 818 |
type: invoice |
... | ... | |
844 | 823 |
order: 200 |
845 | 824 |
access: sales_order_edit |
846 | 825 |
module: bp.pl |
847 |
params:
|
|
826 |
params: |
|
848 | 827 |
action: search |
849 | 828 |
type: sales_order |
850 | 829 |
vc: customer |
... | ... | |
855 | 834 |
order: 300 |
856 | 835 |
access: sales_quotation_edit |
857 | 836 |
module: bp.pl |
858 |
params:
|
|
837 |
params: |
|
859 | 838 |
action: search |
860 | 839 |
vc: customer |
861 | 840 |
type: sales_quotation |
... | ... | |
866 | 845 |
order: 400 |
867 | 846 |
access: invoice_edit | sales_order_edit |
868 | 847 |
module: bp.pl |
869 |
params:
|
|
848 |
params: |
|
870 | 849 |
action: search |
871 | 850 |
type: packing_list |
872 | 851 |
vc: customer |
... | ... | |
877 | 856 |
order: 500 |
878 | 857 |
access: purchase_order_edit |
879 | 858 |
module: bp.pl |
880 |
params:
|
|
859 |
params: |
|
881 | 860 |
action: search |
882 | 861 |
type: purchase_order |
883 | 862 |
vc: vendor |
... | ... | |
888 | 867 |
order: 600 |
889 | 868 |
access: request_quotation_edit |
890 | 869 |
module: bp.pl |
891 |
params:
|
|
870 |
params: |
|
892 | 871 |
action: search |
893 | 872 |
vc: vendor |
894 | 873 |
type: request_quotation |
... | ... | |
898 | 877 |
order: 700 |
899 | 878 |
access: cash |
900 | 879 |
module: bp.pl |
901 |
params:
|
|
880 |
params: |
|
902 | 881 |
action: search |
903 | 882 |
type: check |
904 | 883 |
vc: vendor |
... | ... | |
909 | 888 |
order: 800 |
910 | 889 |
access: cash |
911 | 890 |
module: bp.pl |
912 |
params:
|
|
891 |
params: |
|
913 | 892 |
action: search |
914 | 893 |
vc: customer |
915 | 894 |
type: receipt |
... | ... | |
923 | 902 |
name: Show TODO list |
924 | 903 |
order: 100 |
925 | 904 |
module: todo.pl |
926 |
params:
|
|
905 |
params: |
|
927 | 906 |
action: show_todo_list |
928 | 907 |
- parent: productivity |
929 | 908 |
id: productivity_add_follow_up |
930 | 909 |
name: Add Follow-Up |
931 | 910 |
order: 200 |
932 | 911 |
module: fu.pl |
933 |
params:
|
|
912 |
params: |
|
934 | 913 |
action: add |
935 | 914 |
- parent: productivity |
936 | 915 |
id: productivity_edit_access_rights |
937 | 916 |
name: Edit Access Rights |
938 | 917 |
order: 300 |
939 | 918 |
module: fu.pl |
940 |
params:
|
|
919 |
params: |
|
941 | 920 |
action: edit_access_rights |
942 | 921 |
- parent: productivity |
943 | 922 |
id: productivity_reports |
944 | 923 |
name: Reports |
945 | 924 |
order: 400 |
946 |
module: menu.pl |
|
947 |
params: |
|
948 |
action: acc_menu |
|
949 | 925 |
- parent: productivity_reports |
950 | 926 |
id: productivity_reports_follow_ups |
951 | 927 |
name: Follow-Ups |
952 | 928 |
order: 100 |
953 | 929 |
module: fu.pl |
954 |
params:
|
|
930 |
params: |
|
955 | 931 |
action: search |
956 | 932 |
- id: system |
957 | 933 |
name: System |
... | ... | |
963 | 939 |
name: Client Configuration |
964 | 940 |
order: 100 |
965 | 941 |
access: admin |
966 |
params:
|
|
942 |
params: |
|
967 | 943 |
action: ClientConfig/edit |
968 | 944 |
- parent: system |
969 | 945 |
id: system_ustva_einstellungen |
970 | 946 |
name: UStVa Einstellungen |
971 | 947 |
order: 200 |
972 | 948 |
module: ustva.pl |
973 |
params:
|
|
949 |
params: |
|
974 | 950 |
action: config_step1 |
975 | 951 |
- parent: system |
976 | 952 |
id: system_edit_dunning |
977 | 953 |
name: Edit Dunning |
978 | 954 |
order: 300 |
979 | 955 |
module: dn.pl |
980 |
params:
|
|
956 |
params: |
|
981 | 957 |
action: edit_config |
982 | 958 |
- parent: system |
983 | 959 |
id: system_chart_of_accounts |
984 | 960 |
name: Chart of Accounts |
985 | 961 |
order: 400 |
986 |
module: menu.pl |
|
987 |
params: |
|
988 |
action: acc_menu |
|
989 | 962 |
- parent: system_chart_of_accounts |
990 | 963 |
id: system_chart_of_accounts_add_account |
991 | 964 |
name: Add Account |
992 | 965 |
order: 100 |
993 | 966 |
module: am.pl |
994 |
params:
|
|
967 |
params: |
|
995 | 968 |
action: add_account |
996 | 969 |
- parent: system_chart_of_accounts |
997 | 970 |
id: system_chart_of_accounts_list_accounts |
998 | 971 |
name: List Accounts |
999 | 972 |
order: 200 |
1000 | 973 |
module: am.pl |
1001 |
params:
|
|
974 |
params: |
|
1002 | 975 |
action: list_account |
1003 | 976 |
- parent: system |
1004 | 977 |
id: system_buchungsgruppen |
1005 | 978 |
name: Buchungsgruppen |
1006 | 979 |
order: 500 |
1007 |
params:
|
|
980 |
params: |
|
1008 | 981 |
action: Buchungsgruppen/list |
1009 | 982 |
- parent: system |
1010 | 983 |
id: system_taxzones |
1011 | 984 |
name: Taxzones |
1012 | 985 |
order: 600 |
1013 |
params:
|
|
986 |
params: |
|
1014 | 987 |
action: Taxzones/list |
1015 | 988 |
- parent: system |
1016 | 989 |
id: system_taxes |
1017 | 990 |
name: Taxes |
1018 | 991 |
order: 700 |
1019 | 992 |
module: am.pl |
1020 |
params:
|
|
993 |
params: |
|
1021 | 994 |
action: list_tax |
1022 | 995 |
- parent: system |
1023 | 996 |
id: system_bank_accounts |
1024 | 997 |
name: Bank accounts |
1025 | 998 |
order: 800 |
1026 |
params:
|
|
999 |
params: |
|
1027 | 1000 |
action: BankAccount/list |
1028 | 1001 |
- parent: system |
1029 | 1002 |
id: system_groups |
1030 | 1003 |
name: Groups |
1031 | 1004 |
order: 900 |
1032 | 1005 |
module: pe.pl |
1033 |
params:
|
|
1006 |
params: |
|
1034 | 1007 |
action: search |
1035 | 1008 |
type: partsgroup |
1036 | 1009 |
- parent: system |
... | ... | |
1038 | 1011 |
name: Pricegroups |
1039 | 1012 |
order: 1000 |
1040 | 1013 |
module: pe.pl |
1041 |
params:
|
|
1014 |
params: |
|
1042 | 1015 |
action: search |
1043 | 1016 |
type: pricegroup |
1044 | 1017 |
- parent: system |
... | ... | |
1046 | 1019 |
name: Edit units |
1047 | 1020 |
order: 1100 |
1048 | 1021 |
module: am.pl |
1049 |
params:
|
|
1022 |
params: |
|
1050 | 1023 |
action: edit_units |
1051 | 1024 |
- parent: system |
1052 | 1025 |
id: system_price_factors |
1053 | 1026 |
name: Price Factors |
1054 | 1027 |
order: 1200 |
1055 | 1028 |
module: am.pl |
1056 |
params:
|
|
1029 |
params: |
|
1057 | 1030 |
action: list_price_factors |
1058 | 1031 |
- parent: system |
1059 | 1032 |
id: system_departments |
1060 | 1033 |
name: Departments |
1061 | 1034 |
order: 1300 |
1062 |
params:
|
|
1035 |
params: |
|
1063 | 1036 |
action: Department/list |
1064 | 1037 |
- parent: system |
1065 | 1038 |
id: system_types_of_business |
1066 | 1039 |
name: Types of Business |
1067 | 1040 |
order: 1400 |
1068 |
params:
|
|
1041 |
params: |
|
1069 | 1042 |
action: Business/list |
1070 | 1043 |
- parent: system |
1071 | 1044 |
id: system_leads |
1072 | 1045 |
name: Leads |
1073 | 1046 |
order: 1500 |
1074 | 1047 |
module: am.pl |
1075 |
params:
|
|
1048 |
params: |
|
1076 | 1049 |
action: list_lead |
1077 | 1050 |
- parent: system |
1078 | 1051 |
id: system_project_types |
1079 | 1052 |
name: Project Types |
1080 | 1053 |
order: 1600 |
1081 |
params:
|
|
1054 |
params: |
|
1082 | 1055 |
action: ProjectType/list |
1083 | 1056 |
- parent: system |
1084 | 1057 |
id: system_project_status |
1085 | 1058 |
name: Project Status |
1086 | 1059 |
order: 1700 |
1087 |
params:
|
|
1060 |
params: |
|
1088 | 1061 |
action: ProjectStatus/list |
1089 | 1062 |
- parent: system |
1090 | 1063 |
id: system_requirement_specs |
1091 | 1064 |
name: Requirement specs |
1092 | 1065 |
order: 1800 |
1093 |
module: menu.pl |
|
1094 |
target: acc_menu |
|
1095 |
params: |
|
1096 |
action: acc_menu |
|
1097 | 1066 |
- parent: system_requirement_specs |
1098 | 1067 |
id: system_requirement_specs_pre_defined_texts |
1099 | 1068 |
name: Pre-defined Texts |
1100 | 1069 |
order: 100 |
1101 |
params:
|
|
1070 |
params: |
|
1102 | 1071 |
action: RequirementSpecPredefinedText/list |
1103 | 1072 |
- parent: system_requirement_specs |
1104 | 1073 |
id: system_requirement_specs_requirement_spec_types |
1105 | 1074 |
name: Requirement Spec Types |
1106 | 1075 |
order: 200 |
1107 |
params:
|
|
1076 |
params: |
|
1108 | 1077 |
action: RequirementSpecType/list |
1109 | 1078 |
- parent: system_requirement_specs |
1110 | 1079 |
id: system_requirement_specs_requirement_spec_statuses |
1111 | 1080 |
name: Requirement Spec Statuses |
1112 | 1081 |
order: 300 |
1113 |
params:
|
|
1082 |
params: |
|
1114 | 1083 |
action: RequirementSpecStatus/list |
1115 | 1084 |
- parent: system_requirement_specs |
1116 | 1085 |
id: system_requirement_specs_complexities |
1117 | 1086 |
name: Complexities |
1118 | 1087 |
order: 400 |
1119 |
params:
|
|
1088 |
params: |
|
1120 | 1089 |
action: RequirementSpecComplexity/list |
1121 | 1090 |
- parent: system_requirement_specs |
1122 | 1091 |
id: system_requirement_specs_risks |
1123 | 1092 |
name: Risks |
1124 | 1093 |
order: 500 |
1125 |
params:
|
|
1094 |
params: |
|
1126 | 1095 |
action: RequirementSpecRisk/list |
1127 | 1096 |
- parent: system_requirement_specs |
1128 | 1097 |
id: system_requirement_specs_acceptance_statuses |
1129 | 1098 |
name: Acceptance Statuses |
1130 | 1099 |
order: 600 |
1131 |
params:
|
|
1100 |
params: |
|
1132 | 1101 |
action: RequirementSpecAcceptanceStatus/list |
1133 | 1102 |
- parent: system |
1134 | 1103 |
id: system_languages_and_translations |
1135 | 1104 |
name: Languages and translations |
1136 | 1105 |
order: 1900 |
1137 |
module: menu.pl |
|
1138 |
params: |
|
1139 |
action: acc_menu |
|
1140 | 1106 |
- parent: system_languages_and_translations |
1141 | 1107 |
id: system_languages_and_translations_add_language |
1142 | 1108 |
name: Add Language |
1143 | 1109 |
order: 100 |
1144 | 1110 |
module: am.pl |
1145 |
params:
|
|
1111 |
params: |
|
1146 | 1112 |
action: add_language |
1147 | 1113 |
- parent: system_languages_and_translations |
1148 | 1114 |
id: system_languages_and_translations_list_languages |
1149 | 1115 |
name: List Languages |
1150 | 1116 |
order: 200 |
1151 | 1117 |
module: am.pl |
1152 |
params:
|
|
1118 |
params: |
|
1153 | 1119 |
action: list_language |
1154 | 1120 |
- parent: system_languages_and_translations |
1155 | 1121 |
id: system_languages_and_translations_greetings |
1156 | 1122 |
name: Greetings |
1157 | 1123 |
order: 300 |
1158 | 1124 |
module: generictranslations.pl |
1159 |
params:
|
|
1125 |
params: |
|
1160 | 1126 |
action: edit_greetings |
1161 | 1127 |
- parent: system_languages_and_translations |
1162 | 1128 |
id: system_languages_and_translations_sepa_strings |
1163 | 1129 |
name: SEPA strings |
1164 | 1130 |
order: 400 |
1165 | 1131 |
module: generictranslations.pl |
1166 |
params:
|
|
1132 |
params: |
|
1167 | 1133 |
action: edit_sepa_strings |
1168 | 1134 |
- parent: system |
1169 | 1135 |
id: system_payment_terms |
1170 | 1136 |
name: Payment Terms |
1171 | 1137 |
order: 2000 |
1172 |
params:
|
|
1138 |
params: |
|
1173 | 1139 |
action: PaymentTerm/list |
1174 | 1140 |
- parent: system |
1175 | 1141 |
id: system_delivery_terms |
1176 | 1142 |
name: Delivery Terms |
1177 | 1143 |
order: 2100 |
1178 |
params:
|
|
1144 |
params: |
|
1179 | 1145 |
action: DeliveryTerm/list |
1180 | 1146 |
- parent: system |
1181 | 1147 |
id: system_manage_custom_variables |
1182 | 1148 |
name: Manage Custom Variables |
1183 | 1149 |
order: 2200 |
1184 |
params:
|
|
1150 |
params: |
|
1185 | 1151 |
action: CustomVariableConfig/list |
1186 | 1152 |
- parent: system |
1187 | 1153 |
id: system_warehouses |
1188 | 1154 |
name: Warehouses |
1189 | 1155 |
order: 2300 |
1190 | 1156 |
module: am.pl |
1191 |
params:
|
|
1157 |
params: |
|
1192 | 1158 |
action: list_warehouses |
1193 | 1159 |
- parent: system |
1194 | 1160 |
id: system_import_csv |
1195 | 1161 |
name: Import CSV |
1196 | 1162 |
order: 2400 |
1197 |
module: menu.pl |
|
1198 |
params: |
|
1199 |
action: acc_menu |
|
1200 | 1163 |
- parent: system_import_csv |
1201 | 1164 |
id: system_import_csv_customers_and_vendors |
1202 | 1165 |
name: Customers and vendors |
1203 | 1166 |
order: 100 |
1204 |
params:
|
|
1167 |
params: |
|
1205 | 1168 |
action: CsvImport/new |
1206 | 1169 |
profile.type: customers_vendors |
1207 | 1170 |
- parent: system_import_csv |
1208 | 1171 |
id: system_import_csv_contacts |
1209 | 1172 |
name: Contacts |
1210 | 1173 |
order: 200 |
1211 |
params:
|
|
1174 |
params: |
|
1212 | 1175 |
action: CsvImport/new |
1213 | 1176 |
profile.type: contacts |
1214 | 1177 |
- parent: system_import_csv |
1215 | 1178 |
id: system_import_csv_shipto |
1216 | 1179 |
name: Shipto |
1217 | 1180 |
order: 300 |
1218 |
params:
|
|
1181 |
params: |
|
1219 | 1182 |
action: CsvImport/new |
1220 | 1183 |
profile.type: addresses |
1221 | 1184 |
- parent: system_import_csv |
1222 | 1185 |
id: system_import_csv_parts |
1223 | 1186 |
name: Parts |
1224 | 1187 |
order: 400 |
1225 |
params:
|
|
1188 |
params: |
|
1226 | 1189 |
action: CsvImport/new |
1227 | 1190 |
profile.type: parts |
1228 | 1191 |
- parent: system_import_csv |
1229 | 1192 |
id: system_import_csv_inventories |
1230 | 1193 |
name: Inventories |
1231 | 1194 |
order: 500 |
1232 |
params:
|
|
1195 |
params: |
|
1233 | 1196 |
action: CsvImport/new |
1234 | 1197 |
profile.type: inventories |
1235 | 1198 |
- parent: system_import_csv |
1236 | 1199 |
id: system_import_csv_projects |
1237 | 1200 |
name: Projects |
1238 | 1201 |
order: 600 |
1239 |
params:
|
|
1202 |
params: |
|
1240 | 1203 |
action: CsvImport/new |
1241 | 1204 |
profile.type: projects |
1242 | 1205 |
- parent: system_import_csv |
1243 | 1206 |
id: system_import_csv_orders |
1244 | 1207 |
name: Orders |
1245 | 1208 |
order: 700 |
1246 |
params:
|
|
1209 |
params: |
|
1247 | 1210 |
action: CsvImport/new |
1248 | 1211 |
profile.type: orders |
1249 | 1212 |
- parent: system |
... | ... | |
1251 | 1214 |
name: Templates |
1252 | 1215 |
order: 2500 |
1253 | 1216 |
access: admin |
1254 |
module: menu.pl |
|
1255 |
params: |
|
1256 |
action: acc_menu |
|
1257 | 1217 |
- parent: system_templates |
1258 | 1218 |
id: system_templates_html_templates |
1259 | 1219 |
name: HTML Templates |
1260 | 1220 |
order: 100 |
1261 | 1221 |
module: amtemplates.pl |
1262 |
params:
|
|
1222 |
params: |
|
1263 | 1223 |
action: display_template_form |
1264 | 1224 |
type: templates |
1265 | 1225 |
format: html |
... | ... | |
1268 | 1228 |
name: LaTeX Templates |
1269 | 1229 |
order: 200 |
1270 | 1230 |
module: amtemplates.pl |
1271 |
params:
|
|
1231 |
params: |
|
1272 | 1232 |
action: display_template_form |
1273 | 1233 |
format: tex |
1274 | 1234 |
type: templates |
... | ... | |
1277 | 1237 |
name: Stylesheet |
1278 | 1238 |
order: 300 |
1279 | 1239 |
module: amtemplates.pl |
1280 |
params:
|
|
1240 |
params: |
|
1281 | 1241 |
action: display_template_form |
1282 | 1242 |
type: stylesheet |
1283 | 1243 |
- parent: system |
... | ... | |
1285 | 1245 |
name: General Ledger Corrections |
1286 | 1246 |
order: 2600 |
1287 | 1247 |
module: acctranscorrections.pl |
1288 |
params:
|
|
1248 |
params: |
|
1289 | 1249 |
action: analyze_filter |
1290 | 1250 |
- parent: system |
1291 | 1251 |
id: system_background_jobs_and_task_server |
1292 | 1252 |
name: Background jobs and task server |
1293 | 1253 |
order: 2700 |
1294 | 1254 |
access: admin |
1295 |
module: menu.pl |
|
1296 |
params: |
|
1297 |
action: acc_menu |
|
1298 | 1255 |
- parent: system_background_jobs_and_task_server |
1299 | 1256 |
id: system_background_jobs_and_task_server_list_current_background_jobs |
1300 | 1257 |
name: List current background jobs |
1301 | 1258 |
order: 100 |
1302 |
params:
|
|
1259 |
params: |
|
1303 | 1260 |
action: BackgroundJob/list |
1304 | 1261 |
- parent: system_background_jobs_and_task_server |
1305 | 1262 |
id: system_background_jobs_and_task_server_background_job_history |
1306 | 1263 |
name: Background job history |
1307 | 1264 |
order: 200 |
1308 |
params:
|
|
1265 |
params: |
|
1309 | 1266 |
action: BackgroundJobHistory/list |
1310 | 1267 |
- parent: system_background_jobs_and_task_server |
1311 | 1268 |
id: system_background_jobs_and_task_server_task_server_control |
1312 | 1269 |
name: Task server control |
1313 | 1270 |
order: 300 |
1314 |
params:
|
|
1271 |
params: |
|
1315 | 1272 |
action: TaskServer/show |
1316 | 1273 |
- parent: system |
1317 | 1274 |
id: system_audit_control |
1318 | 1275 |
name: Audit Control |
1319 | 1276 |
order: 2800 |
1320 | 1277 |
module: am.pl |
1321 |
params:
|
|
1278 |
params: |
|
1322 | 1279 |
action: audit_control |
1323 | 1280 |
- parent: system |
1324 | 1281 |
id: system_history_search_engine |
1325 | 1282 |
name: History Search Engine |
1326 | 1283 |
order: 2900 |
1327 | 1284 |
module: am.pl |
1328 |
params:
|
|
1285 |
params: |
|
1329 | 1286 |
action: show_history_search |
1330 | 1287 |
- parent: system |
1331 | 1288 |
id: system_employees |
1332 | 1289 |
name: Employees |
1333 | 1290 |
order: 3000 |
1334 | 1291 |
access: admin |
1335 |
params:
|
|
1292 |
params: |
|
1336 | 1293 |
action: Employee/list |
1337 | 1294 |
- id: program |
1338 | 1295 |
name: Program |
... | ... | |
1343 | 1300 |
name: User Preferences |
1344 | 1301 |
order: 100 |
1345 | 1302 |
module: am.pl |
1346 |
params:
|
|
1303 |
params: |
|
1347 | 1304 |
action: config |
1348 | 1305 |
- parent: program |
1349 | 1306 |
id: program_internal_phone_list |
1350 | 1307 |
name: Internal Phone List |
1351 | 1308 |
order: 200 |
1352 |
params:
|
|
1309 |
params: |
|
1353 | 1310 |
action: CTI/list_internal_extensions |
1354 | 1311 |
- parent: program |
1355 | 1312 |
id: program_version |
... | ... | |
1357 | 1314 |
icon: version |
1358 | 1315 |
order: 300 |
1359 | 1316 |
module: login.pl |
1360 |
params:
|
|
1317 |
params: |
|
1361 | 1318 |
action: company_logo |
1362 | 1319 |
no_todo_list: 1 |
1363 | 1320 |
- parent: program |
... | ... | |
1365 | 1322 |
name: Administration area |
1366 | 1323 |
order: 400 |
1367 | 1324 |
access: display_admin_link |
1368 |
params:
|
|
1325 |
params: |
|
1369 | 1326 |
action: Admin/login |
1370 | 1327 |
- parent: program |
1371 | 1328 |
id: program_documentation_in_german_ |
... | ... | |
1384 | 1341 |
name: Logout |
1385 | 1342 |
icon: logout |
1386 | 1343 |
order: 700 |
1387 |
params:
|
|
1344 |
params: |
|
1388 | 1345 |
action: LoginScreen/logout |
Auch abrufbar als: Unified diff
menus: menu.pl links entfernt