Stéphane Bidoul
53f27b2edd
[WIP] mis_builder refactoring: restore tooltips and make them work with subkpis
9 years ago
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
9 years ago
Stéphane Bidoul
83d943be5f
[WIP] mis_builder refactoring: move the "json" conversion to the matrix
mis.report.instance.compute() is now as simple as possible, and rest
is nicely factored in manageable methods \o/
9 years ago
Stéphane Bidoul
3461d123d3
[WIP] mis_builder refactoring: restore and improve comparison columns
9 years ago
Stéphane Bidoul
e8993c90f9
[WIP] mis_builder refactoring: remove old, ugly code \o/
9 years ago
Stéphane Bidoul
dd52a844a6
[FIX] mis_builder: fix period comment (date from/to) display
9 years ago
Stéphane Bidoul
059ccdb975
[WIP] mis_builder refactoring: fix bug with detail accounts
9 years ago
Stéphane Bidoul
0744a803a7
[WIP] mis_builder refactoring: restore period titles in widget
9 years ago
Stéphane Bidoul
fd718ca933
[WIP] mis_builder refactoring: restore proper display and sorting of detail rows
9 years ago
Stéphane Bidoul
a4193139bc
[WIP] mis_builder refactoring: cette fois je tiens le bon bout :)
9 years ago
Stéphane Bidoul
67597d223e
[WIP] mis_builder: refactoring
9 years ago
Stéphane Bidoul
874cbeeb7e
[WIP] mis_builder: refactoring
9 years ago
Stéphane Bidoul
f0b2a6b563
[IMP] mis_builder improve AEP convenience methods
9 years ago
Stéphane Bidoul
466cd6087f
[IMP] mis_builder: convenience methods to obtain balance and unallocated p&l
plus improve mechanism to group by account
9 years ago
Stéphane Bidoul
800cfda277
[IMP] mis_builder: give a description to sub kpis
name is the python variable name, to be used (in the future)
to reference sub-kpi values in expressions.
description is the human-readable name to display in column
headers.
9 years ago
Stéphane Bidoul
8e34261c01
[FIX] mis_builder: fixes wrt subkpis and drilldown
9 years ago
Adrien Peiffer (ACSONE)
cccc75d740
[IMP] Improve style of Mis report widget buttons. Add report name in the widget.
9 years ago
Adrien Peiffer (ACSONE)
441f769b45
[FIX] Display date_from and date_to with date_range.
9 years ago
Sébastien BEAU
6c39d21273
[FIX] fix default value at creation of the computed field comparison_mode
9 years ago
Sébastien BEAU
43fd454c24
[IMP] add cron for deleting temporary report, improve view and fix period creation
9 years ago
Stéphane Bidoul
d054ee6354
[FIX] mis_builder test back to green
9 years ago
Stéphane Bidoul
e5b8932095
[FIX] mis_builder: fix comparison_mode compute
9 years ago
Laurent Mignon
1e10841aa3
[IMP] Refactor code and implement styling in xlsx
9 years ago
Sébastien BEAU
1720d75dcb
[IMP] description on report instance is now a related to the description done on the report
9 years ago
Sébastien BEAU
0fc529a2b8
[IMP] add possibility to use a report as a wizard
9 years ago
Stéphane Bidoul
1fe86adcf1
cosmetics
9 years ago
Stéphane Bidoul
b508316c94
[WIP] mis_builder: display account code/names in auto-expanded details
9 years ago
Stéphane Bidoul
fc2356d4e4
[WIP] mis_builder: auto-expand by account feature
9 years ago
Sébastien BEAU
4505af107d
[IMP] improve report view
9 years ago
Stéphane Bidoul
55207c194e
[WIP] mis_builder: disable the WIP auto-detail feature
9 years ago
Stéphane Bidoul
4065376c1f
[WIP] mis_builder auto-detail
9 years ago
Stéphane Bidoul
66220451c4
[IMP] mis_builder: some doc, minor refactoring and pep8 stuff around subkpis
9 years ago
Sébastien BEAU
0a6ea59ec8
[FIX] fix error with simple expression
9 years ago
Sébastien BEAU
454eacbadc
[FIX] do not insert in localdict if there is error
9 years ago
Sébastien BEAU
07d788006e
[FIX] fix sum of simple value
9 years ago
Sébastien BEAU
9a3dae5e47
[REF] remove dead code
9 years ago
Sébastien BEAU
fa4a73503e
[FIX] fix ordering
9 years ago
Sébastien BEAU
3487411a5e
[FIX] fix operation on SimpleArray
9 years ago
Sébastien BEAU
d976ede644
[IMP] improve view and onchange on multi expression
9 years ago
Sébastien BEAU
da46d18c54
[IMP] start adding the sub kpi concept
9 years ago
Adrien Peiffer (ACSONE)
b1ac0fe630
[FIX][mis_builder] Don't forget the company for sone_parsing method.
9 years ago
Adrien Peiffer (ACSONE)
19fcf3b945
[FIX] Flake8 issues
9 years ago
Adrien Peiffer (ACSONE)
7203d99252
[FIX][mis_builder] Better with company
9 years ago
Adrien Peiffer (ACSONE)
0a8161c65c
[ADD][mis_builder] Add the possibility to select date range in mis report period.
9 years ago
Stéphane Bidoul
7ea1421dad
[FIX] mis_builder: fix uninitialized variable
9 years ago
Stéphane Bidoul
3f7306166a
[IMP] mis_builder: refactor the compute method
The main computation entry point is now on mis.report instead of
mis.report.instance.period so it can easily be reused by other
module who need to evaluate mis.report's on without creating
full-fledge persistant mis.report.instance (such as a wizard
that allows the user to select the period for a one-off run).
9 years ago
Stéphane Bidoul
65d4d0b08d
[IMP] mis_builder: copy semantics for mis.report.instance
9 years ago
Stéphane Bidoul
adb3cfd389
[IMP] mis_builder: meaningful copy for MIS Report templates
9 years ago
Stéphane Bidoul
d1d5f70439
mis_builder: render blank instead of +0 comparison columns
9 years ago
Stéphane Bidoul
16678d847e
[FIX] fix comparison rendering in presence of AccountingNone
9 years ago