QB / QB64 Discussion Forum      Other Subforums, Links and Downloads
Respond to this messageReturn to Index
Original Message
  • My bad
    • (Login burger2227)
      R
      Posted Dec 6, 2009 4:29 PM

      OK, based on gross sales as the data, it calculates like this:

      Take 10% of the gross sales as the commision. IE Divide by 10:

      Commission = GrossSales / 10 ' or multiply by .1

      CONST BaseSalary = 10000

      IF GrossSales > 80000 THEN Bonus = 500 ELSE Bonus = 0

      GrossWages = BaseSalary + Commission + Bonus

      I don't think Mike is paying attention anymore anyhow and I'm tired of dancing around this.




    Login Status
  • You are not logged in
    • Login
      Password
       

      Optional
      Provides additional benefits such as notifications, signatures, and user authentication.


      Create Account
    Your Name
    Your Email
    (Optional)
    Message Title
    Message Text
    Options Also send responses to my email address