Feature #1564
openPDF export of all issues with all information
0%
Description
The pdf export of "issues" exports a synthetic lists of the issues, with few information about them. This is great and nice, and I sure want this great feature to stay.
But i would also find very interesting to have a PDF export with the full information about the bug (maybe without the comments). So that i can take the PDF with me if i'm going to be without internet for several days, for example.
Files
Related issues
Updated by colin moock over 16 years ago
+1
I'd love to be able to include the full content of many issues in a single PDF. Could be all issues or a subset determined by the standard issues filter)
Basically, the "Issues" page's "Export to PDF" button should have an option: "Issue Summaries Only" (default) or "Complete Issue Content".
I don't mind if the PDF is large. 1000-page reports are fine for internal research staff and governments ;)
(and i agree that comments should be optional)
Updated by Curtis Stewart over 16 years ago
+1
Being able to include the complete content of a set of issues is a single PDF file would simplify things for us.
Updated by Thomas M almost 16 years ago
- File Full_PDF_export.tar.gz Full_PDF_export.tar.gz added
Also very interested by this feature.
I've managed to implement it, maybe not the cleaner solution but it works !
With the files enclosed on top of 0.8 you will get a "Full PDF" link on the bottom of the "Issues" page.
Updated by Andrew Leaf almost 16 years ago
Is this compatible with 0.8.1? Our teams have requested this feature as well.
Thomas M wrote:
Also very interested by this feature.
I've managed to implement it, maybe not the cleaner solution but it works !
With the files enclosed on top of 0.8 you will get a "Full PDF" link on the bottom of the "Issues" page.
Updated by Thomas Capricelli almost 16 years ago
i'm also afraid of just 'dropping' that on top of my production system...
Updated by Thomas M over 15 years ago
Andrew Leaf wrote:
Is this compatible with 0.8.1? Our teams have requested this feature as well.
No it is not compatible with 0.8.1 because the management of PDF exports has been completely changed. I will try to do the same thing with this latest version (and add it here).
Updated by Thomas M over 15 years ago
- File Full_PDF_export.tar.gz Full_PDF_export.tar.gz added
New version of my tweak, only 3 modified files.
If you use it give me your feedback !
Updated by Thomas M over 15 years ago
I've finally written my patch to be a plugin.
Developped and tested on current trunk and 0.8.3 as of 0.0.2.
You may get it here : http://code.google.com/p/a-studio/downloads/list
Updated by Thomas Capricelli over 15 years ago
Interesting. Though only the 0.0.1 is available on this page currently... ? And it is '5 minutes' old. Should I understand there's no 0.0.2 yet ?
Updated by Thomas M over 15 years ago
Thomas Capricelli wrote:
Interesting. Though only the 0.0.1 is available on this page currently... ? And it is '5 minutes' old. Should I understand there's no 0.0.2 yet ?
Hi Thomas,
I've not developped the version compatible with 0.8.3 yet (and I think I will not unless someone needs it).
The latest version is the only one available : 0.0.1 ;)
Updated by Thomas Capricelli over 15 years ago
ah. Ok, so 0.0.1 is for trunk, and a 0.0.2 might happen for 0.8.3, it was not very clear. (and it still sounds strange...).
Anyway i'm using redmine trunk so i'll give it a try with 0.0.1
For those that would be interested, don't forget the general documentation for installing plugins at plugins
Updated by Thomas Capricelli almost 15 years ago
well..... i'm using trunk (Redmine 0.8.7.devel.3070), and the 0.0.1 version of this plugin, and it works.
Thanks!
Updated by Johann Gail over 13 years ago
Is there any news with this?
I have tried the plugin, but with it installed redmine 0.8.7 doesn't start anymore.
Updated by Etienne Massip almost 13 years ago
- Category changed from Issues to PDF export
Updated by Terence Mill over 12 years ago
+1
export shalle show attributes as filterd i list view.
Description shall be optionally on/off for view an export.
CVS Export shall work the same, instead all marcos shall be removed optionally.
duplicated by #9515
Updated by Yuri Makarov over 12 years ago
How can this be done.
This can be done by using the reports definition.
On the page of the report definition, can be added fields to describe the output of PDF and CSV.
For example, the output PDF in table or in detail, the issues with the new page or not, include comments or not, and so on.
When the user selects a report, PDF and CSV buttons at the bottom of the page will generate output according to the report definition selections.
Updated by Terence Mill over 12 years ago
Which report definition?
Whre is the component/plugin ur talking about?
Yuri Makarov wrote:
How can this be done.
This can be done by using the reports definition.On the page of the report definition, can be added fields to describe the output of PDF and CSV.
For example, the output PDF in table or in detail, the issues with the new page or not, include comments or not, and so on.
When the user selects a report, PDF and CSV buttons at the bottom of the page will generate output according to the report definition selections.
Updated by Yuri Makarov over 12 years ago
Sorry for my English.
I mean how this can be realized.
By report definition I meant a page called on "Save" button on the list of issues.
=======================================================
This is an example of how this may be implemented.
This can be done by using the reports definition(custom queries).
On the page of the report definition the new fields can be added to customise export in PDF or CSV.
For example, export to PDF as a table or detail view, with each issue on new page or not, include comments or not, and so on.
When the user selects a report(custom query) the PDF and CSV buttons at the bottom of the page will generate output according to the report definition(custom queries) selections.
Updated by Toshi MARUYAMA about 10 years ago
- Related to Feature #6280: Multi-issue PDF export added