Summary: | Add dedicated command for exporting report to PDF files | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Ian Balchin <inksi> |
Component: | Reports and Printouts | Assignee: | Wojciech Kosowicz <pcellix> |
Status: | CLOSED FIXED | ||
Severity: | wishlist | CC: | staniek |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 2.9 Alpha | ||
Target Milestone: | 2.9 | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/565a64f0ffbff67d86622a6b56b8a722ea5c3d5e | Version Fixed In: | 2.9.0 |
Sentry Crash Report: |
Description
Ian Balchin
2014-05-21 17:12:27 UTC
How about just printing the report to PDF? That has been a feature of KDE for some time. @Adam this is proper workaround. However other Calligra apps have File -> Export to PDF command so we it would be good to have in Kexi as well. Printing to PDF in KDE has never been a good example of usability... if even power users have trouble with finding it. Marking as Junior jobs... I am printing with the cups pdf printer. I note that the report I printed came out as 'report.pdf' and the next one with the same name over wrote it. So I assume that the name comes from kexi. We need to both differentiate the name of the resulting pdf file, and also add in sequential numbering. (Or we need to be asked the name of a file to print to, but maybe that is more on the cups-pdf printer side of things) Thus 'report-hash_range_01.pdf' Ian Good extra point Ian, explicit Export to PDF command can provide default name that fits the report's name. Git commit 565a64f0ffbff67d86622a6b56b8a722ea5c3d5e by Wojciech Kosowicz. Committed on 12/07/2014 at 11:09. Pushed by wkosowicz into branch 'master'. Added feature of exporting Kexi reports to pdf REVIEW: 119075 M +65 -6 kexi/plugins/reports/kexireportview.cpp M +3 -1 kexi/plugins/reports/kexireportview.h http://commits.kde.org/calligra/565a64f0ffbff67d86622a6b56b8a722ea5c3d5e |