~openbias/bias-trunk/bias-public-trunk

« back to all changes in this revision

Viewing changes to hr_payroll/hr_paroll_report.xml

  • Committer: Jose Patricio
  • Date: 2011-10-19 03:16:40 UTC
  • Revision ID: josepato@bias.com.mx-20111019031640-05zd7r5lxwx084qu
el push inicial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
        <data>
 
4
             <report 
 
5
                auto="False" 
 
6
                id="salary_payslip" 
 
7
                model="hr.payslip" 
 
8
                name="payslip.pdf" 
 
9
                rml="hr_payroll/report/payslip.rml" 
 
10
                string="Employee PaySlip" />
 
11
                
 
12
             <report 
 
13
                auto="False" 
 
14
                id="payroll_advice" 
 
15
                model="hr.payroll.advice" 
 
16
                name="payroll.advice" 
 
17
                rml="hr_payroll/report/report_payroll_advice.rml" 
 
18
                string="Bank Payment Advice" />
 
19
 
 
20
             <report 
 
21
                auto="False" 
 
22
                id="year_salary_report" 
 
23
                model="hr.payslip" 
 
24
                name="year.salary" 
 
25
                rml="hr_payroll/report/report_year_report.rml"
 
26
                menu = "False" 
 
27
                string="Year Salary Report" />
 
28
                
 
29
        <report 
 
30
                auto="False" 
 
31
                id="year_payroll_register" 
 
32
                model="hr.payroll.register" 
 
33
                name="hr.payroll.register.sheet" 
 
34
                rml="hr_payroll/report/payroll_register.rml"
 
35
                menu = "True" 
 
36
                string="Print Statement" />
 
37
 
 
38
             <report 
 
39
                auto="False" 
 
40
                id="year_employees_detail" 
 
41
                model="hr.payslip" 
 
42
                name="employees.salary" 
 
43
                rml="hr_payroll/report/report_employees_detail.rml"
 
44
                menu = "False" 
 
45
                string="Employees Salary Detail" />
 
46
                
 
47
        <report 
 
48
                auto="False" 
 
49
                id="salary_structure_register" 
 
50
                model="hr.employee" 
 
51
                name="salary.structure" 
 
52
                rml="hr_payroll/report/report_emp_salary_structure.rml"
 
53
                menu = "True" 
 
54
                string="Print Salary Structure" />
 
55
  
 
56
        </data>
 
57
</openerp>