[REF]hr_payroll: code cleaning.

bzr revid: vra@tinyerp.com-20101015060646-j13hl72gw54m28sk
This commit is contained in:
vra 2010-10-15 11:36:46 +05:30
parent a124c15f32
commit e02663c0e5
7 changed files with 10 additions and 14 deletions

View File

@ -27,4 +27,6 @@ import report_payroll_advice
import report_year_salary
import report_payroll_register
import report_employees_detail
import report_emp_salary_structure
import report_emp_salary_structure
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -89,13 +89,6 @@ class salary_structure_report(report_sxw.rml_parse):
report_sxw.report_sxw('report.salary.structure', 'hr.employee', 'hr_payroll/report/report_emp_salary_structure.rml', parser=salary_structure_report)
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -82,3 +82,5 @@ report_sxw.report_sxw(
'hr_payroll/report/payroll_register.rml',
parser=report_payroll_register
)
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -99,11 +99,6 @@ class payslip_report(report_sxw.rml_parse):
report_sxw.report_sxw('report.payslip.pdf', 'hr.payslip', 'hr_payroll/report/payslip.rml', parser=payslip_report)
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -98,5 +98,5 @@ class year_salary_report(rml_parse.rml_parse):
report_sxw.report_sxw('report.year.salary', 'hr.payslip', 'hr_payroll/report/report_year_report.rml', parser=year_salary_report,header='internal landscape')
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -169,3 +169,5 @@ class rml_parse(report_sxw.rml_parse):
else :
found.getparent().replace(found,tag)
return True
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,3 +24,5 @@
import hr_payroll_employees_detail
#import hr_payroll_create_analytic
import hr_payroll_year_salary
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: