← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 841565] [NEW] trunk: hr_payroll improvement suggestion

 

Public bug reported:

Hello,

Current Hr_payroll module should have these features.

1) There should be a line in in Worked Days which will give us exact  number of days  the company is working during that period. 
    -- currently it is giving us the number of days worked by the employee. 
       say for example 21 days in month of july. 

               code               Number of Days 
               work100         21 
              and if there is  leave of 3 days by the employee so the number  changes accordingly 

           code                     Number of Days 
           work100             18 
           Legal Leaves      3 

       There must be a line which give us the exact working days of  company(Which will help us to define rules) 
         e.g: 
           code                     Number of Days 
           company100       21 
           work100              18 
           Legal Leaves       3 

2) Currently the "Compute Sheet" button is not calculating the working
days,     We need to perform on_change of employee to get the lines in
worked  days as well as Input Data

3) Payslip Details report should show the  lines in following sequence 
           --- Basic 
           --- Allowance 
           --- Gross 
           --- Deduction 
           --- Net 

4) There should be an extra column in Payslip Details report which will  show the Total of Lines 
   (The amount in Total should show in different columns for rule  category and rule) 

5)  No need to show the contract field on form view of hr.payslip.input
object.

6) Right Now it is hard to configure any rule for holidays.

These improvements are suggested by mga sir.

Thanks,
Purnendu Singh

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/841565

Title:
  trunk: hr_payroll improvement suggestion

Status in OpenERP Modules (addons):
  New

Bug description:
  Hello,

  Current Hr_payroll module should have these features.

  1) There should be a line in in Worked Days which will give us exact  number of days  the company is working during that period. 
      -- currently it is giving us the number of days worked by the employee. 
         say for example 21 days in month of july. 

                 code               Number of Days 
                 work100         21 
                and if there is  leave of 3 days by the employee so the number  changes accordingly 

             code                     Number of Days 
             work100             18 
             Legal Leaves      3 

         There must be a line which give us the exact working days of  company(Which will help us to define rules) 
           e.g: 
             code                     Number of Days 
             company100       21 
             work100              18 
             Legal Leaves       3 

  2) Currently the "Compute Sheet" button is not calculating the working
  days,     We need to perform on_change of employee to get the lines in
  worked  days as well as Input Data

  3) Payslip Details report should show the  lines in following sequence 
             --- Basic 
             --- Allowance 
             --- Gross 
             --- Deduction 
             --- Net 

  4) There should be an extra column in Payslip Details report which will  show the Total of Lines 
     (The amount in Total should show in different columns for rule  category and rule) 

  5)  No need to show the contract field on form view of
  hr.payslip.input  object.

  6) Right Now it is hard to configure any rule for holidays.

  These improvements are suggested by mga sir.

  Thanks,
  Purnendu Singh

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/841565/+subscriptions


Follow ups

References