forked from marinho/geraldo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
59 lines (46 loc) · 1.53 KB
/
README
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
Overview
========
Geraldo is a reports generator created to work like ReportBuilder, QuickReport
or Jasper Reports. It has bands with fixed width and flexible height to show on
top, summary, page header, page footer, in table or each one for an object.
It is under GPL and works only with Django framework and Python language.
It depends algos for ReportLab library.
Our main long terms goals are (those with (x) are working):
Engine API
----------
- Support to basic bands:
- Page header (x)
- Page footer (x)
- Report top/begin (x)
- Report summary (x)
- Detail (x)
- Table details
- Group
- Support graphics (x)
- Support charts
- Support aggregation fields (x)
- Support expression (x)
- Support calculated fields (x)
- Support canvas draw
- Support multiples group bands
- Support subreports
- Support band-width in widgets (x)
- Support stylizing widgets (font, colors, borders and alignments) (x)
- Report composition (many reports at once)
Generators
----------
- Best use of PDF generator, with possible canvas customizations
- Export to HTML and maybe to TXT
- Export/import structure to/from a XMLized format
User interaction
----------------
- Have a GUI tool to design reports, if possible to be used in a web browser
- Have a way to create and print reports using a server, with no low leve coding
- Have a explicit, clear and full documentation
Dependencies
------------
- ReportLab
- If you use Image graphic element, Python Imaging Library (PIL) is also necessary
Marinho Brandao
http://marinhobrandao.com/