blob: 74cc7f38aeaa3f5746a7f3ae3de635dbd35e9b20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
<html>
<body>
<section class="oe_container oe_dark">
<div class="oe_row">
<h2 class="oe_slogan">Jasper Report</h2>
<h3 class="oe_slogan">This Module Gives The Features for creating Jasper Reports</h3>
<div class="oe_row_img oe_centered oe_mt32" align="center">
<p class="oe_mt32">
</p>
<img class="oe_picture oe_screenshot" src="apps.png">
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row">
<h2 class="oe_slogan">Configure Java path</h2>
<h3 class="oe_slogan">In your Odoo web interface, under the Company Data -> Jasper Configuration, add java path.</h3>
<div class="oe_row_img oe_centered oe_mt32" align="center">
<p class="oe_mt32">
</p>
<img class="oe_picture oe_screenshot" src="java_path.png">
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row">
<h2 class="oe_slogan">Jasper Report Menu</h2>
<h3 class="oe_slogan">In your Odoo web interface, under the Technical section, jasper reports menu is there.</h3>
<div class="oe_row_img oe_centered oe_mt32" align="center">
<p class="oe_mt32">
</p>
<img class="oe_picture oe_screenshot" src="jasper_menu.png">
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row">
<h2 class="oe_slogan">Jasper Data Template</h2>
<h3 class="oe_slogan">From your Jasper Menu, Create a jasper reports data template file.</h3>
<div class="oe_row_img oe_centered oe_mt32" align="center">
<p class="oe_mt32">
</p>
<img class="oe_picture oe_screenshot" src="data_template.png">
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row">
<h2 class="oe_slogan">Design Jasper Report</h2>
<h3 class="oe_slogan">In Jasper Studio, import the .xml file which was generated from Odoo and design your Jasper Report as .jrxml.</h3>
<div class="oe_row_img oe_centered oe_mt32" align="center">
<p class="oe_mt32">
</p>
<img class="oe_picture oe_screenshot" src="jasper_studio.png">
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row">
<h2 class="oe_slogan">Create Jasper Report</h2>
<h3 class="oe_slogan">Create a jasper reports for your module with your .jrxml file.</h3>
<div class="oe_row_img oe_centered oe_mt32" align="center">
<p class="oe_mt32">
</p>
<img class="oe_picture oe_screenshot" src="create_report.png">
</div>
<p class="oe_mt32">Demo reports can be founded in jasper_reports/demo folder.</p>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row">
<h2 class="oe_slogan">Print Jasper Report</h2>
<div class="oe_row_img oe_centered oe_mt32" align="center">
<p class="oe_mt32">
</p>
<img class="oe_picture oe_screenshot" src="print_report.png">
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row">
<h2 class="oe_slogan">Example Of Jasper Report</h2>
<div class="oe_row_img oe_centered oe_mt32" align="center">
<p class="oe_mt32">
</p>
<img class="oe_picture oe_screenshot" src="example.png">
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row">
<h2 class="oe_slogan">Jasper Report 'uuid' error</h2>
<div>
<p class="oe_mt32">
<h4>
<b> Error:<br/>
<br/>
"Attribute 'uuid' is not allowed to appear in element 'jasperReport'."</b><br/>
</h4>
<h4>
<b><br/>
Solution: <br/>
<br/><b>
Solution 1: Open the .jrxml file created and remove uuid attributes. <br/>
Solution 2: Go to the Jasper Studio --> 'Window' --> 'Preferences' <br/>
Jasper Studio --> Compatibility --> In the drop down select/apply 'JasperReports 3.5.1'
</b>
</h4>
</p>
</div>
</div>
</section>
</body>
</html>
|