Bug 207610 - Notes are not printed when using the Ring Binders printing style.
Summary: Notes are not printed when using the Ring Binders printing style.
Status: VERIFIED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-16 20:46 UTC by Sabine Faure
Modified: 2009-09-25 00:19 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 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