[[PageOutline(2-5,Contents,pullout)]] = Printing Sticky of Trac Tickets == Description This plugin is able to print tickets on virtual sticky notes in a pdf file. Observe next to the Download section at the bottom of the page a link to get a PDF file from a simple ticket or even from a set of tickets: [[Image(StickyFormated.jpg, border=2)]] This will then display something as follows: [[Image(sticky-tickets.png)]] == Bugs/Feature Requests Existing bugs and feature requests for !StickyTicketPlugin are [report:9?COMPONENT=StickyTicketPlugin here]. If you have any issues, create a [/newticket?component=StickyTicketPlugin new ticket]. [[TicketQuery(component=StickyTicketPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:stickyticketplugin here]. == Source You can check out StickyTicketPlugin from [/svn/stickyticketplugin here] using Subversion, or [source:stickyticketplugin browse the source] with Trac. == Installation 1. '''Install''' globally with: {{{#!sh $ sudo easy_install https://trac-hacks.org/svn/stickyticketplugin/0.12 }}} 1. '''Enable''' the plugin by updating the TracIni file (`../conf/trac.ini`) as follows: {{{#!ini [components] tracstickyticket.* = enabled }}} 1. '''Configure''' the plugin in its own configuration section, placed into the `trac.ini` file as follows: {{{#!ini [sticky-ticket] fields = owner,milestone,priority,description sticky-width = 65 sticky-height = 50 }}} 1. '''Restart''' the web server on the command line: {{{#!sh $ sudo /etc/init.d/apache2 restart }}} == Configuration The sticky format and content can be controlled with arguments in the `[sticky-ticket]` stanza of the `trac.ini` file: ||'''Argument''' ||'''Version''' ||'''Description''' ||'''Default''' || `fields` || 0.12.0.3 ||Optional. Ticket fields in a sticky. || `owner,reporter,time` || || `fontname` || 0.12.0.3 ||Optional. Font name in PDF file. || `(auto)` || || `pagesize` || 0.12.0.3 ||Optional. Page size of PDF file which the tickets is printed. || `A4` || || `sticky-width` || 0.12.0.3 ||Optional. Width (mm) of a sticky. || `75` || || `sticky-height` || 0.12.0.3 ||Optional. Height (mm) of a sticky. || `75` || == Recent Changes [[ChangeLog(stickyticketplugin, 3)]] == Author/Contributors '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://ciklone.com/ ciklone]