casperreports 0.0.1 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/spec/data/testreport.jrxml +13 -0
- metadata +2 -20
data/spec/data/testreport.jrxml
CHANGED
@@ -12,6 +12,9 @@
|
|
12
12
|
<field name="last-name" class="java.lang.String">
|
13
13
|
<fieldDescription><![CDATA[last-name]]></fieldDescription>
|
14
14
|
</field>
|
15
|
+
<field name="work-phone" class="java.lang.String">
|
16
|
+
<fieldDescription><![CDATA[work-phone]]></fieldDescription>
|
17
|
+
</field>
|
15
18
|
<background>
|
16
19
|
<band splitType="Stretch"/>
|
17
20
|
</background>
|
@@ -33,6 +36,11 @@
|
|
33
36
|
<textElement/>
|
34
37
|
<text><![CDATA[last-name]]></text>
|
35
38
|
</staticText>
|
39
|
+
<staticText>
|
40
|
+
<reportElement x="283" y="0" width="100" height="20"/>
|
41
|
+
<textElement/>
|
42
|
+
<text><![CDATA[work-phone]]></text>
|
43
|
+
</staticText>
|
36
44
|
</band>
|
37
45
|
</columnHeader>
|
38
46
|
<detail>
|
@@ -47,6 +55,11 @@
|
|
47
55
|
<textElement/>
|
48
56
|
<textFieldExpression class="java.lang.String"><![CDATA[$F{last-name}]]></textFieldExpression>
|
49
57
|
</textField>
|
58
|
+
<textField>
|
59
|
+
<reportElement x="283" y="3" width="100" height="20"/>
|
60
|
+
<textElement/>
|
61
|
+
<textFieldExpression class="java.lang.String"><![CDATA[$F{work-phone}]]></textFieldExpression>
|
62
|
+
</textField>
|
50
63
|
</band>
|
51
64
|
</detail>
|
52
65
|
<columnFooter>
|
metadata
CHANGED
@@ -1,13 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: casperreports
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 29
|
5
4
|
prerelease:
|
6
|
-
|
7
|
-
- 0
|
8
|
-
- 0
|
9
|
-
- 1
|
10
|
-
version: 0.0.1
|
5
|
+
version: 0.0.3
|
11
6
|
platform: ruby
|
12
7
|
authors:
|
13
8
|
- Tom Wilson
|
@@ -15,7 +10,7 @@ autorequire:
|
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
12
|
|
18
|
-
date: 2011-
|
13
|
+
date: 2011-06-10 00:00:00 -04:00
|
19
14
|
default_executable:
|
20
15
|
dependencies:
|
21
16
|
- !ruby/object:Gem::Dependency
|
@@ -26,11 +21,6 @@ dependencies:
|
|
26
21
|
requirements:
|
27
22
|
- - ">="
|
28
23
|
- !ruby/object:Gem::Version
|
29
|
-
hash: 27
|
30
|
-
segments:
|
31
|
-
- 2
|
32
|
-
- 5
|
33
|
-
- 0
|
34
24
|
version: 2.5.0
|
35
25
|
type: :development
|
36
26
|
version_requirements: *id001
|
@@ -3785,20 +3775,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
3785
3775
|
requirements:
|
3786
3776
|
- - ">="
|
3787
3777
|
- !ruby/object:Gem::Version
|
3788
|
-
hash: 3
|
3789
|
-
segments:
|
3790
|
-
- 0
|
3791
3778
|
version: "0"
|
3792
3779
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
3793
3780
|
none: false
|
3794
3781
|
requirements:
|
3795
3782
|
- - ">="
|
3796
3783
|
- !ruby/object:Gem::Version
|
3797
|
-
hash: 23
|
3798
|
-
segments:
|
3799
|
-
- 1
|
3800
|
-
- 3
|
3801
|
-
- 6
|
3802
3784
|
version: 1.3.6
|
3803
3785
|
requirements: []
|
3804
3786
|
|