Routing
app_document_filter
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "779" |
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/document/filter/779
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_cspe_add | /entreprise/cspe/add/{id} | Path does not match |
| 2 | app_cspe_edit | /entreprise/cspe/edit/{id} | Path does not match |
| 3 | app_cspe_suppr | /entreprise/cspe/suppr/{id} | Path does not match |
| 4 | app_compta | /compta/ | Path does not match |
| 5 | app_compta_charge | /compta/charges | Path does not match |
| 6 | app_compta_charge_new | /compta/charge/new | Path does not match |
| 7 | app_compta_charge_edit | /compta/charge/{id}/edit | Path does not match |
| 8 | app_compta_charge_duplicate | /compta/charge/{id}/duplicate | Path does not match |
| 9 | app_compta_charge_delete | /compta/charge/{id} | Path does not match |
| 10 | app_compta_contrat | /compta/contrats | Path does not match |
| 11 | app_compta_contrat_new | /compta/contrat/new | Path does not match |
| 12 | app_compta_contrat_edit | /compta/contrat/{id}/edit | Path does not match |
| 13 | app_compta_contrat_delete | /compta/contrat/{id} | Path does not match |
| 14 | app_compta_suivit_commercial | /compta/suivi_commercial | Path does not match |
| 15 | app_compta_suivit_compta | /compta/suivi_comptable | Path does not match |
| 16 | app_compta_get_pdl_options | /compta/get-pdl-options/{entreprise} | Path does not match |
| 17 | app_compta_save_dates | /compta/charges/save-dates | Path does not match |
| 18 | app_compta_get_contrats | /compta/get-contrats/{entreprise} | Path does not match |
| 19 | app_compta_facture | /compta/factures | Path does not match |
| 20 | app_compta_facture_new | /compta/facture/new | Path does not match |
| 21 | app_compta_facture_show | /compta/facture/{id} | Path does not match |
| 22 | app_compta_facture_edit | /compta/facture/{id}/edit | Path does not match |
| 23 | app_compta_facture_delete | /compta/facture/{id} | Path does not match |
| 24 | app_compta_facture_new_from_contract | /compta/facture/new-from-contract/{id} | Path does not match |
| 25 | app_comptabilite_suivi | /comptabilite/suivi | Path does not match |
| 26 | app_comptabilite_salaire_new | /comptabilite/salaire/nouveau | Path does not match |
| 27 | app_comptabilite_salaire_edit | /comptabilite/salaire/{id}/modifier | Path does not match |
| 28 | app_comptabilite_depense_new | /comptabilite/depense/nouvelle | Path does not match |
| 29 | app_comptabilite_depense_edit | /comptabilite/depense/{id}/modifier | Path does not match |
| 30 | app_comptabilite_depense_delete | /comptabilite/depense/{id} | Path does not match |
| 31 | app_comptabilite_salaire_delete | /comptabilite/salaire/{id} | Path does not match |
| 32 | app_contact | /contact | Path does not match |
| 33 | app_contact_add | /contact/add/{id} | Path does not match |
| 34 | app_contact_edit | /contact/edit/{id} | Path does not match |
| 35 | app_contact_suppr | /contact/suppr/{id} | Path does not match |
| 36 | app_contrat_particulier_index | /contrat/particulier/ | Path does not match |
| 37 | app_contrat_particulier_new | /contrat/particulier/new | Path does not match |
| 38 | app_contrat_particulier_show | /contrat/particulier/{id} | Path does not match |
| 39 | app_contrat_particulier_edit | /contrat/particulier/{id}/edit | Path does not match |
| 40 | app_contrat_particulier_delete | /contrat/particulier/{id} | Path does not match |
| 41 | app_contrat_particulier_import_csv | /contrat/particulier/import/csv | Path does not match |
| 42 | app_document | /document | Path does not match |
| 43 | app_document_filter | /document/filter/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.