Activity log for bug #1266097

Date Who What changed Old value New value Message
2014-01-04 20:51:13 Mustafa Rawi bug added bug
2014-01-04 20:51:13 Mustafa Rawi attachment added Statusbar inside sheet https://bugs.launchpad.net/bugs/1266097/+attachment/3940719/+files/Employment%20Termination.png
2014-01-04 20:51:53 Mustafa Rawi description In rev144, security rules point to line 726 in hr_payroll_period/hr_payroll_period.py "class hr_payroll_period_adjustment(osv.Model):" raising an error when installing. Didn't check if these are fixed in rev144: The lines: <delete model="hr.holidays.status" search="[('name','like','Legal Leaves%')]"/> <delete model="hr.holidays.status" search="[('name','=','Compensatory Days')]"/> <delete model="hr.holidays.status" search="[('name','=','Unpaid')]"/> in files: hr_policy_absence\data\salary_rules_data.xml hr_payroll_extension\data\hr_payroll_extension_data.xml try to delete previously deleted leave types, causing an error. Had to comment them out to install the module. Several statusbars (and some headers) are placed inside the sheet using xpath. See attachment. all Payroll Exceptions Rules raise an error when computing sheet from Advanced > Employee Payslips. Wrong python condition defined for payroll exception rule Net Salary is less than 1/3 of Gross (NET13GROSS). Wrong python condition defined for payroll exception rule Net Salary is negative (NETNEG). Wrong python condition defined for payroll exception rule Net Salary is Zero (NETZERO). End of Period wizard can not lock period using button. ----------------------------- If any detailed information is required, I'll be more than happy to provide it. In rev144, security rules point to line 726 in hr_payroll_period/hr_payroll_period.py "class hr_payroll_period_adjustment(osv.Model):" raising an error when installing. Didn't check if the following were fixed in rev144: The lines:         <delete model="hr.holidays.status" search="[('name','like','Legal Leaves%')]"/>         <delete model="hr.holidays.status" search="[('name','=','Compensatory Days')]"/>         <delete model="hr.holidays.status" search="[('name','=','Unpaid')]"/> in files: hr_policy_absence\data\salary_rules_data.xml hr_payroll_extension\data\hr_payroll_extension_data.xml try to delete previously deleted leave types, causing an error. Had to comment them out to install the module. Several statusbars (and some headers) are placed inside the sheet using xpath. See attachment. all Payroll Exceptions Rules raise an error when computing sheet from Advanced > Employee Payslips. Wrong python condition defined for payroll exception rule Net Salary is less than 1/3 of Gross (NET13GROSS). Wrong python condition defined for payroll exception rule Net Salary is negative (NETNEG). Wrong python condition defined for payroll exception rule Net Salary is Zero (NETZERO). End of Period wizard can not lock period using button. ----------------------------- If any detailed information is required, I'll be more than happy to provide it.