Salesman Profile

From UG

(Difference between revisions)
Jump to: navigation, search
(Commission Amount)
(Figures: removed Figure 2, renamed Figure 3)
 
(78 intermediate revisions not shown)
Line 3: Line 3:
== General Info ==
== General Info ==
-
* mantis: http://mantis.jaguarfreight.com/mantis/view.php?id=2051
+
* mantis: http://mantis.jaguarfreight.com/mantis/view.php?id=2052
-
== Business Requirements ==
+
== Salesman Functionality Overview ==
-
=== Terminology ===
+
There are 3 components at the moment:
-
==== Salesman ====
+
* Salesman Profile:
 +
** tag jag user as a salesman
 +
** manage commission schedule
 +
** manage salesman accounts
 +
** manage monthly targets
 +
 
 +
* [http://mantis.jaguarfreight.com/wiki/Commissions_Report Commissions Report]
 +
* [http://mantis.jaguarfreight.com/wiki/Salesman_Target_Report Salesman Target Report]
 +
 
 +
* Misc: set access permissions
 +
** These Salesman Commission Schedules and Salesman Accounts should not be visible to most users
 +
** They should be limited to management users only
 +
 
 +
== Concepts ==
 +
 
 +
=== Salesman ===
'''Salesman''' - jaguar employee who is in search for new companies who need to ship goods. Once such company agrees to send us orders ([[CT]]s) [[Inside Sales]] operators would create new [[Client Company]] in CT2. We call such company a '''Salesman Account'''.
'''Salesman''' - jaguar employee who is in search for new companies who need to ship goods. Once such company agrees to send us orders ([[CT]]s) [[Inside Sales]] operators would create new [[Client Company]] in CT2. We call such company a '''Salesman Account'''.
-
==== Salesman Account ====
+
===Salesman Account ===
See [[#Salesman]]  
See [[#Salesman]]  
-
==== Commission ====
+
=== Commission ===
-
See [[Commission]].
+
'''Commission''' - see also http://en.wikipedia.org/wiki/Commission_(remuneration)
-
==== Commission Percentage ====
+
=== Commission Percentage ===
'''Commission Percentage''' is a number. It represents share of a Jaguar profit that is due to the [[#Salesman]] (as it is a part of her compensation). This number changes - see [[#Commission Schedule]].
'''Commission Percentage''' is a number. It represents share of a Jaguar profit that is due to the [[#Salesman]] (as it is a part of her compensation). This number changes - see [[#Commission Schedule]].
-
==== Commission Start Date ====
+
=== Commission Start Date ===
''' Commission Start Date ''' - first date to calculate commission. This is [[Client Company]] specific.
''' Commission Start Date ''' - first date to calculate commission. This is [[Client Company]] specific.
-
==== Commission Schedule ====
+
=== Commission Schedule ===
'''Commission Schedule''' - represents change in [[#Commission Percentage]] based on how much time has elapsed since [[#Commission Start Date]].
'''Commission Schedule''' - represents change in [[#Commission Percentage]] based on how much time has elapsed since [[#Commission Start Date]].
-
Typical schedule:
+
''Example:''
* 1st year commission at 10%
* 1st year commission at 10%
* 2nd year commission at 7%
* 2nd year commission at 7%
-
* 3rd year commission at 5%
+
* 3rd year commission at 3%
-
* 4th year and on commission 3%
+
* 4th year and on commission 0%
-
These numbers could are [[Salesman]] specific.
+
These numbers are [[#Salesman]] specific. They are stored in the [http://mantis.jaguarfreight.com/wiki/Salesman_Profile#Interface Commision Shedule table] of the [[Salesman Profile]].
-
Given [[Salesman]] has same schedule for all Clients.
+
Given [[#Salesman]] has same schedule for all of his [[#Salesman Account]]s.
-
==== Commission Amount ====
+
=== Commission Amount ===
'''Commission Amount''' - dollar amount of commission that given [[#Salesman]] receives for specific [[#Client Company]] for specific Time Frame.
'''Commission Amount''' - dollar amount of commission that given [[#Salesman]] receives for specific [[#Client Company]] for specific Time Frame.
 +
* The calculation of [[Gross Profit]] should include all individual CTs that have [[Sailing Date]] within this Time Frame.
 +
* The calculation of commissions uses [[#Commission Schedule]] and is based upon '''profit''' CT only:
 +
:* if a profit on that CT, then there is commission due
 +
:* if a loss on that CT, then there is NO commission due
''Example 1''
''Example 1''
-
If John Smith has
+
Assume that:
-
==== Salesman Target ====
+
* for Client Company ABC Corp. salesman John Smith has a Commission Percentage of 10% for Dec 2009 and 5% for Jan 2010
 +
* [[Gross Profit]] for Client Company ABC Corp. for Dec 2009 is 2000 USD
 +
* [[Gross Profit]] for Client Company ABC Corp. for Jan 2010 is 1000 USD
 +
* Commission Start Date of John Smith for Client Company ABC Corp. is Jan 1, 2009
-
'''Salesman Target''' - A dollar figure set by the VP of sales that a salesman is to reach per calendar month.  This is calculated by adding all profit values for all shipments associated with his accounts. See [[#Salesman Account]]
+
Then Commission Amount for Client Company ABC Corp., salesman John Smith and time frame ''from Dec 1, 2009 to Jan 31, 2010'' is:
-
=== Core Need ===
+
2000 x .10 + 1000 x .05 = 200 + 50 = 250
-
Ability to manage all JFS salesmen; to be able to tag and report on each of the salesman's client accounts.
+
-
=== Requirements ===
+
=== Salesman Monthly Target ===
 +
A dollar figure '''set''' by the VP of sales that a salesman is to reach per calendar month for all of his [[#Salesman Account]]s.
 +
=== Salesman Monthly Actual ===
 +
It is '''calculated''' by adding all profit values for all shipments associated with all of her accounts.
 +
== Design ==
 +
=== Access Restrictions ===
 +
* Access Restrictions to info from Salesman Profiles should be limited to management users only.
-
Profile to Include:
+
=== Data Tables ===
 +
* There are three tables for Salesman feature:
 +
** '''Commision Shedule table'''
 +
*** This table corresponds to the [[#Commission_Schedule]] specification and represents change in [[#Commission_Percentage |Commission Percentage]] of current Salesman.
 +
*** System keeps history of all set Percentage values of Salesman for each Time frame, but displays only actual of them.
 +
*** Table consists:
 +
**** Time Frame - time in years has elapsed since [[#Commission_Start_Date]].
 +
**** Commission Percentage - number representing share of a Jaguar profit that is due to the current Salesman.
 +
**** Date Set - date of set percentage value for Time frame for the current Salesman. ''details needed'' --[[User:Andrei|Andrei]] 17:31, 11 January 2011 (EST)
 +
*** Current Salesman has same schedule for all of his [[#Salesman_Account]].
 +
** '''Salesman Accounts table'''
 +
*** This table contains list of all Salesman Accounts with appropriate Commission Start/End Dates.
 +
*** Table consists:
 +
**** Client Company (=Salesman Account) - company which agrees to send us orders (CTs).
 +
**** Commission Start Day - first date to calculate commission for specified Client Company.
 +
**** Commission End Day - last date to calculate commission for specified Client Company.
 +
** '''Salesman Monthly table'''
 +
*** This table contains list of set '''target''' Salesman Montly values.
 +
*** Table consists:
 +
**** "Year-Month" pair of Salesman Monthly.
 +
**** Salesman [[#Salesman_Monthly_Target]] value.
-
*Salesman’s Name
+
== Detailed Design ==
-
*Salesman’s Start Date
+
-
*Salesman’s Commission Table (this would be determined and set by the sales manager)
+
-
== History ==
 
-
=== BA ===
+
=== Business Workflows and Events ===
 +
 
 +
'''Normal Workflows:'''
 +
 
 +
* New Salesman Hired
 +
* Set Monthly target for Salesman (first time)
 +
* Salesman gets his first account
 +
* Calculate Salesman Commissions
 +
* Generate Salesman Target Report
 +
* Update Monthly target for Salesman
 +
* Add additional accounts
 +
* Close Accounts
 +
* Change Commission schedule
 +
* Delete or Archive Salesman
 +
 
 +
'''Some Exceptional Workflows:'''
 +
 
 +
* Salesman hired with accounts
 +
* Client added by mistake
 +
* No targets set
 +
 
 +
== Figures ==
 +
 
 +
=== Consolidated Example of Data Tables ===
 +
[[File:Salesman_profile.gif]]
 +
 
 +
== History ==
-
* see [[#Business Requirements]]
+
=== 0002052: (Salesman: Profile) Create this new component ===

Current revision as of 22:35, 11 January 2011


Contents

[edit] General Info

[edit] Salesman Functionality Overview

There are 3 components at the moment:

  • Salesman Profile:
    • tag jag user as a salesman
    • manage commission schedule
    • manage salesman accounts
    • manage monthly targets
  • Misc: set access permissions
    • These Salesman Commission Schedules and Salesman Accounts should not be visible to most users
    • They should be limited to management users only

[edit] Concepts

[edit] Salesman

Salesman - jaguar employee who is in search for new companies who need to ship goods. Once such company agrees to send us orders (CTs) Inside Sales operators would create new Client Company in CT2. We call such company a Salesman Account.

[edit] Salesman Account

See #Salesman

[edit] Commission

Commission - see also http://en.wikipedia.org/wiki/Commission_(remuneration)

[edit] Commission Percentage

Commission Percentage is a number. It represents share of a Jaguar profit that is due to the #Salesman (as it is a part of her compensation). This number changes - see #Commission Schedule.

[edit] Commission Start Date

Commission Start Date - first date to calculate commission. This is Client Company specific.

[edit] Commission Schedule

Commission Schedule - represents change in #Commission Percentage based on how much time has elapsed since #Commission Start Date.

Example:

  • 1st year commission at 10%
  • 2nd year commission at 7%
  • 3rd year commission at 3%
  • 4th year and on commission 0%

These numbers are #Salesman specific. They are stored in the Commision Shedule table of the Salesman Profile.

Given #Salesman has same schedule for all of his #Salesman Accounts.

[edit] Commission Amount

Commission Amount - dollar amount of commission that given #Salesman receives for specific #Client Company for specific Time Frame.

  • if a profit on that CT, then there is commission due
  • if a loss on that CT, then there is NO commission due

Example 1

Assume that:

  • for Client Company ABC Corp. salesman John Smith has a Commission Percentage of 10% for Dec 2009 and 5% for Jan 2010
  • Gross Profit for Client Company ABC Corp. for Dec 2009 is 2000 USD
  • Gross Profit for Client Company ABC Corp. for Jan 2010 is 1000 USD
  • Commission Start Date of John Smith for Client Company ABC Corp. is Jan 1, 2009

Then Commission Amount for Client Company ABC Corp., salesman John Smith and time frame from Dec 1, 2009 to Jan 31, 2010 is:

2000 x .10 + 1000 x .05 = 200 + 50 = 250

[edit] Salesman Monthly Target

A dollar figure set by the VP of sales that a salesman is to reach per calendar month for all of his #Salesman Accounts.

[edit] Salesman Monthly Actual

It is calculated by adding all profit values for all shipments associated with all of her accounts.

[edit] Design

[edit] Access Restrictions

  • Access Restrictions to info from Salesman Profiles should be limited to management users only.

[edit] Data Tables

  • There are three tables for Salesman feature:
    • Commision Shedule table
      • This table corresponds to the #Commission_Schedule specification and represents change in Commission Percentage of current Salesman.
      • System keeps history of all set Percentage values of Salesman for each Time frame, but displays only actual of them.
      • Table consists:
        • Time Frame - time in years has elapsed since #Commission_Start_Date.
        • Commission Percentage - number representing share of a Jaguar profit that is due to the current Salesman.
        • Date Set - date of set percentage value for Time frame for the current Salesman. details needed --Andrei 17:31, 11 January 2011 (EST)
      • Current Salesman has same schedule for all of his #Salesman_Account.
    • Salesman Accounts table
      • This table contains list of all Salesman Accounts with appropriate Commission Start/End Dates.
      • Table consists:
        • Client Company (=Salesman Account) - company which agrees to send us orders (CTs).
        • Commission Start Day - first date to calculate commission for specified Client Company.
        • Commission End Day - last date to calculate commission for specified Client Company.
    • Salesman Monthly table
      • This table contains list of set target Salesman Montly values.
      • Table consists:

[edit] Detailed Design

[edit] Business Workflows and Events

Normal Workflows:

  • New Salesman Hired
  • Set Monthly target for Salesman (first time)
  • Salesman gets his first account
  • Calculate Salesman Commissions
  • Generate Salesman Target Report
  • Update Monthly target for Salesman
  • Add additional accounts
  • Close Accounts
  • Change Commission schedule
  • Delete or Archive Salesman

Some Exceptional Workflows:

  • Salesman hired with accounts
  • Client added by mistake
  • No targets set

[edit] Figures

[edit] Consolidated Example of Data Tables

File:Salesman_profile.gif

[edit] History

[edit] 0002052: (Salesman: Profile) Create this new component

Personal tools