How i make ERD Diagram for payroll salary for employees

  • Hi guys i want to make database for payroll only but i don't know how to make structure for this

    suppose i want to calculate payroll every month for employees as following

    basic salary

    bonus

    overtime

    absence

    deduction

    meaning

    salary = basic salary +bonus+overtime-absence-deduction

    How i make database (ERD)Diagram for this

    Meaning tables i need and relations

  • i googled for "payroll database examples"

    and went for images related to the search;

    this is the first one tha it saw that appealed to me, but it's really up to you to find an example you are comfortable with:

    the image comes from some opensource software at http://epayroll.sourceforge.net, so you might want to consider not reinventing the wheel, when there are so many exisitng options out there.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Take a look at Industry-specific Data Models from Database Answers[/url]

    😎

  • ahmed_elbarbary.2010 (4/28/2014)


    Hi guys i want to make database for payroll only but i don't know how to make structure for this

    suppose i want to calculate payroll every month for employees as following

    basic salary

    bonus

    overtime

    absence

    deduction

    meaning

    salary = basic salary +bonus+overtime-absence-deduction

    How i make database (ERD)Diagram for this

    Meaning tables i need and relations

    My recommendation is that you shouldn't actually spend any time doing this because you're going to miss a whole lot of stuff.

    For example...

    I see nothing in here to handle 1099 employees.

    I see nothing in here to handle taxes right down to the city level.

    And if you do write one, the testing will take a whole lot longer than you could ever imagine.

    My bottom line recommendation is to use some form of 3rd party software that is well established and very well proven. If you want control over the software, the buy "Quick Books", will also allow for imports and exports if needed. If you don't care about absolute control, the sign up for a Web Service that will do it.

    Payroll is one of the most difficult things there is to get right. Considering that you're asking how to design the database, I'll suggest that you're not going to get it right. Buy a 3rd party solution.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Jeff Moden (4/28/2014)


    ahmed_elbarbary.2010 (4/28/2014)


    Hi guys i want to make database for payroll only but i don't know how to make structure for this

    suppose i want to calculate payroll every month for employees as following

    basic salary

    bonus

    overtime

    absence

    deduction

    meaning

    salary = basic salary +bonus+overtime-absence-deduction

    How i make database (ERD)Diagram for this

    Meaning tables i need and relations

    My recommendation is that you shouldn't actually spend any time doing this because you're going to miss a whole lot of stuff.

    For example...

    I see nothing in here to handle 1099 employees.

    I see nothing in here to handle taxes right down to the city level.

    And if you do write one, the testing will take a whole lot longer than you could ever imagine.

    My bottom line recommendation is to use some form of 3rd party software that is well established and very well proven. If you want control over the software, the buy "Quick Books", will also allow for imports and exports if needed. If you don't care about absolute control, the sign up for a Web Service that will do it.

    Payroll is one of the most difficult things there is to get right. Considering that you're asking how to design the database, I'll suggest that you're not going to get it right. Buy a 3rd party solution.

    I agree with everything Jeff says, and I would recommend that you find a hosted solution, especially if it is for a fairly small organization.

    Even if you buy third-party software, the number of changes to laws will give you a full time job applying changes to the software, so let that be someone else's problem.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply