Commit Graph

33 Commits (72d153c2cc89df1ebdecbd8fce8c030ea9680315)

Author SHA1 Message Date
Adrien Peiffer (ACSONE) cafbdda1c0 [FIX][mis_builder] Fix the creation of a new mis.report.instance. 2016-04-29 12:11:30 +02:00
Adrien Peiffer (ACSONE) f6fd1c88f4 [IMP][mis_builder] Check if current user is in accountant group to show setings button 2016-04-29 12:11:30 +02:00
Adrien Peiffer (ACSONE) 1251399a93 [IMP][mis_builder] Add whitespace between buttons and table. 2016-04-29 12:11:30 +02:00
Adrien Peiffer (ACSONE) d61a88d6f0 [IMP][mis_builder] Improve usability : Display directly report instance instead of report instance settings. 2016-04-29 12:11:30 +02:00
Adrien Peiffer (ACSONE) 2fd5a39296 [IMP][mis_builder] Improve buttons position 2016-04-29 12:11:30 +02:00
Adrien Peiffer (ACSONE) 592ee64f51 [IMP][mis_builder] use get_context method in drilldown method 2016-04-29 12:11:30 +02:00
Adrien Peiffer (ACSONE) 350c996592 [IMP][mis_builder] MIS Builder widget improvement, add print and export button in the widget. 2016-04-29 12:11:30 +02:00
Adrien Peiffer (ACSONE) 1c094b386d [FIX] Bad modification 2016-04-29 12:11:30 +02:00
Adrien Peiffer (ACSONE) 293ba89368 [FIX] Flake8 issues 2016-04-29 12:11:30 +02:00
Adrien Peiffer (ACSONE) 48415857a5 Not really the same js in 9.0 ... 2016-04-29 12:11:30 +02:00
Laurent Mignon (ACSONE) 536c616f01 [FIX] Heading levels 2015-08-26 17:17:32 +02:00
Laurent Mignon (ACSONE) 6db1e211cc Add static description to get a proper look on app store
The description has been generated using rst2html5.
The path to the images has been manually fixed by removing 'static/description/' from the path.
The body element has been replaced by a section wrapping the whole content.
2015-08-26 16:22:18 +02:00
Stéphane Bidoul d957b487ac [IMP] mis_builder: add README and screenshots 2015-07-26 23:28:17 +02:00
Stéphane Bidoul 34cd3d1ceb [FIX] mis_builder: mis_widget was broken 2015-07-26 23:12:43 +02:00
Stéphane Bidoul 16e45f245e [FIX] mis_builder: OrderedDict serializes to json dict
So this was relying on non-standard and unreliable feature of
browsers to preserve order.
2015-07-26 23:12:43 +02:00
Stéphane Bidoul 44499e620d [IMP] mis_builder: code cosmetics 2015-07-26 23:12:42 +02:00
Stéphane Bidoul d0d3d1478a [IMP] mis_builder: refactor drilldown to move the logic to the server 2015-07-26 23:12:41 +02:00
Stéphane Bidoul 842c57206d [IMP] mis_builder: css cosmetics 2015-07-26 23:12:41 +02:00
Stéphane Bidoul aac5969c3d [IMP] mis_builder: code cosmetics 2015-07-26 23:12:41 +02:00
Stéphane Bidoul b9c18e4440 [IMP] mis_builder: links only on cells where drilldown is possible 2015-07-26 23:12:41 +02:00
Stéphane Bidoul ce9d9ad364 [IMP] mis_builder: do not use th and label tag
This was indeed putting all lignes in bold, and I want to leave bold
as a way for user to highllight lines or cells.
2015-07-26 23:12:41 +02:00
Adrien Peiffer (ACSONE) 7b89e6d573 [IMP] Refactor improvements using AEP 2015-07-26 23:12:40 +02:00
Adrien Peiffer (ACSONE) dcf873acd9 [IMP] Refactor improvements using AEP 2015-07-26 23:12:40 +02:00
Adrien Peiffer (ACSONE) e4b7c467c4 [FIX] Fix compute_domain method 2015-07-26 23:12:40 +02:00
Laetitia Gangloff 3dacb87a7a Add tooltip to see the expression used. Add onclick to go to account.move.line concerned 2015-07-26 23:12:39 +02:00
Laetitia Gangloff 5a9a566b2d Add a default style on kpi, and combine it with the kpi style computed 2015-07-26 23:12:39 +02:00
laetitia.gangloff@acsone.eu d1a551a8c7 add a css style expression on kpi 2015-07-26 23:12:37 +02:00
laetitia.gangloff@acsone.eu c047f52614 review of the computed table to get a more readable dict result. Allow to compare column with any column of the table. 2015-07-26 23:12:37 +02:00
laetitia.gangloff@acsone.eu 3a67910a6c add company_id in period. in queries add the usable field name. add tooltip on the result (to display val_c). add from to. right align for column header and values. update preview form to have better display. define security 2015-07-26 23:12:37 +02:00
laetitia.gangloff@acsone.eu 15449fcbbd use openerp style to display result 2015-07-26 23:12:37 +02:00
Laetitia Gangloff c9bb2c64c3 Add demo data. Set computed result. In instance add target_move (all or posted). Add onchange and check function on report 2015-07-26 23:12:37 +02:00
Laetitia Gangloff e77a85bb72 Add the possibility to set the result of report instance in a dashboard 2015-07-26 23:12:37 +02:00
Stéphane Bidoul 5cd709a665 [ADD] mis_builder: a module to build "Management Information System"-style reports
Such reports combine accounting and operational data.
This initial commit is a first proof-of-concept prototype.
2015-07-26 23:12:37 +02:00