跳至内容
菜单
此问题已终结
1 回复
8683 查看

How can I add a company logo to attendance by month on a xsl report ? I'd like to add the company header in my report.

形象
丢弃

Is it xsl or xls as in excel sheet ?

编写者

not excel sheet i want to add logo in report \Server\addons\hr_attendance\report\bymonth.xsl

Have you tried editing the report using openoffice - you get the opportunity to add the company header when you save it

编写者

you can't edit report xsl with OpenReports Designer, you can edit just the RML report with openoffice.

最佳答案

To set header

Open attendance_by_month.py

edit below line: report_custom('report.hr.attendance.bymonth', 'hr.employee', '', 'addons/hr_attendance/report/bymonth.xsl')

And make it to: report_custom('report.hr.attendance.bymonth', 'hr.employee', '', 'addons/hr_attendance/report/bymonth.xsl', header='external')

This will add company default header.

@Enjoy.

形象
丢弃
相关帖文 回复 查看 活动
0
3月 15
7295
0
3月 15
4708
1
3月 15
5988
1
11月 24
1614
0
8月 24
1619