This commit is contained in:
@@ -3,16 +3,9 @@
|
||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
|
||||
|
||||
todo: export from grid to xls, csv etc.
|
||||
I'm thinking perhaps also a secondary ability to make report templates that are actually intended for export to xls or whatever as an additional feature
|
||||
but the easiest thing for people would be a straight export of grid data from grid, perhaps using the reportdata system since it pulls in all the bits needed for full data rather than just id links
|
||||
https://www.npmjs.com/package/json-2-csv
|
||||
|
||||
todo: Is the report list filtered by roles? It should not present reports that a user is not permitted to use by role.
|
||||
probably need to post-process the report list or include the roles with it and then test them at the client before displaying or at the server before sending
|
||||
|
||||
todo: Add sanitize html for Marked markdown helper as in Wiki control
|
||||
|
||||
todo: what does jsreport do to sanitize / secure the generated templates?
|
||||
|
||||
TODO: Report confirmation checklist
|
||||
page breaks properly EXAMPLE NEEDED
|
||||
@@ -38,6 +31,13 @@ TODO: Report confirmation checklist
|
||||
|
||||
-------- NON REPORTING RELATED STUFF ---------------
|
||||
|
||||
todo: export from grid to xls, csv etc.
|
||||
I'm thinking perhaps also a secondary ability to make report templates that are actually intended for export to xls or whatever as an additional feature
|
||||
but the easiest thing for people would be a straight export of grid data from grid, perhaps using the reportdata system since it pulls in all the bits needed for full data rather than just id links
|
||||
https://www.npmjs.com/package/json-2-csv
|
||||
From extensions?
|
||||
(because it's a single or list thing)
|
||||
|
||||
todo: consider feature to set server to always use a pre-set browser locale settings and not the ones in the browse itself
|
||||
Scenario is user in another country but needs to login and work with central server?
|
||||
server - wide
|
||||
|
||||
Reference in New Issue
Block a user