Task #863
closedMake a feedback on reports and create admin tutorial
100%
Description
First of all, create a tutorial and then give Radek a feedback for the user experience.
Related issues
Updated by Marcel Poul about 7 years ago
Added some more info in https://wiki.czechidm.com/devel/documentation/modules_rpt
Adde a link from https://wiki.czechidm.com/devel/documentation/modules (this will probably be moved from documentation into main menu)
Updated by Radek Tomiška about 7 years ago
- Related to Task #829: Report module - design and implementation added
Updated by Radek Tomiška about 7 years ago
- Status changed from In Progress to Closed
- Assignee changed from Marcel Poul to Radek Tomiška
- % Done changed from 10 to 100
I implemented all notes from feedback:
- example report is available, only if example module is enabled - and missing renderer is added (nullpointer)
- issue with UTF-8 encoding - I've added starting BOM characters into csv file with encoding - this should help - we will move both reports into separate module (reports) from product, so csv renderers can be tested separately.
- I've added new basic identity report - only this report will be available in product
- column 'name' is hidden until filter agenda will be implemented
- columns with 'id' in rendered files were removed
- column 'created' was moved before 'creator' column
- add button was renamed
- filter for dates (on created) was added
- report filter was renamed and default value was added
Updated by Marcel Poul about 7 years ago
Just to note I added a new admin tutorial - https://wiki.czechidm.com/tutorial/adm/modules_reports. Screenshots are taken on the first version of module, I will change them when the module is on the online demo.