|
173e59e30b
|
merge branch master
|
2012-07-10 09:04:11 +02:00 |
|
|
b63b3b3b16
|
make sure query criteria is a number for a 'number' field
|
2012-07-09 16:30:36 +02:00 |
|
|
67b969a481
|
add attribute 'userSetting' for specifying column specifications that may be edited by the user; extend interface definition to resemble currently used attributes
|
2012-07-09 10:23:03 +02:00 |
|
|
bf88e8f600
|
Merge branch 'master' into bbmaster
|
2012-07-08 18:53:08 +02:00 |
|
|
b8db38cf98
|
tolerate missing input items when filling grid
|
2012-07-08 18:46:49 +02:00 |
|
|
784ca70365
|
rename 'float' field to 'decimal'
|
2012-07-07 15:42:30 +02:00 |
|
|
8a77fec13d
|
provide separate float field instance; predefine cssClass in row base class
|
2012-07-07 10:05:00 +02:00 |
|
hplattner
|
b0354c4435
|
add: subTotals to group output field
|
2012-07-05 17:35:18 +02:00 |
|
hplattner
|
c50aff0098
|
add: subTotalsRow Description support
|
2012-07-02 16:42:11 +02:00 |
|
hplattner
|
0efbc5db1b
|
add: subTotals support
|
2012-06-26 15:20:26 +02:00 |
|
|
3c203fa495
|
fix form layout (width of input fields)
|
2012-06-18 15:10:10 +02:00 |
|
|
ff9a2a8fd3
|
merge branch master - 'limits' parameter for reports
|
2012-06-18 10:28:48 +02:00 |
|
|
976fa5e945
|
reporting: introduce 'limits' parameter as basis for batching and other kinds of reducing report output after selection and sorting
|
2012-06-18 09:29:12 +02:00 |
|
|
bbb44970e1
|
Merge branch 'bbmaster' of ssh://git.cy55.de/home/hplattner/git/cybertools into bbmaster
|
2012-06-05 10:55:56 +02:00 |
|
|
df1e93d536
|
merge branch master
|
2012-06-05 10:54:52 +02:00 |
|
|
bdb58534df
|
formal clean-up: add lines between methods, remove excess spaces
|
2012-06-05 10:53:18 +02:00 |
|
|
7fafd9dccd
|
extend row stuff: group fields, 'useRowProperty' attribute handler
|
2012-06-05 10:51:16 +02:00 |
|
hplattner
|
3709453810
|
add cssClass to headerColumn
|
2012-06-04 13:33:29 +02:00 |
|
|
ae04c1ec8d
|
fix merge conflict
|
2012-05-15 16:48:01 +02:00 |
|
|
bcacbe6145
|
merge branch master
|
2012-05-15 16:42:41 +02:00 |
|
|
3beae86d4d
|
tolerate empty result set when retrieving first row (e.g. for getting header information)
|
2012-05-09 13:39:09 +02:00 |
|
|
78bdb5f6d0
|
fix default retrieval of value used for sorting
|
2012-05-07 17:59:16 +02:00 |
|
|
601fda98bf
|
provide auxiliary method for retrieving first row of result set, e.g. for populating header fields
|
2012-05-07 15:11:24 +02:00 |
|
|
4c746b272c
|
add 'cssClass' property for controlling display of report fields
|
2012-05-02 16:39:57 +02:00 |
|
|
14abba0e3d
|
define standard method useRowProperty() in a central place
|
2012-05-01 14:16:17 +02:00 |
|
|
97da6c9d01
|
provide css class attribute for report fields
|
2012-05-01 10:41:06 +02:00 |
|
|
2aefaa082b
|
fix setting of 'hideTime' flag
|
2012-04-23 13:43:10 +02:00 |
|
|
00d640729d
|
fix meaning of 'hideTime' DateField flag
|
2012-04-23 13:20:52 +02:00 |
|
|
c65ab2ce77
|
allow for protect a field from overwriting (e.g. on import) by using 'magic' value __no_change__
|
2012-04-20 13:10:46 +02:00 |
|
|
be795eb862
|
remove obsolete and error-hiding __getattr__() from Row class
|
2012-04-16 07:57:49 +02:00 |
|
hplattner
|
d2067fd92f
|
fix: totals calculation
|
2012-04-13 13:24:59 +02:00 |
|
hplattner
|
b5bb5ada15
|
add computed totals
|
2012-04-13 09:52:18 +02:00 |
|
hplattner
|
fa7a07349d
|
use row to get displayed Columns/ replace fields in headerRows
|
2012-04-13 07:38:01 +02:00 |
|
hplattner
|
41b1aa2630
|
add items method to treat TableCellStyle as dict
|
2012-04-12 11:20:30 +02:00 |
|
|
ec5e832dd6
|
introduce special Style class; implement grouping via sequential access
|
2012-04-11 12:34:03 +02:00 |
|
|
cd97e6787e
|
improve group handling
|
2012-04-11 11:20:29 +02:00 |
|
|
25030e3e8d
|
remove obsolete CombinedResultSet class
|
2012-04-07 12:22:43 +02:00 |
|
|
d6a1816d54
|
merge result set grouping from hplattner
|
2012-04-07 12:20:41 +02:00 |
|
hplattner
|
7eda3c2e35
|
fix: replace Combined/CategoryResultSets with computed HeaderRows
|
2012-04-03 15:22:14 +02:00 |
|
|
40995a6e44
|
improve duplicates filtering routing (and fix spelling)
|
2012-03-30 10:44:07 +02:00 |
|
hplattner
|
66087e14dc
|
add: CombinedResultSet
|
2012-03-30 08:36:23 +02:00 |
|
hplattner
|
5fbb588743
|
add support for category rows/ execution steps
|
2012-03-29 16:05:06 +02:00 |
|
hplattner
|
be53682e0d
|
add: make columnBorder configurable for report fields
|
2012-03-27 16:28:29 +02:00 |
|
hplattner
|
cf0888415d
|
make colspan/ colwidth/ coltextalign configurable
|
2012-03-27 15:01:00 +02:00 |
|
|
99a89b6f0d
|
provide appropriate default definitions for select and sort values
|
2012-03-19 19:07:00 +01:00 |
|
|
c50e7f07d3
|
vocabulary: handle integer and string tokens as equivalent
|
2012-03-17 16:52:14 +01:00 |
|
|
fdd17496ab
|
suppress __getattr__() - is not used any more
|
2012-03-17 11:55:16 +01:00 |
|
|
1421e8cb1a
|
Merge branch 'master' into bbmaster
|
2012-03-01 17:29:36 +01:00 |
|
|
6d29d5decf
|
fallback for records (grid) field renderer
|
2012-02-29 08:29:29 +01:00 |
|
|
fdb51f6b1a
|
merge branch 'master'
|
2012-02-26 10:23:53 +01:00 |
|