Skip to content

Desktop application that automates the process of calculating employee sales commissions for local company.

Notifications You must be signed in to change notification settings

NoahTK7/IFCommissions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Demonstration Video: https://youtu.be/2Q9dLzOwM0Y

About

Summary

The Invisible Fence Commissions Calculator is a Java Swing application designed to streamline the process of calculating commissions for employee-sold contracts. The cost of each contract is calculated using a database (json file) of parts and their associated costs. The profit of the contract (subtotal - cost) is used to determine the ratio of profit to cost and percentage of the profit that the employee is awarded for the sale. The application loads the contracts from excel files exported from the Invisible Fence CRM. The aplication also creates detailed reports for each employee that include each contract's determined parts and all calculations (for manual reveiw).

I wrote this application from scratch with the help of the Java Swing Documentation and IntelliJ GUI Forms. Unless otherwise noted (couple of utility classes in Util package), all code is my own.

Interface Structure

  • Setup: basic parameters are entered
  • Configuration: manipulation of item costs in contracts
  • Settings: manual manipulation of calculation parameters
  • Run: displays summary of output

Instructions

Simply execute the jar file after installing Java 8.

OR use the IFCommissions Launcher here to receive automatic updates each time the application is launched.

For all downloads, visit https://ifcommissions.noahkurrack.com/jars/ .

Credit

Copyright (C) 2018 Noah Kurrack. All Rights Reserved.

Contents of this project may be distributed or copied for non-commercial use only.

Open Source Libraries

The following third party libraries that are used in the project are licensed under the Apache License, Version 2.0; software used in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

About

Desktop application that automates the process of calculating employee sales commissions for local company.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages