- Git clone the project repository from this link: Commission Calculator
- Execute this command to install composer dependence
composer install
- Create an application Encryption Key using this command
php artisan key:generate
- To start the application run this command
php artisan serve --port=5005
- Click on this link: Commission Calculator to open application
To properly operate this application please follow these instructions:
- Upload a deposit sample file in csv format Example
- Submit the form by clicking Calculate button
- After file upload system will calculate commission
- System will return a table styled list of inputs and commissions.
Operations are given in a CSV file. In each line of the file the following data is provided:
- operation date in format
Y-m-d
- user's identificator, number
- user's type, one of
private
orbusiness
- operation type, one of
deposit
orwithdraw
- operation amount (for example
2.12
or3
) - operation currency, one of
EUR
,USD
,JPY