juno-report 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/samples/report.yml DELETED
@@ -1,30 +0,0 @@
1
- page:
2
- fields:
3
- title1: [260, {size: 24, align: center, value: "Test Report"}]
4
- subtitle1: [260, {size: 20, posY: 20, align: center, value: "Generated by Juno Report"}]
5
- body:
6
- settings: {posY: 40, height: 30, groups: [group_field1, group_field2]}
7
- fields:
8
- test_field1: [10]
9
- test_field2: [220]
10
- test_field3: [420, {column: "Named Test Field 3"}]
11
- footer:
12
- label_total: [10, {value: "Total"}]
13
- totalizer1: [220, {behavior: count}]
14
- test_field3: [420, {behavior: sum}]
15
- group_field1:
16
- settings: {posY: 30, height: 10}
17
- fields:
18
- group_field1: [10, size: 25]
19
- footer:
20
- group_field1: [10, {label: "Total "}]
21
- totalizer1: [220, {behavior: count}]
22
- test_field3: [420, {behavior: sum}]
23
- group_field2:
24
- settings: {posY: 30, height: 25}
25
- fields:
26
- group_field2: [10, size: 17]
27
- footer:
28
- group_field2: [10, {label: "Total "}]
29
- totalizer1: [220, {behavior: count}]
30
- test_field3: [420, {behavior: sum}]