콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8893 화면

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
7577
0
3월 15
4963
1
3월 15
6284
1
11월 24
1968
0
8월 24
1847