Bug 207610

Summary: Notes are not printed when using the Ring Binders printing style.
Product: [Applications] kaddressbook Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: wishlist CC: tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sabine Faure 2009-09-16 20:46:15 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Configure Akonadi with an IMAP and Kolab resource.
- Launch Kaddressbook
- Create a couple of Contacts with Notes and select them
- Go to File menu/Print...
- Select 'Print to File (PDF)'
- Choose a name and a location for the .PDF file
- Click on 'Print'
- Check the 'Selected contacts' QToolButton
- Click on 'Next' 
- Select 'Printout for Ring Binders' from the Print Style combo box
- Click on 'Next'
- A 'Ring Binder Printing Style - Appearance' dialogue appears. In it, the user can check which information he/she wants to print (Phone Numbers, email addresses...)
But there is no check box for 'Notes'
- Select all check boxes
- Click on 'Finish'

Open the .pdf you've just printed. In it there is all the Contacts' information except the Notes that are not printed.

I think this feature would be useful for people wishing to include opening hours or directions as Notes for example.

Trunk, Svn Rev 1024362
Comment 1 Tobias Koenig 2009-09-21 10:55:10 UTC
SVN commit 1026240 by tokoe:

Allow the user to print a contact's note in RingBinder style.

BUG: 207610


 M  +8 -7      rbs_appearance.ui  
 M  +16 -1     ringbinderstyle.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1026240
Comment 2 Sabine Faure 2009-09-25 00:19:00 UTC
It is corrected now.

In the 'Ring Binder Printing Style - Appearance' dialogue, there is now a check box for 'Notes'. When checked by the user the notes are printed.

Trunk, Svn Rev 1027765