Stéphane Bidoul
a812c15447
[FIX] mis_builder: fix sum aggregation of non-stored field in non-accounting queries
...
fixes #178
2016-05-15 22:21:31 +02:00
Stéphane Bidoul
222874d4f6
[IMP] mis_builder: restore style expressions
...
The addition is local and propagates automatically to the the
widget, xls and pdf exports \o/
2016-05-15 18:20:29 +02:00
Stéphane Bidoul
180801d171
[IMP] mis_builder: do not talk about periods in KpiMatrix, only columns
2016-05-15 17:59:10 +02:00
Stéphane Bidoul
da6556a239
[IMP] mis_builder: move comparison code to the style class
...
Ultimately KpiMatrix should not have to know about kpi at all, it should
become a kind of spreadsheet object that can render values in row/cols/subcols
with styles. At this stage, the qweb and pdf reports, as well as the as_dict()
method of the matrix already work without knowning anything about kpis.
2016-05-15 17:41:49 +02:00
Stéphane Bidoul
5fd1c48574
[FIX] mis_builder: multi-kpi comparison column ordering
2016-05-15 16:57:10 +02:00
Stéphane Bidoul
e8aa6dd2c8
[IMP] mis_builder: number format are now part of styles
...
Plus a default style at the report level.
Plus correct number rendering for comparisons in Excel export.
2016-05-15 15:30:50 +02:00
Stéphane Bidoul
67ea6c8ce1
[IMP] mis_builder: comparison rendering tests and tweaks
2016-05-14 16:06:47 +02:00
Stéphane Bidoul
eb409cbd99
[IMP] mis_builder: add value rendering tests, and tune the code
2016-05-14 14:10:17 +02:00
Stéphane Bidoul
d2bc009961
[WIP] mis_builder refactoring: restore drilldown with support for account details
2016-05-13 21:40:33 +02:00
Stéphane Bidoul
cad22130f2
[WIP] mis_builder refactoring: add a menu entry for styles
...
Plus do some more source renaming around styles.
2016-05-13 13:39:48 +02:00
Stéphane Bidoul
1eaa80622a
[IMP] mis_builder: add no-break space for better display of multi-formula expressions
2016-05-13 08:25:15 +02:00
Stéphane Bidoul
d66f7b92fc
[IMP] mis_builder: style for auto-expanded detail rows
2016-05-13 08:24:41 +02:00
Stéphane Bidoul
272427006b
[WIP] mis_builder refactoring: fix and clean the test
2016-05-12 22:02:56 +02:00
Stéphane Bidoul
585516b116
[FIX] mis_builder: minor tweak to avoid empty style attributs in widget
2016-05-11 14:01:55 +02:00
Stéphane Bidoul
53f27b2edd
[WIP] mis_builder refactoring: restore tooltips and make them work with subkpis
2016-05-11 11:15:54 +02:00
Stéphane Bidoul
8324ef2e01
[WIP] mis_builder refactoring: split mis_builder.py in two
...
mis_report.py has the heavy stuff, and contains all the computation
and rendering code
2016-05-10 18:47:31 +02:00