[[PageOutline(2-5,Contents,pullout)]] = Printing Sticky of Trac Tickets = == Description == [[Image(sticky-tickets.png,width=200px, right)]] This plugin is able to print tickets on sticky notes. == Usage == Observe next to download section (bottom page) a link to get a PDF file from a simple ticket or even from a set of tickets. [[Image(StickyFormated.jpg,width=400px)]] === Arguments === The chart display can be controlled with a number of macro arguments: ||'''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`|| N.A see #9655 ||Optional. Width (mm) of a sticky. || `75` || || `sticky_height`|| N.A see #9655 ||Optional. Height (mm) of a sticky"). || `75` || == Installation == 1. '''Install''' globally with: {{{ sudo easy_install https://trac-hacks.org/svn/stickyticketplugin/0.12 }}} 1. '''Enable''' the plugin by updating TracIni file (..../trac.ini) as follows: {{{ [components] tracstickyticket.* = enabled }}} 1. '''Configure''' the plugin in its own configuration section, placed into 'trac.ini' file as follows: {{{ [sticky-ticket] fields = owner,milestone,priority,description sticky_width = 65 sticky_height = 50 }}} 1. '''Restart''' web server on command line: {{{ #!sh $ sudo /etc/init.d/apache2 restart }}} == 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&owner=jun66j5 new ticket]. == Source & Download == You can check out !StickyTicketPlugin from [http://trac-hacks.org/svn/stickyticketplugin here] using Subversion, or [source:stickyticketplugin browse the source] with Trac. Download the zipped source from [download:stickyticketplugin here]. === Recent Changes === [[ChangeLog(stickyticketplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [wiki:jun66j5] [[BR]] '''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://ciklone.com/ ciklone]