Routing
homepage
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/app/
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | accountingIndex | /app/accounting/index | Path does not match |
| 2 | accountingData | /app/accounting/data/{monthYear} | Path does not match |
| 3 | app_b2b_work | /b2b/order/show/{orderId}/{email}/{date} | Path does not match |
| 4 | calendarIndex | /app/calendar | Path does not match |
| 5 | commissionAccounting_calc | /commissionAccounting/calc | Path does not match |
| 6 | dashboard_page | /display/dashboard | Path does not match |
| 7 | app_dashboard_weatherdata | /display/dashboard/weatherData | Path does not match |
| 8 | app_dashboard_xmasdata | /display/dashboard/xmasLindau | Path does not match |
| 9 | app_dashboard_pmgetstatusinfos | /display/dashboard/statusData | Path does not match |
| 10 | app_dashboard_pmgetstatusinfostv | /display/dashboard/TV/statusData | Path does not match |
| 11 | app_dashboard_pmgetstatusinfosgewi | /display/dashboard/gewiData | Path does not match |
| 12 | app_dashboard_connectordata | /display/dashboard/connectorData | Path does not match |
| 13 | app_dashboard_reviewdata | /display/dashboard/reviewData | Path does not match |
| 14 | app_dashboard_ticketdata | /display/dashboard/ticketData | Path does not match |
| 15 | app_dashboard_stockworthdata | /display/dashboard/stochworthdata/{warehouseid} | Path does not match |
| 16 | app_dashboard_statisticdata | /display/dashboard/TV/statistic | Path does not match |
| 17 | app_dashboard_timetacdata | /display/dashboard/timetacData | Path does not match |
| 18 | delivery_threshold_calc | /deliveryThreshold/calc/{year} | Path does not match |
| 19 | docs | /app/docs | Path does not match |
| 20 | reporting_gewi_currentMonth | /reporting/gewi/current/{method} | Path does not match |
| 21 | reporting_gewi_lastMonth | /reporting/gewi/lastMonth/{method} | Path does not match |
| 22 | incommingGoods | /app/incommingGoods | Path does not match |
| 23 | incommingGoodsDetails | /app/incommingGoods/{orderId}/details | Path does not match |
| 24 | incommingGoodsBooks | /app/incommingGoods/{orderId}/book | Path does not match |
| 25 | incommingGoodsReport | /app/incommingGoods/{orderId}/report | Path does not match |
| 26 | incommingGoodsProductLabels | /app/incommingGoods/customerNoteLabels/{itemVariationId} | Path does not match |
| 27 | incommingGoodsGewi | /app/incommingGoods/gewi | Path does not match |
| 28 | incommingGoodsDetailsGewi | /app/incommingGoods/gewi/{orderId}/details | Path does not match |
| 29 | incommingGoodsBooksGewi | /app/incommingGoods/gewi/{orderId}/book | Path does not match |
| 30 | incommingGoodsReportGewi | /app/incommingGoods/gewi/{orderId}/report | Path does not match |
| 31 | instructionsUnread | /instructions/unread | Path does not match |
| 32 | instructionsAll | /instructions/all | Path does not match |
| 33 | instructionsView | /instructions | Path does not match |
| 34 | instructionsNew | /instructions/new | Path does not match |
| 35 | instructionsReadMessage | /instructions/read/{messageId} | Path does not match |
| 36 | inventurIndex | /app/inventur | Path does not match |
| 37 | inventurManufacturData | /app/inventur/data/byManufacturer/{manufacturerId} | Path does not match |
| 38 | variation_image | /variation/image/{variationId} | Path does not match |
| 39 | variation_image_gewi | /variation/image/gewi/{variationId} | Path does not match |
| 40 | translator_put_item | /translator/item/put/{itemId}/{variationId}/{target} | Path does not match |
| 41 | translator_post_item | /translator/item/post/{itemId}/{variationId}/{target} | Path does not match |
| 42 | translator_translate_item | /translator/item/translate/{itemId}/{source}/{target} | Path does not match |
| 43 | app_login | /login | Path does not match |
| 44 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.