Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
http://compta.utech-rdc.com/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | app_account_register | /accounts/register | Path does not match |
| 16 | app_account_add | /accounts/add | Path does not match |
| 17 | app_account_show | /accounts/{id} | Path does not match |
| 18 | app_account_edit | /accounts/{id}/edit | Path does not match |
| 19 | app_account_delete | /accounts/{id} | Path does not match |
| 20 | app_account_validate | /accounts/{id} | Path does not match |
| 21 | app_entry_index | /entries/ | Path does not match |
| 22 | app_entry_new | /entries/new | Path does not match |
| 23 | app_entry_edit | /entries/{id}/edit | Path does not match |
| 24 | app_entry_show | /entries/{id} | Path does not match |
| 25 | app_entry_validate | /entries/{id}/validate | Path does not match |
| 26 | admin_dashboard | /admin/ | Path does not match |
| 27 | admin_points_vente | /admin/points-vente | Path does not match |
| 28 | admin_stock_principal | /admin/stock-principal | Path does not match |
| 29 | admin_commandes | /admin/commandes | Path does not match |
| 30 | admin_inventaire | /admin/inventaire | Path does not match |
| 31 | app_asset_index | /assets/ | Path does not match |
| 32 | app_asset_new | /assets/new | Path does not match |
| 33 | app_asset_show | /assets/{id} | Path does not match |
| 34 | app_asset_edit | /assets/{id}/edit | Path does not match |
| 35 | app_asset_delete | /assets/{id}/delete | Path does not match |
| 36 | app_asset_depreciation | /assets/depreciation | Path does not match |
| 37 | app_asset_depreciation_generate_entries | /assets/depreciation/generate-entries | Path does not match |
| 38 | bon_commande | /bon-commande | Path does not match |
| 39 | admin_budget_register | /admin/budget-register | Path does not match |
| 40 | admin_budget_add | /admin/budget-add | Path does not match |
| 41 | admin_budget_view | /admin/budget-view/{budget_id} | Path does not match |
| 42 | admin_budget_update | /admin/budget-update/{id} | Path does not match |
| 43 | admin_budget_activate | /admin/budget-activate/{budget_id} | Path does not match |
| 44 | admin_budget_close | /admin/budget-close/{budget_id} | Path does not match |
| 45 | admin_budget_duplicate | /admin/budget-duplicate/{budget_id} | Path does not match |
| 46 | budget_show | /budget/{id} | Path does not match |
| 47 | admin_budget_ligne_add | /admin/budget-ligne-add/{budget} | Path does not match |
| 48 | admin_budget_revision_add | /admin/budget-revision-add/{budget_id} | Path does not match |
| 49 | admin_budget_rapport | /admin/budget-rapport/{budget_id} | Path does not match |
| 50 | api_budget_execution_update | /api/budget-execution-update | Path does not match |
| 51 | caisse_dashboard | /caisse-vente/ | Path does not match |
| 52 | caisse_encaissements | /caisse-vente/encaissements | Path does not match |
| 53 | caisse_nouveau_encaissement | /caisse-vente/nouveau-encaissement | Path does not match |
| 54 | caisse_bordereau | /caisse-vente/bordereau | Path does not match |
| 55 | caisse_rapport | /caisse-vente/rapport-journalier | Path does not match |
| 56 | app_vente_dashboard | /vente-admin-dashboard | Path does not match |
| 57 | admin_devise_new | /admin/devise/new | Path does not match |
| 58 | admin_devise_edit | /admin/devise/{id}/edit | Path does not match |
| 59 | admin_devise_enable | /admin/devise/{id}/enable | Path does not match |
| 60 | admin_devise_disable | /admin/devise/{id}/disable | Path does not match |
| 61 | admin_devise_conversion_new | /admin/devise/conversion/new | Path does not match |
| 62 | admin_devise_conversion_edit | /admin/devise/conversion/{id}/edit | Path does not match |
| 63 | admin_devise_conversion_enable | /admin/devise/conversion/{id}/enable | Path does not match |
| 64 | admin_devise_conversion_disable | /admin/devise/conversion/{id}/disable | Path does not match |
| 65 | exercice_index | /exercice/ | Path does not match |
| 66 | exercice_new | /exercice/new | Path does not match |
| 67 | exercice_edit | /exercice/{id}/edit | Path does not match |
| 68 | exercice_delete | /exercice/{id} | Path does not match |
| 69 | app_fournisseur | /fournisseur | Path does not match |
| 70 | app_journal_index | /journals/ | Path does not match |
| 71 | app_journal_general | /journals/general | Path does not match |
| 72 | app_journal_auxiliary | /journals/auxiliary/{type} | Path does not match |
| 73 | app_journal_print | /journals/print/{type} | Path does not match |
| 74 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.