Question:

What is payroll system variables ?

by  |  earlier

0 LIKES UnLike

what is payroll system variables ?

 Tags:

   Report

2 ANSWERS


  1. There is no generic answer to this query, it all depends on the context.

    The variables depend on the kind of system you would like to design. For example, you can write a simple program in C/C++/Java etc to calculate the total payment due to an employee given the various constituents of the final payment (various allowances, PF contributions etc.) In this case one can define variables as needed.


  2. it depends. for an hourly payroll system, you will need:

    entering_time, exiting_time, hourly_pay_rate;

    you can calculate time worked by subtracting exiting_time by entering_time, but you will have to consider minutes. then you multiply hourly_pay_rate with time worked.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.