Changes between Version 15 and Version 16 of AgiloTicketReportPlugin


Ignore:
Timestamp:
Mar 1, 2022, 7:19:21 AM (2 years ago)
Author:
figaro
Comment:

MOve example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • AgiloTicketReportPlugin

    v15 v16  
    3232 * line5 = t3 + t4 + t7
    3333
     34=== Example
     35
     36'''User interface''':
     37
     38[[Image(ticket_report.PNG, border=2)]]
     39
     40'''Generated Excel Report''':
     41
     42[[Image(ticket_report_r16_01.PNG)]]
     43
    3444== Bugs/Feature Requests
    3545
     
    5262== Installation
    5363
    54 1. Download the latest [http://sourceforge.net/projects/pyexcelerator/ pyExcelerator library] and install it. pyExcelerator is an open source Python Excel library.
     641. Download the latest Python Excel library [http://sourceforge.net/projects/pyexcelerator/ pyExcelerator library] (BSD licensed) and install it.
    5565
    56 2. Configure
     662. Configure `TicketReport\AgiloTicketReport\ticketreport.py` line 34:
    5767
    58 TicketReport\AgiloTicketReport\ticketreport.py
    59 line 35
    60 
    61 if you use single project:
    62 # just leave PROJECT_NAME_PREFIX empty
    63   PROJECT_NAME_PREFIX = ""
    64 else # use multiple projects
    65  for example:
    66 # http://[ip]:[port]/projects/[PROJECT_NAME]
    67   PROJECT_NAME_PREFIX = "projects"
     68 If you use single project, then you can leave PROJECT_NAME_PREFIX empty: `PROJECT_NAME_PREFIX = ""`
     69 
     70 Else if you use multiple projects, for example `http://[ip]:[port]/projects/[PROJECT_NAME]`, then use something like: `PROJECT_NAME_PREFIX = "projects"`
    6871
    69723. Working time time set up (optional):
    70 TicketReport\AgiloTicketReport\gethours.py
    71 line 12
    72 start time and end time of working day, and holiday configuration
    73 trac.ini:
     73 In `TicketReport\AgiloTicketReport\gethours.py` line 12, set the start time and end time of working day, and holiday configuration.
     74
     75== Configuration
     76
     77Set the following stanza in your `trac.ini`:
    7478
    7579{{{#!ini
     
    8387}}}
    8488
    85 == Example
    86 
    87 '''User interface''':
    88 
    89 [[Image(ticket_report.PNG, border=2)]]
    90 
    91 '''Generated Excel Report''':
    92 
    93 [[Image(ticket_report_r16_01.PNG)]]
    94 
    9589== Recent Changes
    9690