Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | api_login_check | /api/login_check | Path does not match |
| 17 | api_address_lookup | /ajax/address/lookup | Path does not match |
| 18 | api_address_additions | /ajax/address/additions | Path does not match |
| 19 | api_address_status | /ajax/address/status | Path does not match |
| 20 | api_api_callhistory_post | /api/callhistory | Path does not match |
| 21 | api_api_products_get | /api/product/{id} | Path does not match |
| 22 | api_api_webshopproducts_get | /api/webshopproducts | Path does not match |
| 23 | api_api_productcategory_get | /api/productcategory/{id} | Path does not match |
| 24 | api_api_deliverymethod_get | /api/deliverymethod/{id} | Path does not match |
| 25 | api_api_supplier_get | /api/supplier/{id} | Path does not match |
| 26 | api_api_customer_get | /api/customer/{id} | Path does not match |
| 27 | api_api_customer_post | /api/customer | Path does not match |
| 28 | api_api_customer_put | /api/customer/{id} | Path does not match |
| 29 | api_api_customer_delivery_address_list | /api/customer/{customerId}/delivery-address | Path does not match |
| 30 | api_api_delivery_address_get | /api/delivery-address/{id} | Path does not match |
| 31 | api_api_customer_delivery_address_post | /api/customer/{customerId}/delivery-address | Path does not match |
| 32 | api_api_proposal_get | /api/proposal/{id} | Path does not match |
| 33 | api_api_proposal_post | /api/proposal | Path does not match |
| 34 | api_api_proposal_put | /api/proposal/{id} | Path does not match |
| 35 | api_api_proposal_accept | /api/proposal/{id}/accept | Path does not match |
| 36 | api_api_proposal_reject | /api/proposal/{id}/reject | Path does not match |
| 37 | api_api_proposal_request_approval | /api/proposal/{id}/request-approval | Path does not match |
| 38 | api_api_proposalrow_get | /api/proposalrow/{id} | Path does not match |
| 39 | api_api_proposalrow_post | /api/proposalrow | Path does not match |
| 40 | api_api_proposalrow_put | /api/proposalrow/{id} | Path does not match |
| 41 | api_api_proposal_pdf | /api/proposal/{id}/pdf | Path does not match |
| 42 | api_api_proposal_orders_get | /api/proposal/{id}/orders | Path does not match |
| 43 | api_api_order_get | /api/order/{id} | Path does not match |
| 44 | api_api_order_post | /api/order | Path does not match |
| 45 | api_api_order_pdf | /api/order/{id}/pdf | Path does not match |
| 46 | api_api_order_invoices_get | /api/order/{id}/invoices | Path does not match |
| 47 | api_api_orderrow_get | /api/orderrow/{id} | Path does not match |
| 48 | api_api_orderrow_post | /api/orderrow | Path does not match |
| 49 | api_api_productprice_post | /api/productprice | Path does not match |
| 50 | api_api_deliveryoverview_get | /api/deliveryoverview/{deliveryMethodId}/{fromDate}/{untilDate} | Path does not match |
| 51 | api_api_orderdeliveryoverview_get | /api/orderdeliveryoverview/{orderId}/ | Path does not match |
| 52 | api_api_deliverydata_post | /api/deliverydata/{orderId}/{deliveryMethodId} | Path does not match |
| 53 | api_api_user_get | /api/user/{id} | Path does not match |
| 54 | api_api_taskstatus_get | /api/taskstatus/{id} | Path does not match |
| 55 | api_api_task_post | /api/task | Path does not match |
| 56 | api_api_task_get | /api/task/{id} | Path does not match |
| 57 | api_api_ticketstatus_get | /api/ticketstatus/{id} | Path does not match |
| 58 | api_api_ticket_post | /api/ticket | Path does not match |
| 59 | api_api_ticket_get | /api/ticket/{id} | Path does not match |
| 60 | api_api_invoice_get | /api/invoice/{id} | Path does not match |
| 61 | app_api_tester_index | /admin/api/tester | Path does not match |
| 62 | app_api_tester_proxy | /admin/api/tester/proxy | Path does not match |
| 63 | app_api_tester_download_spec | /admin/api/tester/download-spec | Path does not match |
| 64 | app_api_endpoint_index | /admin/api/endpoints | Path does not match |
| 65 | app_api_endpoint_discover | /admin/api/endpoints/discover | Path does not match |
| 66 | app_api_endpoint_show | /admin/api/endpoints/{id} | Path does not match |
| 67 | app_api_endpoint_edit | /admin/api/endpoints/{id}/edit | Path does not match |
| 68 | app_api_endpoint_delete | /admin/api/endpoints/{id}/delete | Path does not match |
| 69 | app_api_endpoint_delete_all | /admin/api/endpoints/delete-all | Path does not match |
| 70 | app_api_partner_index | /admin/api/partners | Path does not match |
| 71 | app_api_partner_new | /admin/api/partners/new | Path does not match |
| 72 | app_api_partner_show | /admin/api/partners/{id} | Path does not match |
| 73 | app_api_partner_edit | /admin/api/partners/{id}/edit | Path does not match |
| 74 | app_api_partner_delete | /admin/api/partners/{id}/delete | Path does not match |
| 75 | app_api_partner_pdf | /admin/api/partners/{id}/pdf | Path does not match |
| 76 | app_appointment_index | /appointment/ | Path does not match |
| 77 | app_appointment_list | /appointment/list | Path does not match |
| 78 | app_appointment_mobile_start | /appointment/mobile/start | Path does not match |
| 79 | app_appointment_mobile_all | /appointment/mobile/all | Path does not match |
| 80 | app_appointment_mobile_search | /appointment/mobile/search | Path does not match |
| 81 | app_appointment_new | /appointment/new | Path does not match |
| 82 | app_appointment_upload_photo | /appointment/uploadphoto | Path does not match |
| 83 | app_appointment_upload_photo_in_show | /appointment/{id}/uploadphotoinshow | Path does not match |
| 84 | app_appointment_remove_photo | /appointment/{id}/removephoto | Path does not match |
| 85 | app_appointment_show | /appointment/{id}/show | Path does not match |
| 86 | app_appointment_update_delivery_address | /appointment/{id}/updatedeliveryaddress | Path does not match |
| 87 | app_appointment_mobile_show | /appointment/mobile/{id} | Path does not match |
| 88 | app_appointment_removeorder | /appointment/{id}/removeorder/{order} | Path does not match |
| 89 | app_appointment_updateappointmentfieldvalue | /appointment/{id}/updateappointmentfieldvalue | Path does not match |
| 90 | app_appointment_neworder | /appointment/{id}/neworder | Path does not match |
| 91 | app_appointment_search_available_orders | /appointment/{id}/searchavailableorders | Path does not match |
| 92 | app_appointment_search_available_proposals | /appointment/{id}/searchavailableproposals | Path does not match |
| 93 | app_appointment_linkproposal | /appointment/{id}/linkproposal | Path does not match |
| 94 | app_appointment_removeproposal | /appointment/{id}/removeproposal/{proposal} | Path does not match |
| 95 | app_appointment_linkticket | /appointment/{id}/linkticket | Path does not match |
| 96 | app_appointment_removeticket | /appointment/{id}/removeticket/{ticket} | Path does not match |
| 97 | app_appointment_searchtickets | /appointment/searchtickets/{id} | Path does not match |
| 98 | app_appointment_linktask | /appointment/{id}/linktask | Path does not match |
| 99 | app_appointment_removetask | /appointment/{id}/removetask/{task} | Path does not match |
| 100 | app_appointment_searchtasks | /appointment/searchtasks/{id} | Path does not match |
| 101 | app_appointment_newcustomer | /appointment/{id}/newcustomer | Path does not match |
| 102 | app_appointment_removecustomer | /appointment/{id}/removecustomer | Path does not match |
| 103 | app_appointment_newuser | /appointment/{id}/newuser | Path does not match |
| 104 | app_appointment_newstatus | /appointment/{id}/newstatus | Path does not match |
| 105 | app_appointment_newname | /appointment/{id}/newname | Path does not match |
| 106 | app_appointment_newlocation | /appointment/{id}/newlocation | Path does not match |
| 107 | app_appointment_newdescription | /appointment/{id}/newdescription | Path does not match |
| 108 | app_appointment_addcomment | /appointment/{id}/addcomment | Path does not match |
| 109 | app_appointment_update_log | /appointment/update-log/{appointmentLogId} | Path does not match |
| 110 | app_appointment_newdate | /appointment/{id}/newdate | Path does not match |
| 111 | app_appointment_updateoffice | /appointment/{id}/updateoffice | Path does not match |
| 112 | app_appointment_togglefieldvalue | /appointment/{id}/togglefieldvalue/{ismobile} | Path does not match |
| 113 | app_appointment_cancel | /appointment/{id}/cancel | Path does not match |
| 114 | app_appointment_complete | /appointment/{id}/complete | Path does not match |
| 115 | app_appointment_softdelete | /appointment/{id}/softdelete | Path does not match |
| 116 | app_appointment_sync_office | /appointment/{id}/syncOffice | Path does not match |
| 117 | app_appointment_delete_office_sync | /appointment/{id}/deleteOfficeSync | Path does not match |
| 118 | app_appointment_count | /appointment/countOpenAppointments | Path does not match |
| 119 | app_appointment_print_label_modal | /appointment/{id}/printLabelModal | Path does not match |
| 120 | app_appointment_scheduler_index | /appointment/scheduler | Path does not match |
| 121 | app_appointment_scheduler_resources | /appointment/scheduler/resources | Path does not match |
| 122 | app_appointment_scheduler_events | /appointment/scheduler/events | Path does not match |
| 123 | app_appointment_scheduler_update | /appointment/scheduler/update | Path does not match |
| 124 | app_appointment_field_index | /appointmentfield/ | Path does not match |
| 125 | app_appointment_field_new | /appointmentfield/new | Path does not match |
| 126 | app_appointment_field_show | /appointmentfield/{id} | Path does not match |
| 127 | app_appointment_field_edit | /appointmentfield/{id}/edit | Path does not match |
| 128 | app_appointment_field_softdelete | /appointmentfield/{id}/softdelete | Path does not match |
| 129 | app_appointment_status_index | /appointment-status/ | Path does not match |
| 130 | app_appointment_status_getall | /appointment-status/getall | Path does not match |
| 131 | app_appointment_status_new | /appointment-status/new | Path does not match |
| 132 | app_appointment_status_show | /appointment-status/{id} | Path does not match |
| 133 | app_appointment_status_edit | /appointment-status/{id}/edit | Path does not match |
| 134 | app_appointment_status_softdelete | /appointment-status/{id}/softdelete | Path does not match |
| 135 | app_appointment_template_index | /appointmenttemplate/ | Path does not match |
| 136 | app_appointment_template_getinfo | /appointmenttemplate/getinfo/{id} | Path does not match |
| 137 | app_appointment_template_new | /appointmenttemplate/new | Path does not match |
| 138 | app_appointment_template_show | /appointmenttemplate/{id} | Path does not match |
| 139 | app_appointment_template_edit | /appointmenttemplate/{id}/edit | Path does not match |
| 140 | app_appointment_template_softdelete | /appointmenttemplate/{id}/softdelete | Path does not match |
| 141 | app_call_history_index | /callhistory/ | Path does not match |
| 142 | app_capacity_tier_index | /capacity-tier/ | Path does not match |
| 143 | app_capacity_tier_new | /capacity-tier/new/{type} | Path does not match |
| 144 | app_capacity_tier_edit | /capacity-tier/{id}/edit | Path does not match |
| 145 | app_capacity_tier_delete | /capacity-tier/{id}/delete | Path does not match |
| 146 | app_combined_delivery_note_index | /combineddeliverynote/ | Path does not match |
| 147 | app_combined_delivery_note_getordersbydeliverymethod | /combineddeliverynote/getordersbydeliverymethod/{deliveryMethodId} | Path does not match |
| 148 | app_combined_delivery_note_new | /combineddeliverynote/new | Path does not match |
| 149 | app_combined_delivery_note_show | /combineddeliverynote/{id} | Path does not match |
| 150 | app_combined_delivery_note_softdelete | /combineddeliverynote/{id}/softdelete | Path does not match |
| 151 | app_combined_delivery_note_delete | /combineddeliverynote/{id} | Path does not match |
| 152 | app_complaint_category_index | /complaintcategory/ | Path does not match |
| 153 | app_complaint_category_getall | /complaintcategory/getall | Path does not match |
| 154 | app_complaint_category_new | /complaintcategory/new | Path does not match |
| 155 | app_complaint_category_show | /complaintcategory/{id} | Path does not match |
| 156 | app_complaint_category_edit | /complaintcategory/{id}/edit | Path does not match |
| 157 | app_complaint_category_softdelete | /complaintcategory/{id}/softdelete | Path does not match |
| 158 | app_complaint_category_delete | /complaintcategory/{id} | Path does not match |
| 159 | app_complaint_cause_index | /complaintcause/ | Path does not match |
| 160 | app_complaint_cause_getall | /complaintcause/getall | Path does not match |
| 161 | app_complaint_cause_new | /complaintcause/new | Path does not match |
| 162 | app_complaint_cause_show | /complaintcause/{id} | Path does not match |
| 163 | app_complaint_cause_edit | /complaintcause/{id}/edit | Path does not match |
| 164 | app_complaint_cause_softdelete | /complaintcause/{id}/softdelete | Path does not match |
| 165 | app_complaint_cause_delete | /complaintcause/{id} | Path does not match |
| 166 | app_complaint_index | /complaint/ | Path does not match |
| 167 | app_complaint_indexallclosed | /complaint/allclosed | Path does not match |
| 168 | app_complaint_new | /complaint/new/{customerid}/{orderid} | Path does not match |
| 169 | app_complaint_upload_photo | /complaint/uploadphoto | Path does not match |
| 170 | app_complaint_upload_photo_in_show | /complaint/{id}/uploadphotoinshow | Path does not match |
| 171 | app_complaint_remove_photo | /complaint/{id}/removephoto | Path does not match |
| 172 | app_complaint_show | /complaint/{id}/show | Path does not match |
| 173 | app_complaint_removeorder | /complaint/{id}/removeorder/{order} | Path does not match |
| 174 | app_complaint_neworder | /complaint/{id}/neworder | Path does not match |
| 175 | app_complaint_newname | /complaint/{id}/newname | Path does not match |
| 176 | app_complaint_newdescription | /complaint/{id}/newdescription | Path does not match |
| 177 | app_complaint_addcomment | /complaint/{id}/addcomment | Path does not match |
| 178 | app_complaint_newduedate | /complaint/{id}/newduedate | Path does not match |
| 179 | app_complaint_newcosts | /complaint/{id}/newcosts | Path does not match |
| 180 | app_complaint_newcomplaintcause | /complaint/{id}/newcomplaintcause | Path does not match |
| 181 | app_complaint_newcomplaintcategory | /complaint/{id}/newcomplaintcategory | Path does not match |
| 182 | app_complaint_newcustomer | /complaint/{id}/newcustomer | Path does not match |
| 183 | app_complaint_finish | /complaint/{id}/finish | Path does not match |
| 184 | app_complaint_pdfexport | /complaint/{id}/pdfexport | Path does not match |
| 185 | app_complaint_update_costsremark | /complaint/{id}/updatecostsremark | Path does not match |
| 186 | app_complaint_softdelete | /complaint/{id}/softdelete | Path does not match |
| 187 | app_complaint_count | /complaint/countOpenComplaints | Path does not match |
| 188 | app_complaint_update_log | /complaint/update-log/{complaintLogId} | Path does not match |
| 189 | app_construction_drawing_index | /construction/drawing/ | Path does not match |
| 190 | app_construction_drawing_new | /construction/drawing/new | Path does not match |
| 191 | app_construction_drawing_show | /construction/drawing/{id} | Path does not match |
| 192 | app_construction_drawing_edit | /construction/drawing/{id}/edit | Path does not match |
| 193 | app_construction_drawing_softdelete | /construction/drawing/{id}/softdelete | Path does not match |
| 194 | app_construction_drawing_delete | /construction/drawing/{id} | Path does not match |
| 195 | app_convert_index | /convert/ | Path does not match |
| 196 | app_convert_new | /convert/new | Path does not match |
| 197 | app_convert_show | /convert/{id} | Path does not match |
| 198 | app_convert_process | /convert/{id}/process | Path does not match |
| 199 | app_convert_addoutput | /convert/{id}/addoutput | Path does not match |
| 200 | app_convert_cancel | /convert/{id}/cancel | Path does not match |
| 201 | app_country_index | /country/ | Path does not match |
| 202 | app_country_new | /country/new | Path does not match |
| 203 | app_country_show | /country/{id} | Path does not match |
| 204 | app_country_edit | /country/{id}/edit | Path does not match |
| 205 | app_country_refresh | /country/{id}/refresh | Path does not match |
| 206 | app_country_softdelete | /country/{id}/softdelete | Path does not match |
| 207 | app_country_delete | /country/{id} | Path does not match |
| 208 | app_customer_index | /customer/ | Path does not match |
| 209 | app_search_customers | /customer/searchcustomers/{id} | Path does not match |
| 210 | app_customer_new | /customer/new | Path does not match |
| 211 | app_customer_new_modal | /customer/newModal | Path does not match |
| 212 | app_customer_show | /customer/{id} | Path does not match |
| 213 | app_customer_show_modal | /customer/{id}/modal | Path does not match |
| 214 | app_customer_activities_ajax | /customer/{id}/activities | Path does not match |
| 215 | app_customer_edit | /customer/{id}/edit | Path does not match |
| 216 | app_customer_edit_modal | /customer/{id}/editModal | Path does not match |
| 217 | app_customer_update_snelstart | /customer/{id}/updatesnelstart | Path does not match |
| 218 | app_customer_combine_modal | /customer/{id}/combineModal | Path does not match |
| 219 | app_customer_softdelete | /customer/{id}/softdelete | Path does not match |
| 220 | app_customer_delete | /customer/{id} | Path does not match |
| 221 | app_customer_combine | /customer/{id}/combine/{idB} | Path does not match |
| 222 | app_customer_mobile_edit | /customer/mobile/{id}/edit | Path does not match |
| 223 | app_customer_mobile_show | /customer/mobile/{id} | Path does not match |
| 224 | app_ajax_customer_delivery_addresses | /ajax/customer-delivery-address/list/{customerId} | Path does not match |
| 225 | app_ajax_customer_delivery_address_get | /ajax/customer-delivery-address/get/{id} | Path does not match |
| 226 | app_ajax_customer_delivery_address_create | /ajax/customer-delivery-address/create | Path does not match |
| 227 | app_ajax_customer_delivery_address_modal | /ajax/customer-delivery-address/modal/{customerId} | Path does not match |
| 228 | app_customer_delivery_address_new_modal | /customer-delivery-address/new/{customerId} | Path does not match |
| 229 | app_customer_delivery_address_create | /customer-delivery-address/create/{customerId} | Path does not match |
| 230 | app_customer_delivery_address_edit_modal | /customer-delivery-address/edit/{id} | Path does not match |
| 231 | app_customer_delivery_address_update | /customer-delivery-address/update/{id} | Path does not match |
| 232 | app_customer_delivery_address_delete | /customer-delivery-address/delete/{id} | Path does not match |
| 233 | app_customer_note_new | /customer-note/new/{customerId} | Path does not match |
| 234 | app_customer_note_edit | /customer-note/edit/{id} | Path does not match |
| 235 | app_customer_note_toggle_pin | /customer-note/toggle-pin/{id} | Path does not match |
| 236 | app_customer_note_delete | /customer-note/delete/{id} | Path does not match |
| 237 | app_customer_note_modal | /customer-note/modal/{customerId} | Path does not match |
| 238 | app_customer_note_edit_modal | /customer-note/edit-modal/{id} | Path does not match |
| 239 | app_customer_note_get | /customer-note/get/{id} | Path does not match |
| 240 | app_dashboard_proposalspendingapproval | /dashboard/proposalspendingapproval | Path does not match |
| 241 | app_dashboard_logistics | /dashboard/logistics | Path does not match |
| 242 | app_dashboard_week_orderpick | /dashboard/week-orderpick | Path does not match |
| 243 | app_dashboard_week_tailor | /dashboard/week-tailor | Path does not match |
| 244 | app_dashboard_week_delivery | /dashboard/week-delivery | Path does not match |
| 245 | app_dashboard_week_orders_without_payment | /dashboard/week-open-orders | Path does not match |
| 246 | app_dashboard_orders_without_invoice | /dashboard/orders-without-invoice | Path does not match |
| 247 | app_dashboard_direct_deliveries | /dashboard/direct-deliveries | Path does not match |
| 248 | app_dashboard_incomplete_deliveries | /dashboard/incomplete-deliveries | Path does not match |
| 249 | app_dashboard_incomplete_deliveries_history | /dashboard/incomplete-deliveries-history | Path does not match |
| 250 | app_dashboard_orders_fully_stocked | /dashboard/orders-fully-stocked | Path does not match |
| 251 | app_dashboard_management_alerts | /dashboard/management-alerts | Path does not match |
| 252 | app_dashboard_portal_activity | /dashboard/portalactivity | Path does not match |
| 253 | app_dashboard_metrics | /dashboard/metrics | Path does not match |
| 254 | app_dashboard_operational | /dashboard/operational/ | Path does not match |
| 255 | app_datafilter_supplier | /datafilter/supplier | Path does not match |
| 256 | app_datafilter_purchase | /datafilter/purchase | Path does not match |
| 257 | app_datafilter_incominggood | /datafilter/incominggood | Path does not match |
| 258 | app_datafilter_product | /datafilter/product | Path does not match |
| 259 | app_datafilter_prodrow | /datafilter/productrow | Path does not match |
| 260 | app_datafilter_proposal | /datafilter/proposal | Path does not match |
| 261 | app_datafilter_order | /datafilter/order | Path does not match |
| 262 | app_datafilter_autopickanddeliverpaidorders | /datafilter/autopickanddeliverpaidorders | Path does not match |
| 263 | app_datafilter_process_autopickanddeliverpaidorders | /datafilter/process-autopickanddeliverpaidorders | Path does not match |
| 264 | app_datafilter_orderpick | /datafilter/orderpick | Path does not match |
| 265 | app_datafilter_invoice | /datafilter/invoice | Path does not match |
| 266 | app_datafilter_payments | /datafilter/payments | Path does not match |
| 267 | app_datafilter_notifications | /datafilter/notifications | Path does not match |
| 268 | app_datafilter_customers | /datafilter/customers | Path does not match |
| 269 | app_datafilter_tasks | /datafilter/tasks | Path does not match |
| 270 | app_datafilter_appointments | /datafilter/appointments | Path does not match |
| 271 | app_datafilter_tickets | /datafilter/tickets | Path does not match |
| 272 | app_datafilter_search | /datafilter/search | Path does not match |
| 273 | app_delivery_dashboard_index | /delivery-dashboard/ | Path does not match |
| 274 | app_delivery_dashboard_show | /delivery-dashboard/{deliveryMethodId} | Path does not match |
| 275 | app_delivery_dashboard_debug_internal | /delivery-dashboard/debug/internal/{year}/{week} | Path does not match |
| 276 | app_delivery_dashboard_ajax_weeks | /delivery-dashboard/ajax/{deliveryMethodId}/weeks | Path does not match |
| 277 | app_delivery_method_index | /deliverymethod/ | Path does not match |
| 278 | app_delivery_method_getall | /deliverymethod/getall | Path does not match |
| 279 | app_delivery_method_new | /deliverymethod/new | Path does not match |
| 280 | app_delivery_method_show | /deliverymethod/{id} | Path does not match |
| 281 | app_delivery_method_edit | /deliverymethod/{id}/edit | Path does not match |
| 282 | app_delivery_method_softdelete | /deliverymethod/{id}/softdelete | Path does not match |
| 283 | app_delivery_method_delete | /deliverymethod/{id} | Path does not match |
| 284 | app_delivery_note_index | /deliverynote/ | Path does not match |
| 285 | app_delivery_note_mobile_start | /deliverynote/mobile/start | Path does not match |
| 286 | app_delivery_note_upload_photo | /deliverynote/uploadphoto | Path does not match |
| 287 | app_delivery_note_search_orders | /deliverynote/searchorders | Path does not match |
| 288 | app_search_deliverynoterows | /deliverynote/searchdeliverynoterows | Path does not match |
| 289 | app_delivery_note_new | /deliverynote/new | Path does not match |
| 290 | app_delivery_note_mobile_new | /deliverynote/mobile/new/{orderid} | Path does not match |
| 291 | app_delivery_note_show | /deliverynote/{id} | Path does not match |
| 292 | app_delivery_note_mobile_show | /deliverynote/mobile/{id} | Path does not match |
| 293 | app_delivery_note_pdfexport | /deliverynote/{id}/pdfexport | Path does not match |
| 294 | app_delivery_note_pdfexport_template | /deliverynote/{id}/pdfexport-template/{templateId} | Path does not match |
| 295 | app_delivery_note_softdelete | /deliverynote/{id}/softdelete/{mobile} | Path does not match |
| 296 | app_delivery_note_delete | /deliverynote/{id} | Path does not match |
| 297 | app_delivery_reservation_new_modal | /delivery-reservation/modal/new/{customerId} | Path does not match |
| 298 | app_delivery_reservation_show_modal | /delivery-reservation/modal/show/{id} | Path does not match |
| 299 | app_delivery_reservation_edit_modal | /delivery-reservation/modal/edit/{id} | Path does not match |
| 300 | app_delivery_reservation_ajax_new | /delivery-reservation/ajax/new/{customerId} | Path does not match |
| 301 | app_delivery_reservation_ajax_edit | /delivery-reservation/ajax/edit/{id} | Path does not match |
| 302 | app_delivery_reservation_ajax_confirm | /delivery-reservation/ajax/confirm/{id} | Path does not match |
| 303 | app_delivery_reservation_ajax_cancel | /delivery-reservation/ajax/cancel/{id} | Path does not match |
| 304 | app_delivery_reservation_ajax_extend | /delivery-reservation/ajax/extend/{id} | Path does not match |
| 305 | app_delivery_reservation_ajax_move | /delivery-reservation/ajax/move/{id} | Path does not match |
| 306 | app_delivery_reservation_ajax_delete | /delivery-reservation/ajax/delete/{id} | Path does not match |
| 307 | app_derived_product_rule_index | /derivedproductrule/ | Path does not match |
| 308 | app_derived_product_rule_new | /derivedproductrule/new | Path does not match |
| 309 | app_derived_product_rule_show | /derivedproductrule/{id} | Path does not match |
| 310 | app_derived_product_rule_edit | /derivedproductrule/{id}/edit | Path does not match |
| 311 | app_derived_product_rule_softdelete | /derivedproductrule/{id}/softdelete | Path does not match |
| 312 | app_derived_product_rule_delete | /derivedproductrule/{id} | Path does not match |
| 313 | app_document_template_index | /document-template/ | Path does not match |
| 314 | app_document_template_new | /document-template/new | Path does not match |
| 315 | app_document_templates_for_type | /document-template/templates-for-type/{type} | Path does not match |
| 316 | app_document_template_show | /document-template/{id} | Path does not match |
| 317 | app_document_template_edit | /document-template/{id}/edit | Path does not match |
| 318 | app_document_template_softdelete | /document-template/{id}/softdelete | Path does not match |
| 319 | app_document_template_download | /document-template/{id}/download/{field} | Path does not match |
| 320 | app_document_template_preview | /document-template/{id}/preview | Path does not match |
| 321 | app_document_template_remove_file | /document-template/{id}/remove-file/{field} | Path does not match |
| 322 | app_dossier_index | /dossier/ | Path does not match |
| 323 | app_search_dossiers_tasks | /dossier/searchdossierfortasks | Path does not match |
| 324 | app_search_dossiers | /dossier/searchdossiers | Path does not match |
| 325 | app_dossier_getall | /dossier/getall | Path does not match |
| 326 | app_dossier_new | /dossier/new | Path does not match |
| 327 | app_dossier_show | /dossier/{id} | Path does not match |
| 328 | app_dossier_mobile_show | /dossier/mobile/{id} | Path does not match |
| 329 | app_dossier_edit | /dossier/{id}/edit | Path does not match |
| 330 | app_dossier_softdelete | /dossier/{id}/softdelete | Path does not match |
| 331 | app_dossier_delete | /dossier/{id} | Path does not match |
| 332 | app_dossier_upload_file | /dossier/uploadfile | Path does not match |
| 333 | app_dossier_upload_file_in_show | /dossier/{id}/uploadfileinshow | Path does not match |
| 334 | app_dossier_delete_attachment | /dossier/{id}/deleteattachment | Path does not match |
| 335 | app_email_template_index | /email/template/ | Path does not match |
| 336 | app_email_template_new | /email/template/new | Path does not match |
| 337 | app_send_custom_mail | /email/template/mail | Path does not match |
| 338 | app_email_template_show | /email/template/{id}/show | Path does not match |
| 339 | app_email_template_ajax | /email/template/{id}/ajax | Path does not match |
| 340 | app_email_template_edit | /email/template/{id}/edit | Path does not match |
| 341 | app_email_template_softdelete | /email/template/{id}/softdelete | Path does not match |
| 342 | app_email_template_delete | /email/template/{id}/delete | Path does not match |
| 343 | app_email_template_upload_photo | /email/template/uploadphoto | Path does not match |
| 344 | app_email_template_upload_template_photo | /email/template/{id}/uploadphoto | Path does not match |
| 345 | app_email_template_remove_photo | /email/template/{id}/removephoto | Path does not match |
| 346 | app_email_template_mail_modal | /email/template/{id}/{type}/mailModal | Path does not match |
| 347 | entity_documentation_generate | /entitydocumentation/generate | Path does not match |
| 348 | app_environment_parameter_index | /environmentparameter/ | Path does not match |
| 349 | app_environment_parameter_show | /environmentparameter/{id} | Path does not match |
| 350 | app_environment_parameter_edit | /environmentparameter/{id}/edit | Path does not match |
| 351 | app_eventlog_index | /eventlog/ | Path does not match |
| 352 | app_eventlog_stats | /eventlog/stats | Path does not match |
| 353 | app_eventlog_filter | /eventlog/filter | Path does not match |
| 354 | app_external_capacity_index | /external-capacity/ | Path does not match |
| 355 | app_external_capacity_show | /external-capacity/{deliveryMethodId} | Path does not match |
| 356 | app_external_capacity_edit_week | /external-capacity/{deliveryMethodId}/week/{year}/{week} | Path does not match |
| 357 | app_financial_customer_edit_proposal | /financialcustomer/edit-proposal/{id}/{proposal} | Path does not match |
| 358 | app_financial_customer_edit_order | /financialcustomer/edit-order/{id}/{order} | Path does not match |
| 359 | app_incoming_good_index | /incominggood/ | Path does not match |
| 360 | app_incoming_good_indextest | /incominggood/test | Path does not match |
| 361 | app_incoming_good_mobile_start | /incominggood/mobile/start | Path does not match |
| 362 | app_incoming_good_new | /incominggood/new/{purchase} | Path does not match |
| 363 | app_incoming_good_upload_photo | /incominggood/uploadphoto | Path does not match |
| 364 | app_incoming_good_mobile_new | /incominggood/mobile/new/{purchaseid} | Path does not match |
| 365 | app_incoming_good_show | /incominggood/{id} | Path does not match |
| 366 | app_incoming_good_mobile_show | /incominggood/mobile/{id} | Path does not match |
| 367 | app_incominggood_upload_photo_in_show | /incominggood/{id}/uploadphotoinshow | Path does not match |
| 368 | app_incoming_good_remove_photo | /incominggood/{id}/removephoto | Path does not match |
| 369 | app_incoming_good_show_product_rows | /incominggood/{id}/showproductrows | Path does not match |
| 370 | app_incoming_good_unallocate_product_rows | /incominggood/{id}/unallocateproductrows | Path does not match |
| 371 | app_incoming_good_update_locked | /incominggood/{id}/updatelocked | Path does not match |
| 372 | app_incoming_good_softdelete | /incominggood/{id}/softdelete/{mobile} | Path does not match |
| 373 | app_incoming_good_discrepancy_reason_index | /incominggooddiscrepancyreason/ | Path does not match |
| 374 | app_incoming_good_discrepancy_reason_new | /incominggooddiscrepancyreason/new | Path does not match |
| 375 | app_incoming_good_discrepancy_reason_show | /incominggooddiscrepancyreason/{id} | Path does not match |
| 376 | app_incoming_good_discrepancy_reason_edit | /incominggooddiscrepancyreason/{id}/edit | Path does not match |
| 377 | app_incoming_good_discrepancy_reason_softdelete | /incominggooddiscrepancyreason/{id}/softdelete | Path does not match |
| 378 | app_incoming_good_discrepancy_reason_delete | /incominggooddiscrepancyreason/{id} | Path does not match |
| 379 | app_incoming_return_index | /incoming/return/ | Path does not match |
| 380 | app_incoming_return_mobile_start | /incoming/return/mobile/start | Path does not match |
| 381 | app_incoming_return_new | /incoming/return/new | Path does not match |
| 382 | app_incoming_return_mobile_new | /incoming/return/mobile/new/{returnid} | Path does not match |
| 383 | app_incoming_return_show | /incoming/return/{id} | Path does not match |
| 384 | app_incoming_return_mobile_show | /incoming/return/mobile/{id} | Path does not match |
| 385 | app_incoming_return_show_product_rows | /incoming/return/{id}/showproductrows | Path does not match |
| 386 | app_incoming_return_update_locked | /incoming/return/{id}/updatelocked | Path does not match |
| 387 | app_incoming_return_softdelete | /incoming/return/{id}/softdelete | Path does not match |
| 388 | app_incoming_return_delete | /incoming/return/{id} | Path does not match |
| 389 | app_internal_capacity_index | /internal-capacity/ | Path does not match |
| 390 | app_internal_capacity_edit_week | /internal-capacity/week/{year}/{week} | Path does not match |
| 391 | app_invoice_index | /invoice/ | Path does not match |
| 392 | app_invoice_new | /invoice/{id}/{startpayment}/newfromorder | Path does not match |
| 393 | app_invoice_new_from_return | /invoice/{id}/newfromreturn | Path does not match |
| 394 | app_invoice_new_credit | /invoice/newcredit/{id}/ | Path does not match |
| 395 | app_invoice_show | /invoice/show/{id}/{startpayment}/ | Path does not match |
| 396 | app_invoice_upload_photo | /invoice/{id}/uploadphoto | Path does not match |
| 397 | app_invoice_remove_photo | /invoice/{id}/removephoto | Path does not match |
| 398 | app_invoice_mail | /invoice/show/{id}/mailinvoice | Path does not match |
| 399 | app_invoice_mail_reminder | /invoice/show/{id}/mailinvoicereminder | Path does not match |
| 400 | invoice_softpos_payment_return | /invoice/factuur-betaal-resultaat/{id}/{invoiceId}/{paymentId} | Path does not match |
| 401 | app_invoice_softdelete | /invoice/{id}/softdelete | Path does not match |
| 402 | app_invoice_update_snelstart | /invoice/{id}/updatesnelstart | Path does not match |
| 403 | app_invoice_update_snelstart_payment | /invoice/{id}/updatesnelstartpayment | Path does not match |
| 404 | app_invoice_update_snelstart_id | /invoice/{id}/updatesnelstartid | Path does not match |
| 405 | app_invoice_update_is_paid | /invoice/{id}/updateispaid | Path does not match |
| 406 | app_invoice_delete_snelstart | /invoice/{id}/deletesnelstart | Path does not match |
| 407 | app_invoice_pdfexport | /invoice/{id}/pdfexport/{exvat}/{templateType}/{documentTemplateId} | Path does not match |
| 408 | app_invoice_delete | /invoice/{id} | Path does not match |
| 409 | app_invoice_mail_modal | /invoice/{id}/mailModal | Path does not match |
| 410 | app_invoice_snelstart_modal | /invoice/{id}/snelstartModal | Path does not match |
| 411 | app_invoice_toggle_ready_for_direct_debit | /invoice/{id}/toggle_ready_for_direct_debit | Path does not match |
| 412 | app_invoice_update_description | /invoice/{id}/updatedescription | Path does not match |
| 413 | app_invoice_update_customer_reference | /invoice/{id}/updatecustomerreference | Path does not match |
| 414 | app_invoice_mobile_new | /invoice/mobile/{id}/newfromorder | Path does not match |
| 415 | app_invoice_mobile_show | /invoice/mobile/{id} | Path does not match |
| 416 | app_journal_index | /journal/ | Path does not match |
| 417 | app_journal_new | /journal/new | Path does not match |
| 418 | app_journal_show | /journal/{id} | Path does not match |
| 419 | app_journal_edit | /journal/{id}/edit | Path does not match |
| 420 | app_journal_refresh | /journal/{id}/refresh | Path does not match |
| 421 | app_journal_softdelete | /journal/{id}/softdelete | Path does not match |
| 422 | app_journal_delete | /journal/{id} | Path does not match |
| 423 | app_ledger_index | /ledger/ | Path does not match |
| 424 | app_ledger_new | /ledger/new | Path does not match |
| 425 | app_ledger_show | /ledger/{id} | Path does not match |
| 426 | app_ledger_edit | /ledger/{id}/edit | Path does not match |
| 427 | app_ledger_refresh | /ledger/{id}/refresh | Path does not match |
| 428 | app_ledger_softdelete | /ledger/{id}/softdelete | Path does not match |
| 429 | app_ledger_delete | /ledger/{id} | Path does not match |
| 430 | app_dashboard | / | Path does not match |
| 431 | app_search | /search | Path does not match |
| 432 | app_check_public | /check_public | Path does not match |
| 433 | app_dashboard_mobile | /mobiel | Path does not match |
| 434 | app_support | /support | Path does not match |
| 435 | app_changelog | /changelog | Path does not match |
| 436 | app_appointment_find_outlook_hosts | /findOutlookHosts | Path does not match |
| 437 | app_appointment_find_categories_by_host | /findCategoriesByHost/{name} | Path does not match |
| 438 | app_upload_photo | /uploadphoto | Path does not match |
| 439 | app_testmail | /testmail | Path does not match |
| 440 | app_sandbox_pin | /pin | Path does not match |
| 441 | app_sandbox | /sandbox | Path does not match |
| 442 | whitelisted-page | /whitelisted-page | Path does not match |
| 443 | app_msg_view | /msg/view | Path does not match |
| 444 | app_notes_submitnote | /notes/submitnote | Path does not match |
| 445 | app_notes_getnote | /notes/getnote/{id} | Path does not match |
| 446 | app_notification_index | /notification/ | Path does not match |
| 447 | app_notification_index_all | /notification/all | Path does not match |
| 448 | app_notification_index_mobile | /notification/mobile | Path does not match |
| 449 | app_notification_read | /notification/{id}/read | Path does not match |
| 450 | app_notification_read_and_redirect | /notification/{id}/readandredirect/{isMobile} | Path does not match |
| 451 | app_notification_user | /notification/{id}/user | Path does not match |
| 452 | app_notification_rule_index | /notificationrule/ | Path does not match |
| 453 | app_notification_rule_new | /notificationrule/new | Path does not match |
| 454 | app_notification_rule_show | /notificationrule/{id}/show | Path does not match |
| 455 | app_notification_rule_edit | /notificationrule/{id}/edit | Path does not match |
| 456 | app_notification_rule_softdelete | /notificationrule/{id}/softdelete | Path does not match |
| 457 | app_notification_rule_check_notifications | /notificationrule/checknotifications | Path does not match |
| 458 | app_office_debug | /admin/office/debug | Path does not match |
| 459 | app_office_debug_testmail | /admin/office/debug/testmail | Path does not match |
| 460 | app_order_index | /order/ | Path does not match |
| 461 | app_order_mobile_new | /order/mobile/new | Path does not match |
| 462 | app_order_mobile_start | /order/mobile/start | Path does not match |
| 463 | app_order_mobile_search | /order/mobile/search | Path does not match |
| 464 | app_order_mobile_show | /order/mobile/{id} | Path does not match |
| 465 | app_search_orders | /order/searchorders/{id} | Path does not match |
| 466 | app_proposal_new_from_proposal | /order/{id}/newfromproposal | Path does not match |
| 467 | app_order_calculate_lead_time | /order/calculateleadtime | Path does not match |
| 468 | app_order_new | /order/new | Path does not match |
| 469 | app_order_show | /order/{id} | Path does not match |
| 470 | app_order_show_order_delivery_info | /order/{id}/showorderdeliveryinfo | Path does not match |
| 471 | app_order_show_product_rows | /order/{id}/showproductrows | Path does not match |
| 472 | app_order_show_order_rows | /order/{id}/showorderrows | Path does not match |
| 473 | app_order_evaluate_profit | /order/{id}/evaluateprofit | Path does not match |
| 474 | app_order_evaluate_product_names | /order/{id}/evaluateproductnames | Path does not match |
| 475 | app_order_edit | /order/{id}/edit | Path does not match |
| 476 | app_order_update_planner_remark | /order/{id}/updateplannerremark | Path does not match |
| 477 | app_order_update_description | /order/{id}/updatedescription | Path does not match |
| 478 | app_order_update_customer_reference | /order/{id}/updatecustomerreference | Path does not match |
| 479 | app_order_update_driver_remark | /order/{id}/updatedriverremark | Path does not match |
| 480 | app_order_update_delivery | /order/{id}/updatedelivery | Path does not match |
| 481 | app_order_update_sold_by_sell_date | /order/{id}/updatesoldbyselldate | Path does not match |
| 482 | app_order_update_all | /order/{id}/updateall | Path does not match |
| 483 | app_order_force_allocation | /order/{id}/forceallocation | Path does not match |
| 484 | app_order_update_is_paid | /order/{id}/updateispaid | Path does not match |
| 485 | app_order_update_has_arrived | /order/{id}/updatehasarrived | Path does not match |
| 486 | app_order_update_is_tailored | /order/{id}/updateistailored | Path does not match |
| 487 | app_order_update_is_picked | /order/{id}/updateispicked | Path does not match |
| 488 | app_order_update_is_delivered | /order/{id}/updateisdelivered | Path does not match |
| 489 | app_order_reset_pick_open | /order/{id}/resetpickopen | Path does not match |
| 490 | app_order_unlock | /order/{id}/unlock | Path does not match |
| 491 | app_order_update_locked | /order/{id}/updatelocked | Path does not match |
| 492 | app_order_pdfexport | /order/{id}/pdfexport/{exvat}/{templateType}/{documentTemplateId} | Path does not match |
| 493 | app_order_pdfexport_overview | /order/{id}/pdfexportoverview | Path does not match |
| 494 | app_order_mail | /order/show/{id}/mail | Path does not match |
| 495 | app_order_clone | /order/{id}/clone/{customerid}/{dossierid} | Path does not match |
| 496 | app_order_make_return | /order/{id}/makereturn | Path does not match |
| 497 | app_order_change_priority | /order/{id}/changepriority | Path does not match |
| 498 | app_order_updatepriority | /order/updatepriority/{id} | Path does not match |
| 499 | app_order_update_planned_for_delivery | /order/updateplannedfordelivery | Path does not match |
| 500 | app_order_upload_photo | /order/{id}/uploadphoto | Path does not match |
| 501 | app_order_remove_photo | /order/{id}/removephoto | Path does not match |
| 502 | app_order_autopick | /order/autopick/{id} | Path does not match |
| 503 | app_order_autodeliver | /order/autodeliver/{id} | Path does not match |
| 504 | app_order_cancel | /order/{id}/cancel | Path does not match |
| 505 | app_order_softdelete | /order/{id}/softdelete | Path does not match |
| 506 | app_order_mail_modal | /order/{id}/mailModal | Path does not match |
| 507 | app_order_linkticket | /order/{id}/linkticket | Path does not match |
| 508 | app_order_linktask | /order/{id}/linktask | Path does not match |
| 509 | app_order_linkappointment | /order/{id}/linkappointment | Path does not match |
| 510 | app_order_searchappointments | /order/searchappointments/{id} | Path does not match |
| 511 | app_order_removeticket | /order/{id}/removeticket/{ticket} | Path does not match |
| 512 | app_order_removetask | /order/{id}/removetask/{task} | Path does not match |
| 513 | app_order_removeappointment | /order/{id}/removeappointment/{appointment} | Path does not match |
| 514 | app_order_mobile_add_orderrow | /order/mobile/{id}/addorderrow | Path does not match |
| 515 | app_order_transport_cost_calculate | /order/{id}/transport-cost/calculate | Path does not match |
| 516 | app_order_transport_cost_add | /order/{id}/transport-cost/add | Path does not match |
| 517 | app_order_transport_cost_remove | /order/{id}/transport-cost/remove | Path does not match |
| 518 | app_order_transport_cost_modal_tracker | /order/transport-cost/modal-from-tracker | Path does not match |
| 519 | app_order_pick_index | /orderpick/ | Path does not match |
| 520 | app_order_logistic_overview | /orderpick/logisticoverview/{selectedDeliverymethods} | Path does not match |
| 521 | app_order_pick_mobile_start | /orderpick/mobile/start/{selectedDeliverymethod} | Path does not match |
| 522 | app_order_pick_mobile_start_order_picks_today | /orderpick/mobile/startOrderPicksToday | Path does not match |
| 523 | app_order_pick_mobile_start_count_order_picks_today | /orderpick/countOrderPicksToday | Path does not match |
| 524 | app_order_pick_search_orders | /orderpick/searchorders | Path does not match |
| 525 | app_search_orderpickrows | /orderpick/searchorderpickrows | Path does not match |
| 526 | app_order_pick_upload_photo | /orderpick/uploadphoto | Path does not match |
| 527 | app_order_pick_new | /orderpick/new | Path does not match |
| 528 | app_order_pick_mobile_new | /orderpick/mobile/new/{orderid} | Path does not match |
| 529 | app_order_pick_mobile_show | /orderpick/mobile/{id} | Path does not match |
| 530 | app_order_pick_show_product_rows | /orderpick/{id}/showproductrows | Path does not match |
| 531 | app_order_pick_mobile_reset_pick_open | /orderpick/{orderid}/resetpickopen | Path does not match |
| 532 | app_order_pick_show | /orderpick/{id} | Path does not match |
| 533 | app_order_pick_approve | /orderpick/{id}/approve | Path does not match |
| 534 | app_order_pick_update_locked | /orderpick/{id}/updatelocked | Path does not match |
| 535 | app_order_pick_softdelete | /orderpick/{id}/softdelete/{mobile} | Path does not match |
| 536 | app_order_pick_delete | /orderpick/{id} | Path does not match |
| 537 | app_orderrow_change_allocation | /orderrow/{id}/changeallocation | Path does not match |
| 538 | app_orderrow_update_allocation_by_warehouse | /orderrow/{id}/updateallocationbywarehouse/{warehouseLocation} | Path does not match |
| 539 | app_orderrow_update_amount_arrived | /orderrow/{id}/updateamountarrived | Path does not match |
| 540 | app_orderrow_update_amount_tailored | /orderrow/{id}/updateamounttailored | Path does not match |
| 541 | app_orderrow_update_amount_picked | /orderrow/{id}/updateamountpicked | Path does not match |
| 542 | app_orderrow_update_amount_delivered | /orderrow/{id}/updateamountdelivered | Path does not match |
| 543 | app_orderrow_unallocate_productrows | /orderrow/{id}/unallocateproductrows | Path does not match |
| 544 | app_orderrow_manual_allocate_productrows | /orderrow/{id}/manualallocateproductrows | Path does not match |
| 545 | app_orderrow_updatedirectdeliverypurchased | /orderrow/{id}/updatedirectdeliverypurchased | Path does not match |
| 546 | app_orderrow_edit_childorderrows | /orderrow/{id}/editchildorderrows | Path does not match |
| 547 | app_order_rule_index | /orderrule/ | Path does not match |
| 548 | app_order_rule_getall | /orderrule/getall | Path does not match |
| 549 | app_order_rule_new | /orderrule/new | Path does not match |
| 550 | app_order_rule_show | /orderrule/{id} | Path does not match |
| 551 | app_order_rule_edit | /orderrule/{id}/edit | Path does not match |
| 552 | app_order_rule_trigger | /orderrule/{id}/trigger | Path does not match |
| 553 | app_order_rule_softdelete | /orderrule/{id}/softdelete | Path does not match |
| 554 | app_order_template_index | /ordertemplate/ | Path does not match |
| 555 | app_order_template_new | /ordertemplate/new | Path does not match |
| 556 | app_order_template_show | /ordertemplate/{id}/show | Path does not match |
| 557 | app_order_template_edit | /ordertemplate/{id}/edit | Path does not match |
| 558 | app_order_template_trigger | /ordertemplate/{id}/trigger | Path does not match |
| 559 | app_order_template_newrule | /ordertemplate/{id}/newrule | Path does not match |
| 560 | app_order_template_bulkupdate | /ordertemplate/bulkupdate | Path does not match |
| 561 | app_order_template_pdfexport | /ordertemplate/{id}/pdfexport/{exvat}/{template} | Path does not match |
| 562 | app_order_template_softdelete | /ordertemplate/{id}/softdelete | Path does not match |
| 563 | app_order_zero_price_reason_index | /orderzeropricereason/ | Path does not match |
| 564 | app_order_zero_price_reason_new | /orderzeropricereason/new | Path does not match |
| 565 | app_order_zero_price_reason_show | /orderzeropricereason/{id} | Path does not match |
| 566 | app_order_zero_price_reason_edit | /orderzeropricereason/{id}/edit | Path does not match |
| 567 | app_order_zero_price_reason_softdelete | /orderzeropricereason/{id}/softdelete | Path does not match |
| 568 | app_order_zero_price_reason_delete | /orderzeropricereason/{id} | Path does not match |
| 569 | app_pay_debug | /admin/pay/debug | Path does not match |
| 570 | app_pay_method_index | /pay/method/ | Path does not match |
| 571 | app_search_paymethod | /pay/method/searchpaymethod | Path does not match |
| 572 | app_pay_method_new | /pay/method/new | Path does not match |
| 573 | app_pay_method_show | /pay/method/{id} | Path does not match |
| 574 | app_pay_method_edit | /pay/method/{id}/edit | Path does not match |
| 575 | app_pay_method_softdelete | /pay/method/{id}/softdelete | Path does not match |
| 576 | app_pay_method_delete | /pay/method/{id} | Path does not match |
| 577 | app_payment_index | /payment/ | Path does not match |
| 578 | app_payment_new | /payment/new/ | Path does not match |
| 579 | app_payment_show | /payment/{id} | Path does not match |
| 580 | app_payment_update_snelstart | /payment/{id}/updatesnelstart | Path does not match |
| 581 | app_payment_delete | /payment/{id} | Path does not match |
| 582 | app_payment_delete_snelstart | /payment/{id}/delete-snelstart | Path does not match |
| 583 | app_pin_terminals | /payment/pin/available_terminals | Path does not match |
| 584 | app_invoice_update_payment | /payment/{id}/updatepayment | Path does not match |
| 585 | app_pin_check_transaction | /payment/{id}/{terminal}/check_pin_transaction | Path does not match |
| 586 | app_pin_check_transaction_progress | /payment/{id}/check_pin_transaction_progress | Path does not match |
| 587 | app_pin_restart_transaction | /payment/{id}/{terminal}/restart_pin_transaction | Path does not match |
| 588 | app_power_bi_export_index | /power-bi-export/ | Path does not match |
| 589 | app_power_bi_export_estimate | /power-bi-export/estimate | Path does not match |
| 590 | app_power_bi_export_start | /power-bi-export/start | Path does not match |
| 591 | app_power_bi_export_progress | /power-bi-export/progress/{jobId} | Path does not match |
| 592 | app_power_bi_export_status | /power-bi-export/status/{jobId} | Path does not match |
| 593 | app_power_bi_export_cancel | /power-bi-export/cancel/{jobId} | Path does not match |
| 594 | app_power_bi_export_download | /power-bi-export/download/{jobId} | Path does not match |
| 595 | app_price_card_template_index | /pricecardtemplate/ | Path does not match |
| 596 | app_price_card_template_new | /pricecardtemplate/new | Path does not match |
| 597 | app_price_card_template_show | /pricecardtemplate/{id} | Path does not match |
| 598 | app_price_card_template_edit | /pricecardtemplate/{id}/edit | Path does not match |
| 599 | app_price_card_template_example | /pricecardtemplate/{id}/pricecardexample | Path does not match |
| 600 | app_price_card_template_generate | /pricecardtemplate/{id}/generatepricecard | Path does not match |
| 601 | app_price_card_template_softdelete | /pricecardtemplate/{id}/softdelete | Path does not match |
| 602 | app_price_card_template_delete | /pricecardtemplate/{id} | Path does not match |
| 603 | app_product_category_index | /productcategory/ | Path does not match |
| 604 | app_get_product_vat | /productcategory/get-product-vat/{id} | Path does not match |
| 605 | app_product_category_new | /productcategory/new | Path does not match |
| 606 | app_product_category_export_all_stock_count | /productcategory/export-all-stock-count | Path does not match |
| 607 | app_product_category_export_progress | /productcategory/export-progress/{jobId} | Path does not match |
| 608 | app_product_category_export_status | /productcategory/export-status/{jobId} | Path does not match |
| 609 | app_product_category_export_cancel | /productcategory/export-cancel/{jobId} | Path does not match |
| 610 | app_product_category_export_download | /productcategory/export-download/{jobId} | Path does not match |
| 611 | app_product_category_image_edit | /productcategory/{id}/editproductcategoryimage | Path does not match |
| 612 | app_product_category_image_delete | /productcategory/{id}/deleteproductimage | Path does not match |
| 613 | app_product_category_show | /productcategory/{id} | Path does not match |
| 614 | app_product_category_show_with_childs | /productcategory/{id}/showwithchilds | Path does not match |
| 615 | app_product_category_show_with_childs_pdf | /productcategory/{id}/showwithchildspdf | Path does not match |
| 616 | app_product_category_edit | /productcategory/{id}/edit | Path does not match |
| 617 | app_product_category_stock_forecast | /productcategory/{id}/stockforecast | Path does not match |
| 618 | app_product_category_update_has_childs | /productcategory/{id}/updatehaschilds | Path does not match |
| 619 | app_product_category_softdelete | /productcategory/{id}/softdelete | Path does not match |
| 620 | app_product_category_delete | /productcategory/{id}/delete | Path does not match |
| 621 | app_product_category_test_price_formula | /productcategory/test-price-formula | Path does not match |
| 622 | app_product_category_export_stock_count | /productcategory/{id}/export-stock-count | Path does not match |
| 623 | app_product_category_transport_cost_tiers | /productcategory/{id}/transport-cost-tiers | Path does not match |
| 624 | app_product_category_transport_cost_tier_new | /productcategory/{id}/transport-cost-tier/new | Path does not match |
| 625 | app_product_category_transport_cost_tier_edit | /productcategory/transport-cost-tier/{id}/edit | Path does not match |
| 626 | app_product_category_transport_cost_tier_delete | /productcategory/transport-cost-tier/{id}/delete | Path does not match |
| 627 | app_product_index | /product/ | Path does not match |
| 628 | app_search_products | /product/searchproducts/{noComposedProducts}/{id}/{orderstockdesc} | Path does not match |
| 629 | app_search_products_by_category_and_property | /product/searchproductsbycategoryandproperty/ | Path does not match |
| 630 | app_search_childproducts | /product/searchchildproducts/{id} | Path does not match |
| 631 | app_product_derived_rules | /product/derivedproductrules/{sourceProductId}/{composedProductId} | Path does not match |
| 632 | app_product_new | /product/new | Path does not match |
| 633 | app_product_show | /product/{id} | Path does not match |
| 634 | app_product_edit_dimensions_and_weight | /product/{id}/editdimensionsandweight | Path does not match |
| 635 | app_product_stock_history | /product/{id}/stockhistory | Path does not match |
| 636 | app_product_evaluate_stock | /product/{id}/evaluatestock | Path does not match |
| 637 | app_product_stock_forecast | /product/{id}/stockforecast | Path does not match |
| 638 | app_product_evaluate_purchaseprice | /product/{id}/evaluatepurchaseprice | Path does not match |
| 639 | app_product_evaluate_composedpurchaseprice | /product/{id}/evalutecomposedpurchaseprice | Path does not match |
| 640 | app_child_product_edit | /product/{id}/editchildproducts | Path does not match |
| 641 | app_product_image_edit | /product/{id}/editproductimage | Path does not match |
| 642 | app_product_allocate_productrows | /product/{id}/allocateproductrows | Path does not match |
| 643 | app_product_unallocate_productrows | /product/{id}/unallocateproductrows | Path does not match |
| 644 | app_product_refresh_stock | /product/{id}/refreshstock | Path does not match |
| 645 | app_product_image_delete | /product/{id}/deleteproductimage | Path does not match |
| 646 | app_product_properties_edit | /product/{id}/editproductproperties | Path does not match |
| 647 | app_product_tags_edit | /product/{id}/editproducttags | Path does not match |
| 648 | app_product_advanced_edit | /product/{id}/editproductadvanced | Path does not match |
| 649 | app_product_edit | /product/{id}/edit | Path does not match |
| 650 | app_product_clone | /product/{id}/clone | Path does not match |
| 651 | app_product_pricecalculator | /product/{id}/pricecalculator | Path does not match |
| 652 | app_product_updatesellprice | /product/{id}/updatesellprice | Path does not match |
| 653 | app_product_statistics | /product/{id}/statistics | Path does not match |
| 654 | app_product_product_move_history | /product/{id}/productmovehistory | Path does not match |
| 655 | app_product_softdelete | /product/{id}/softdelete | Path does not match |
| 656 | app_product_honeywell | /product/{id}/honeywell | Path does not match |
| 657 | app_product_pdfexport | /product/{id}/pdfexport | Path does not match |
| 658 | app_product_upload_photo | /product/{id}/uploadphoto | Path does not match |
| 659 | app_product_remove_photo | /product/{id}/removephoto | Path does not match |
| 660 | app_product_delete | /product/{id}/delete | Path does not match |
| 661 | app_product_ajax_tags_search | /product/ajax/tags/search | Path does not match |
| 662 | app_product_ajax_tags_create | /product/ajax/tags/create | Path does not match |
| 663 | app_product_ajax_tags_add | /product/{id}/ajax/tags/add | Path does not match |
| 664 | app_product_ajax_tags_remove | /product/{id}/ajax/tags/remove | Path does not match |
| 665 | app_product_documentation_index | /productdocumentation/ | Path does not match |
| 666 | app_product_documentation_new | /productdocumentation/new | Path does not match |
| 667 | app_product_documentation_show | /productdocumentation/{id} | Path does not match |
| 668 | app_product_documentation_edit | /productdocumentation/{id}/edit | Path does not match |
| 669 | app_product_documentation_softdelete | /productdocumentation/{id}/softdelete | Path does not match |
| 670 | app_product_documentation_delete | /productdocumentation/{id} | Path does not match |
| 671 | app_product_property_category_index | /productpropertycategory/ | Path does not match |
| 672 | app_product_property_category_new | /productpropertycategory/new | Path does not match |
| 673 | app_product_property_category_show | /productpropertycategory/{id} | Path does not match |
| 674 | app_product_property_category_edit | /productpropertycategory/{id}/edit | Path does not match |
| 675 | app_product_property_category_softdelete | /productpropertycategory/{id}/softdelete | Path does not match |
| 676 | app_product_property_category_delete | /productpropertycategory/{id} | Path does not match |
| 677 | app_product_property_index | /productproperty/ | Path does not match |
| 678 | app_product_property_new | /productproperty/new | Path does not match |
| 679 | app_product_property_show | /productproperty/{id} | Path does not match |
| 680 | app_product_property_edit | /productproperty/{id}/edit | Path does not match |
| 681 | app_product_property_add_products | /productproperty/{id}/addproducts | Path does not match |
| 682 | app_product_property_submit_products | /productproperty/{id}/submitproducts | Path does not match |
| 683 | app_product_property_softdelete | /productproperty/{id}/softdelete | Path does not match |
| 684 | app_product_property_delete | /productproperty/{id} | Path does not match |
| 685 | app_productrow_searchforconversioninput | /productrow/searchforconversioninput/ | Path does not match |
| 686 | app_productrow_searchforconversionoutput | /productrow/searchforconversionoutput/ | Path does not match |
| 687 | app_product_row_edit | /productrow/{id}/edit | Path does not match |
| 688 | app_product_row_show | /productrow/{id} | Path does not match |
| 689 | app_product_row_uncoupleorderrow | /productrow/uncoupleorderrow/{id} | Path does not match |
| 690 | app_product_row_new_defects | /productrow/newdefects/{warehouselocationid} | Path does not match |
| 691 | app_product_tag_index | /producttag/ | Path does not match |
| 692 | app_product_tag_new | /producttag/new | Path does not match |
| 693 | app_product_tag_show | /producttag/{id} | Path does not match |
| 694 | app_product_tag_edit | /producttag/{id}/edit | Path does not match |
| 695 | app_product_tag_softdelete | /producttag/{id}/softdelete | Path does not match |
| 696 | app_product_tag_delete | /producttag/{id} | Path does not match |
| 697 | app_product_vat_index | /productvat/ | Path does not match |
| 698 | app_product_vat_new | /productvat/new | Path does not match |
| 699 | app_product_vat_show | /productvat/{id} | Path does not match |
| 700 | app_product_vat_edit | /productvat/{id}/edit | Path does not match |
| 701 | app_product_vat_softdelete | /productvat/{id}/softdelete | Path does not match |
| 702 | app_product_vat_delete | /productvat/{id} | Path does not match |
| 703 | app_proposal_checklist_index | /proposalchecklist/ | Path does not match |
| 704 | app_proposal_checklist_new | /proposalchecklist/new | Path does not match |
| 705 | app_proposal_checklist_show | /proposalchecklist/{id} | Path does not match |
| 706 | app_proposal_checklist_edit | /proposalchecklist/{id}/edit | Path does not match |
| 707 | app_proposal_checklist_softdelete | /proposalchecklist/{id}/softdelete | Path does not match |
| 708 | app_proposal_checklist_delete | /proposalchecklist/{id} | Path does not match |
| 709 | app_proposal_index | /proposal/ | Path does not match |
| 710 | app_proposal_followup | /proposal/followup | Path does not match |
| 711 | app_proposal_new | /proposal/new | Path does not match |
| 712 | app_proposal_calculate_lead_time | /proposal/calculateleadtime | Path does not match |
| 713 | app_proposal_show | /proposal/{id} | Path does not match |
| 714 | app_proposal_show_proposal_rows | /proposal/{id}/showproposalrows | Path does not match |
| 715 | app_proposal_evaluate_profit | /proposal/{id}/evaluateprofit | Path does not match |
| 716 | app_proposal_evaluate_profit_by_tracker | /proposal/evaluateprofitbytracker | Path does not match |
| 717 | app_proposal_evaluate_product_names | /proposal/{id}/evaluateproductnames | Path does not match |
| 718 | app_proposal_edit | /proposal/{id}/edit | Path does not match |
| 719 | app_proposal_reject | /proposal/{id}/reject | Path does not match |
| 720 | app_proposal_accept | /proposal/{id}/accept | Path does not match |
| 721 | app_proposal_approvalrequested | /proposal/{id}/approvalrequested | Path does not match |
| 722 | app_proposal_unlock | /proposal/{id}/unlock | Path does not match |
| 723 | app_proposal_approve | /proposal/{id}/approve | Path does not match |
| 724 | app_proposal_pdfexport | /proposal/{id}/pdfexport/{exvat}/{template} | Path does not match |
| 725 | app_proposal_pdfexport_template | /proposal/{id}/pdfexport-template/{templateId}/{exvat} | Path does not match |
| 726 | app_proposal_mail | /proposal/show/{id}/mail | Path does not match |
| 727 | app_proposal_clone | /proposal/{id}/clone/{customerid}/{dossierid} | Path does not match |
| 728 | app_proposal_change_priority | /proposal/{id}/changepriority | Path does not match |
| 729 | app_proposal_updatepriority | /proposal/updatepriority/{id} | Path does not match |
| 730 | app_proposal_upload_photo | /proposal/{id}/uploadphoto | Path does not match |
| 731 | app_proposal_remove_photo | /proposal/{id}/removephoto | Path does not match |
| 732 | app_proposal_softdelete | /proposal/{id}/softdelete | Path does not match |
| 733 | app_proposal_delete | /proposal/{id} | Path does not match |
| 734 | app_proposal_mail_modal | /proposal/{id}/mailModal | Path does not match |
| 735 | app_proposal_linkticket | /proposal/{id}/linkticket | Path does not match |
| 736 | app_proposal_removeticket | /proposal/{id}/removeticket/{ticket} | Path does not match |
| 737 | app_proposal_search_available_appointments | /proposal/{id}/searchavailableappointments | Path does not match |
| 738 | app_proposal_linkappointment | /proposal/{id}/linkappointment | Path does not match |
| 739 | app_proposal_removeappointment | /proposal/{id}/removeappointment/{appointment} | Path does not match |
| 740 | app_proposal_linktask | /proposal/{id}/linktask | Path does not match |
| 741 | app_proposal_removetask | /proposal/{id}/removetask/{task} | Path does not match |
| 742 | app_proposal_update_description | /proposal/{id}/updatedescription | Path does not match |
| 743 | app_proposal_update_customer_reference | /proposal/{id}/updatecustomerreference | Path does not match |
| 744 | app_proposal_update_delivery | /proposal/{id}/updatedelivery | Path does not match |
| 745 | app_search_proposals_no_id | /proposal/searchproposals | Path does not match |
| 746 | app_search_proposals | /proposal/searchproposals/{id} | Path does not match |
| 747 | app_proposal_mobile_show | /proposal/mobile/{id} | Path does not match |
| 748 | app_proposal_transport_cost_calculate | /proposal/{id}/transport-cost/calculate | Path does not match |
| 749 | app_proposal_transport_cost_add | /proposal/{id}/transport-cost/add | Path does not match |
| 750 | app_proposal_transport_cost_remove | /proposal/{id}/transport-cost/remove | Path does not match |
| 751 | app_proposal_transport_cost_modal_tracker | /proposal/transport-cost/modal-from-tracker | Path does not match |
| 752 | app_proposal_lead_index | /proposallead/ | Path does not match |
| 753 | app_proposal_lead_new | /proposallead/new | Path does not match |
| 754 | app_proposal_lead_show | /proposallead/{id} | Path does not match |
| 755 | app_proposal_lead_edit | /proposallead/{id}/edit | Path does not match |
| 756 | app_proposal_lead_softdelete | /proposallead/{id}/softdelete | Path does not match |
| 757 | app_proposal_lead_delete | /proposallead/{id} | Path does not match |
| 758 | app_proposal_row_searchchilds | /proposalrow/searchchilds/{id} | Path does not match |
| 759 | app_proposalrow_edit_childproposalrows | /proposalrow/{id}/editchildproposalrows | Path does not match |
| 760 | do_payment | /betalen | Path does not match |
| 761 | payment_return | /betalen-resultaat | Path does not match |
| 762 | payment_exchange | /payment_exchange | Path does not match |
| 763 | pickup_screen | /pickup | Path does not match |
| 764 | pickup_screen_allow_websocket | /pickup/websocket | Path does not match |
| 765 | app_purchase_index | /purchase/ | Path does not match |
| 766 | app_purchase_purchase_list | /purchase/purchaselist | Path does not match |
| 767 | app_purchase_get_supplier_by_date | /purchase/searchsuppliersbydate | Path does not match |
| 768 | app_search_purchases | /purchase/searchpurchases | Path does not match |
| 769 | app_search_purchaserows | /purchase/searchpurchaserows | Path does not match |
| 770 | app_purchase_new | /purchase/new/{supplier} | Path does not match |
| 771 | app_purchase_show | /purchase/{id} | Path does not match |
| 772 | app_purchase_edit | /purchase/{id}/edit | Path does not match |
| 773 | app_purchase_update_description | /purchase/{id}/updatedescription | Path does not match |
| 774 | app_purchase_update_delivery_date | /purchase/{id}/updatedeliverydate | Path does not match |
| 775 | app_purchase_update_supplier | /purchase/{id}/updatesupplier | Path does not match |
| 776 | app_purchase_update_is_closed | /purchase/{id}/updateisclosed | Path does not match |
| 777 | app_purchase_update_locked | /purchase/{id}/updatelocked | Path does not match |
| 778 | app_purchase_softdelete | /purchase/{id}/softdelete | Path does not match |
| 779 | app_purchase_invoice_index | /purchaseinvoice/ | Path does not match |
| 780 | app_purchase_invoice_new | /purchaseinvoice/{purchaseid}/new | Path does not match |
| 781 | app_purchase_invoice_show | /purchaseinvoice/{id} | Path does not match |
| 782 | app_purchase_invoice_snelstart_modal | /purchaseinvoice/{id}/snelstartModal | Path does not match |
| 783 | app_purchase_invoice_edit | /purchaseinvoice/{id}/edit | Path does not match |
| 784 | app_purchase_invoice_update_snelstart | /purchaseinvoice/{id}/updatesnelstart | Path does not match |
| 785 | app_purchase_invoice_update_is_paid | /purchaseinvoice/{id}/updateispaid | Path does not match |
| 786 | app_purchase_invoice_softdelete | /purchaseinvoice/{id}/softdelete | Path does not match |
| 787 | app_purchase_invoice_update_description | /purchaseinvoice/{id}/updatedescription | Path does not match |
| 788 | app_purchaserow_update_amount_arrived | /purchaserow/{id}/updateamountarrived | Path does not match |
| 789 | app_purchaserow_view_purchase_invoice_rows | /purchaserow/{id}/viewpurchaseinvoicerows | Path does not match |
| 790 | app_purchaserow_edit_amount | /purchaserow/{id}/editamount | Path does not match |
| 791 | app_purchaserow_submit_new_amount | /purchaserow/{id}/submitnewamount | Path does not match |
| 792 | app_reservation_capacity_index | /reservation-capacity/ | Path does not match |
| 793 | app_reservation_capacity_edit_week | /reservation-capacity/week/{year}/{week} | Path does not match |
| 794 | app_returns_index | /returns/ | Path does not match |
| 795 | app_search_returns | /returns/searchreturns | Path does not match |
| 796 | app_search_returnrows | /returns/searchreturnrows | Path does not match |
| 797 | app_returns_new | /returns/new/{orderid} | Path does not match |
| 798 | app_returns_show | /returns/{id} | Path does not match |
| 799 | app_returns_edit | /returns/{id}/edit | Path does not match |
| 800 | app_returns_upload_file | /returns/{id}/uploadfile | Path does not match |
| 801 | app_returns_remove_file | /returns/{id}/removefile | Path does not match |
| 802 | app_returns_update_all | /returns/{id}/updateall | Path does not match |
| 803 | app_returns_update_locked | /returns/{id}/updatelocked | Path does not match |
| 804 | app_returns_update_is_closed | /returns/{id}/updateisclosed | Path does not match |
| 805 | app_returns_softdelete | /returns/{id}/softdelete | Path does not match |
| 806 | app_returns_delete | /returns/{id} | Path does not match |
| 807 | app_returnsrow_edit_amount | /returnsrow/{id}/editamount | Path does not match |
| 808 | app_returnsrow_submit_new_amount | /returnsrow/{id}/submitnewamount | Path does not match |
| 809 | api_saleslead_field_list | /api/salesleadfield | Path does not match |
| 810 | api_saleslead_list | /api/saleslead | Path does not match |
| 811 | api_saleslead_get | /api/saleslead/{id} | Path does not match |
| 812 | api_saleslead_create | /api/saleslead | Path does not match |
| 813 | api_saleslead_upload_attachment | /api/saleslead/{id}/attachment | Path does not match |
| 814 | api_saleslead_download_attachment | /api/saleslead/{id}/attachment/{filename} | Path does not match |
| 815 | api_saleslead_download_field_attachment | /api/saleslead/{salesLeadId}/field/{fieldValueId}/attachment | Path does not match |
| 816 | api_saleslead_get_proposals | /api/saleslead/{id}/proposals | Path does not match |
| 817 | api_saleslead_get_orders | /api/saleslead/{id}/orders | Path does not match |
| 818 | app_sales_lead_index | /saleslead/ | Path does not match |
| 819 | app_sales_lead_index_closed | /saleslead/allclosed | Path does not match |
| 820 | app_sales_lead_index_my | /saleslead/my | Path does not match |
| 821 | app_sales_lead_count | /saleslead/countOpenLeads | Path does not match |
| 822 | app_sales_lead_new | /saleslead/new | Path does not match |
| 823 | app_sales_lead_show | /saleslead/{id} | Path does not match |
| 824 | app_sales_lead_softdelete | /saleslead/{id}/softdelete | Path does not match |
| 825 | app_sales_lead_add_log | /saleslead/{id}/addlog | Path does not match |
| 826 | app_sales_lead_update_log | /saleslead/log/{salesLeadLogId}/update | Path does not match |
| 827 | app_sales_lead_newname | /saleslead/{id}/newname | Path does not match |
| 828 | app_sales_lead_field_attachment_download | /saleslead/attachment/{fieldValueId}/download | Path does not match |
| 829 | app_sales_lead_newdescription | /saleslead/{id}/newdescription | Path does not match |
| 830 | app_sales_lead_upload_photo | /saleslead/uploadphoto | Path does not match |
| 831 | app_sales_lead_upload_photo_in_show | /saleslead/{id}/uploadphotoinshow | Path does not match |
| 832 | app_sales_lead_remove_photo | /saleslead/{id}/removephoto | Path does not match |
| 833 | app_sales_lead_linkcustomer | /saleslead/{id}/linkcustomer | Path does not match |
| 834 | app_sales_lead_removecustomer | /saleslead/{id}/removecustomer | Path does not match |
| 835 | app_sales_lead_linkproposal | /saleslead/{id}/linkproposal | Path does not match |
| 836 | app_sales_lead_linkorder | /saleslead/{id}/linkorder | Path does not match |
| 837 | app_sales_lead_removeproposal | /saleslead/{id}/removeproposal/{proposal} | Path does not match |
| 838 | app_sales_lead_removeorder | /saleslead/{id}/removeorder/{order} | Path does not match |
| 839 | app_sales_lead_assign_responsible | /saleslead/{id}/assignresponsible | Path does not match |
| 840 | app_sales_lead_update_delivery_address | /saleslead/{id}/updatedeliveryaddress | Path does not match |
| 841 | app_sales_lead_finish | /saleslead/{id}/finish | Path does not match |
| 842 | app_sales_lead_distribute | /saleslead/distribute | Path does not match |
| 843 | app_sales_lead_create_proposal | /saleslead/{id}/createproposal | Path does not match |
| 844 | app_sales_lead_create_order | /saleslead/{id}/createorder | Path does not match |
| 845 | app_sales_lead_create_task | /saleslead/{id}/createtask | Path does not match |
| 846 | app_sales_lead_linktask | /saleslead/{id}/linktask | Path does not match |
| 847 | app_sales_lead_removetask | /saleslead/{id}/removetask/{task} | Path does not match |
| 848 | app_sales_lead_field_index | /salesleadfield/ | Path does not match |
| 849 | app_sales_lead_field_new | /salesleadfield/new | Path does not match |
| 850 | app_sales_lead_field_changepriority | /salesleadfield/changepriority | Path does not match |
| 851 | app_sales_lead_field_updatepriority | /salesleadfield/updatepriority | Path does not match |
| 852 | app_sales_lead_field_show | /salesleadfield/{id} | Path does not match |
| 853 | app_sales_lead_field_edit | /salesleadfield/{id}/edit | Path does not match |
| 854 | app_sales_lead_field_softdelete | /salesleadfield/{id}/softdelete | Path does not match |
| 855 | app_sales_lead_template_index | /salesleadtemplate/ | Path does not match |
| 856 | app_sales_lead_template_getinfo | /salesleadtemplate/getinfo/{id} | Path does not match |
| 857 | app_sales_lead_template_new | /salesleadtemplate/new | Path does not match |
| 858 | app_sales_lead_template_show | /salesleadtemplate/{id} | Path does not match |
| 859 | app_sales_lead_template_edit | /salesleadtemplate/{id}/edit | Path does not match |
| 860 | app_sales_lead_template_softdelete | /salesleadtemplate/{id}/softdelete | Path does not match |
| 861 | app_scheduled_delivery_history_index | /scheduled/delivery/history/ | Path does not match |
| 862 | app_scheduled_delivery_history_new | /scheduled/delivery/history/new | Path does not match |
| 863 | app_scheduled_delivery_history_show | /scheduled/delivery/history/{id} | Path does not match |
| 864 | app_scheduled_delivery_history_edit | /scheduled/delivery/history/{id}/edit | Path does not match |
| 865 | app_scheduled_delivery_history_delete | /scheduled/delivery/history/{id} | Path does not match |
| 866 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.