Skip to content

mah-shamim/Commission-Calculator

Repository files navigation

Commission Calculator

Installation

  • 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

Application Run

  • To start the application run this command
php artisan serve --port=5005

Manual

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.

Input data

Operations are given in a CSV file. In each line of the file the following data is provided:

  1. operation date in format Y-m-d
  2. user's identificator, number
  3. user's type, one of private or business
  4. operation type, one of deposit or withdraw
  5. operation amount (for example 2.12 or 3)
  6. operation currency, one of EUR, USD, JPY

Interface

Commission Calculator

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published