Route documentation

GET|HEAD /
Maps to the Home route and redirects a user to the dashboard.
GET|HEAD blacklist
Show the main view
POST blacklist
Save an entry into the blacklist in database
GET|HEAD blacklist/create
Show the view to add an entry into the blacklist
DELETE blacklist/{blacklist}
Delete a blacklist entry in database
PUT|PATCH blacklist/{blacklist}
Update entyry data in database
GET|HEAD blacklist/{blacklist}/edit
Show the view to edit a blacklist entry
POST blacklistSearch
Returns the search results from the blacklist table in the database
GET|HEAD branch
Show the main view
POST branch
Save a branch in database
GET|HEAD branch/create
Show the view to create a branch
PUT|PATCH branch/{branch}
Update branch data in database
DELETE branch/{branch}
Delete a branch in database
GET|HEAD branch/{branch}/edit
Show the view to edit a branch
GET|HEAD clearCache
Route used to run a cache:clear command from the browser on deployment.
POST currency
Save a currency in database
GET|HEAD currency
Show the main view
GET|HEAD currency/create
Show the view to create a currency
POST currency/sortable
Saves the order value of the currency via ajax upon sorting of the currencies table on currency.index
PUT|PATCH currency/{currency}
Update currency data in database
DELETE currency/{currency}
Delete a currency in database
GET|HEAD currency/{currency}/edit
Show the view to edit a currency
GET|HEAD currencyRate/{id}
Get the current currency rate from the database.
GET|HEAD customer
Generates an excel export of all the customers in the system.
POST customer
Save a customer in the database
GET|HEAD customer/create
Show the view to create a customer
GET|HEAD customer/excel
Generates an excel export of all the customers in the system.
DELETE customer/{customer}
Delete a customer in database
PUT|PATCH customer/{customer}
Update customer data in database
GET|HEAD customer/{customer}/edit
Show the view to edit a customer
GET|HEAD customerPicture/{id}
Returns a page for the upload of a customer picture via ajax
POST customerSearch
Returns the search results from the customer table in the database
GET|HEAD exchangeRate
Show the main view
POST exchangeRate
Save the exchange rate for a currency in database
GET|HEAD exchangeRate/create
This is a show page that maps to exchangeRate.create that is used to set the current exchange rate for a currency
GET|HEAD exchangeRate/create/{id}
This is a show page that maps to exchangeRate.create that is used to set the current exchange rate for a currency
DELETE exchangeRate/{exchangeRate}
Delete the exchange rate for a currency in database
PUT|PATCH exchangeRate/{exchangeRate}
Update the exchange rate for a currency in database
GET|HEAD exchangeRate/{exchangeRate}/edit
Show the view to edit the exchange rate for a currency
POST filterForex
POST filterTransfer
GET|HEAD forex
POST forex
Save a forex transaction in database
PUT|PATCH forex/{forex}
Update forex transaction data in database
DELETE forex/{forex}
Delete a forex transaction in database
GET|HEAD forex/{forex}/edit
Show the view to edit a forex transaction
GET|HEAD forex/{id}/excel
Generates an excel export of the forex transaction
GET|HEAD forex/{id}/pdf
Generates an pdf export of the forex transaction
GET|HEAD home
Maps to the Home route and redirects a user to the dashboard.
GET|HEAD idDocument
Show the main view
POST idDocument
Save an id document in database
GET|HEAD idDocument/create
Show the view to create an id document
DELETE idDocument/{idDocument}
Delete an id document in database
PUT|PATCH idDocument/{idDocument}
Update id document data in database
GET|HEAD idDocument/{idDocument}/edit
Show the view to edit an id document
POST image-crop/{id}
Uploads via an ajax call the cropped image for a customer.
POST login
GET|HEAD login
POST logout
POST password/confirm
POST password/email
POST password/reset
POST register
GET|HEAD register
GET|HEAD suspicious
Show the main view
POST suspicious
mark a transaction as suspicious
GET|HEAD transfer
POST transfer
Save a money transfer entry in database
GET|HEAD transfer/{id}/excel
Generates an excel export of the transfer
GET|HEAD transfer/{id}/pdf
Generates an pdf export of the transfer
PUT|PATCH transfer/{transfer}
Update money transfer entry data in database
DELETE transfer/{transfer}
Delete a money transfer entry in database
GET|HEAD transfer/{transfer}/edit
Show the view to edit a money transfer entry
POST user
GET|HEAD user
GET|HEAD user/create
PUT|PATCH user/{user}
GET|HEAD user/{user}