Tax calc

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nkp

    Tax calc

    Hi.....have a small staff of 6 employees and VB installed, and wish to
    calculate their wages (and don't wish to go down the Sage/Quick Books
    route).
    Can anyone help with a simple bit of code to accept input of hours and
    rate of pay and then work out UK tax? (at present 22% after personal
    allowance of £4353).
    Any pointers much appreciated .

  • J French

    #2
    Re: Tax calc

    On Thu, 2 Oct 2003 21:31:04 +0000 (UTC), nkp
    <weatheredwall@ btinternet.com> wrote:
    [color=blue]
    >Hi.....have a small staff of 6 employees and VB installed, and wish to
    >calculate their wages (and don't wish to go down the Sage/Quick Books
    >route).
    >Can anyone help with a simple bit of code to accept input of hours and
    >rate of pay and then work out UK tax? (at present 22% after personal
    >allowance of £4353).
    >Any pointers much appreciated .[/color]

    1) the personal allowance may not be £4353
    2) what about the 10% band ?
    3) what about Employee's NI ?
    4) what about Employer's NI ?

    Something makes me suspect that you do not have much idea of running a
    payroll
    .... homework ?

    Comment

    • Steve Gerrard

      #3
      Re: Tax calc

      Why not just use Excel?

      "nkp" <weatheredwall@ btinternet.com> wrote in message
      news:bli5eo$hkc [email protected] rnet.com...[color=blue]
      > Hi.....have a small staff of 6 employees and VB installed, and wish to
      > calculate their wages (and don't wish to go down the Sage/Quick Books
      > route).
      > Can anyone help with a simple bit of code to accept input of hours and
      > rate of pay and then work out UK tax? (at present 22% after personal
      > allowance of £4353).
      > Any pointers much appreciated .
      >[/color]


      Comment

      Working...