Changes between Version 11 and Version 12 of StickyTicketPlugin
- Timestamp:
- Nov 6, 2016, 9:30:36 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StickyTicketPlugin
v11 v12 5 5 == Description 6 6 7 [[Image(sticky-tickets.png,width=200px,right)]] 7 This plugin is able to print tickets on virtual sticky notes in a pdf file. 8 8 9 This plugin is able to print tickets on sticky notes. 9 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: 10 11 [[Image(StickyFormated.jpg, border=2)]] 12 13 This will then display something as follows: 14 15 [[Image(sticky-tickets.png)]] 10 16 11 17 == Bugs/Feature Requests 12 18 13 Existing bugs and feature requests for !StickyTicketPlugin are [report:9?COMPONENT=StickyTicketPlugin here]. 19 Existing bugs and feature requests for !StickyTicketPlugin are 20 [report:9?COMPONENT=StickyTicketPlugin here]. 14 21 15 If you have any issues, create a [/newticket?component=StickyTicketPlugin new ticket]. 22 If you have any issues, create a 23 [/newticket?component=StickyTicketPlugin new ticket]. 16 24 17 25 [[TicketQuery(component=StickyTicketPlugin&group=type,format=progress)]] … … 48 56 }}} 49 57 50 == Usage58 == Configuration 51 59 52 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: 53 54 [[Image(StickyFormated.jpg,width=400px)]] 55 56 === Arguments 57 58 The sticky format and content can be controlled with arguments in `trac.ini` file: 60 The sticky format and content can be controlled with arguments in the `[sticky-ticket]` stanza of the `trac.ini` file: 59 61 60 62 ||'''Argument''' ||'''Version''' ||'''Description''' ||'''Default''' 61 || `fields` || 0.12.0.3 ||Optional. Ticket fields in a sticky. || `owner,reporter,time` ||62 || `fontname` || 0.12.0.3 ||Optional. Font name in PDF file. || `(auto)` ||63 || `pagesize` || 0.12.0.3 ||Optional. Page size of PDF file which the tickets is printed. || `A4` ||64 || `sticky-width` || 0.12.0.3 ||Optional. Width (mm) of a sticky. || `75` ||65 || `sticky-height` || 0.12.0.3 ||Optional. Height (mm) of a sticky"). || `75` ||63 || `fields` || 0.12.0.3 ||Optional. Ticket fields in a sticky. || `owner,reporter,time` || 64 || `fontname` || 0.12.0.3 ||Optional. Font name in PDF file. || `(auto)` || 65 || `pagesize` || 0.12.0.3 ||Optional. Page size of PDF file which the tickets is printed. || `A4` || 66 || `sticky-width` || 0.12.0.3 ||Optional. Width (mm) of a sticky. || `75` || 67 || `sticky-height` || 0.12.0.3 ||Optional. Height (mm) of a sticky. || `75` || 66 68 67 69 == Recent Changes