Bug 230502 - Wrong information layout when printing a journal entry
Summary: Wrong information layout when printing a journal entry
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-12 22:16 UTC by Sabine Faure
Modified: 2010-03-31 23:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sabine Faure 2010-03-12 22:16:31 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Click on 'New Journal' button
- Select a calendar, enter a title, a date and time, a description using rich text and a category.
- Go to the attendees tab and add an attendee
- Click on 'Ok'
- Click on the 'Journal' button from the main toolbar
- The Journal entry should be displayed correctly and on the right day.
- Click on the 'Print' button under the journal entry
- Select the 'Print incidence' radio button
- Check all the check boxes on the right hand side of the dialogue
- Leave 'Use Printer Default' as the default page orientation.
- Click on 'Print...' button
- Select 'Print to File (PDF) as the name of the printer
- Click on '...' button and select a location on your HD to save the .pdf file.
- Enter a name for it
- Click on 'Print'
- Find the .pdf on your HD and open it

There are several fields that are displayed whereas it is impossible to use them for journal entries:
* No reminders
* Location:
* Notes:
* No Attachments

Those fields should not be there at all when printing a journal entry or at last they should be totally blank.

This is confusing for the user who thinks it is possible to set those functionalities for a journal entry which is not possible in fact.

Trunk, Svn Rev 1102444
Comment 1 Laurent Montel 2010-03-29 23:47:48 UTC
SVN commit 1108836 by mlaurent:

Start to fix bug #230502
(Remove info that we can't add in a journal)
CCBUG: 230502


 M  +9 -8      calprintdefaultplugins.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1108836
Comment 2 Laurent Montel 2010-03-31 09:26:58 UTC
SVN commit 1109474 by mlaurent:

Fix Bug 230502 -  Wrong information layout when printing a journal entry
BUG: 230502


 M  +8 -4      calprintdefaultplugins.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1109474
Comment 3 Sabine Faure 2010-03-31 23:31:44 UTC
It is corrected now.

Reminders, locations, notes and attachments are no longer displayed when printing a journal entry since it did not make sense.


Trunk, Svn Rev 1109533