Commit graph

110 commits

Author SHA1 Message Date
df15344db5 fix tests/doctests according to current ZTK and BlueBream versions 2019-04-26 17:42:10 +02:00
hplattner
c5715c322d subtotals fixes 2017-10-11 14:21:13 +02:00
hplattner
0208aa5595 add getExportValue method for report fields 2017-02-09 13:44:53 +01:00
hplattner
aab06b0cc9 use subtotals row id instead of class concat 2016-12-28 11:40:09 +01:00
hplattner
e26d61c38b use cssClass from row property 2016-12-12 11:50:17 +01:00
4d493dda45 second fix: call normalizeName only for strings 2016-11-30 18:10:16 +01:00
173e0d4140 now the real fix: call normalizeName only for strings 2016-11-30 13:48:57 +01:00
hplattner
64d7f4e701 fix 2016-11-30 13:42:00 +01:00
hplattner
78748051e2 add report row properties for js calculating totals and subtotals 2016-11-25 16:38:27 +01:00
hplattner
8190d56286 wrap relation field totals description display value 2016-03-04 13:32:26 +01:00
hplattner
a477c59908 add groupSequence Numbers for resultset rows 2015-05-12 10:51:11 +02:00
hplattner
51c0b94d8f add rowClass attributes 2014-06-27 12:51:34 +02:00
hplattner
cb01ec4247 add colspan to subtotals row dependant on group header colspan 2014-03-13 17:49:38 +01:00
hplattner
41e143bcec add groupHeaderColspan to groupHeaderRows 2014-02-26 10:22:03 +01:00
4fc98bc281 add field properties for controlling export of query results to an external database 2014-02-09 10:24:59 +01:00
hplattner
ff3c94d40e fix totalsDescription group row output 2014-01-28 16:28:25 +01:00
hplattner
25bcc53a5f set own rowtype for totalsrow 2014-01-16 08:20:21 +01:00
hplattner
11498e14e7 dont't sum totals values on subtotals row 2013-12-20 09:56:33 +01:00
hplattner
03f2812088 fix sequenceNumber generation in reports result rows 2013-08-07 17:34:25 +02:00
hplattner
f68b1db2a4 fix list slicing 2013-08-07 11:48:37 +02:00
hplattner
8915a22bda only generate subTotalsRows for totals fields with corresponding group field 2013-08-07 11:02:50 +02:00
302b8959c4 reportign: fix subtotals (work in progress) 2012-11-09 09:51:17 +01:00
221ee291eb merge branch master 2012-09-05 16:16:24 +02:00
ed06f60790 use a Jeep object for listing columns so that they may be retrieved by name 2012-08-04 09:20:38 +02:00
hplattner
de06a8d30d use getDisplayValue in subTotalsRow 2012-07-26 10:20:01 +02:00
fa56eaeedf report field: change comment according to new default in loops 2012-07-10 17:29:12 +02:00
hplattner
183098d3ff Merge branch 'bbmaster' of ssh://git.cy55.de/home/git/cybertools into bbmaster 2012-07-10 10:25:12 +02:00
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
hplattner
26487b5598 Merge branch 'bbmaster' of ssh://git.cy55.de/home/git/cybertools into bbmaster 2012-07-09 08:24:28 +02:00
8a77fec13d provide separate float field instance; predefine cssClass in row base class 2012-07-07 10:05:00 +02:00
hplattner
48fbacf2bc fix: subTotalsRow calculation 2012-07-06 11:37:37 +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
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