Project

General

Profile

RusRedmineTimelogDetails » History » Revision 2

Revision 1 (Ivan Bagaev, 2016-04-02 18:04) → Revision 2/3 (Ivan Bagaev, 2016-04-02 18:39)

h1. Затраченное время - подробно 

 Оригинал: [[RedmineTimelogDetails|Redmine Timelog Details v.13]] 

 {{>toc}} 

 h2. Введение Introduction 

 После создания набора записей о затраченном времени в Redmine, страница Подробности трудозатрат поможет показать затраченное время на проект. After building a set of time entries through Redmine the *Timelog Details* page can help show running totals of time against a project. 

 Страница *Подробности трудозатрат* доступна через Обзор The *Timelog Details* page is accessible from the Overview > Трудозатраты Spent Time > Подробности. Details menu. 
 Обратите внимание, что функция доступна, только когда активирован модуль "Учет времени". Note that the timelog feature is available only when the project's "Time tracking" module is activated. 

 h2. Поиск Searching 

 Используется тот же интерфейс поиска, что и в [[RusRedmineTimelogReport]] Shares the same search interface as [[RedmineTimelogReport]] 

 !SearchTimelog.png! 

 h2. Результат Results 

 По умолчанию подробности трудозатрат показывает *все* записи в системе. By default the detail time log shows *all time* entries in the system. 

 На изображении сверху вниз: From top to bottom in the image 
 * Суммарное время по выборке Total time result of the search 
 * Разбиение записей на страницы pagination table of time entries 
 ** Колонки с сортировкой sortable columns 
 * Доступные форматы вывода: Atom и and CSV format available 

 Заметьте, что в нижней строке нет задачи, это означает, что трудозатрата была зарегистрирована для проекта. Notice the bottom line has no issue, it was logged against the project. 

 Ссылки работают точно также как и другие ссылки в вики; закрытые задачи отображаются зачёркнутыми. Links work the same as the rest of the wiki; closed issues have strike through applied to them. 

 h3. Вывод в виде HTML output 

 !TimeLogDetails.png! 

 h3. Вывод в виде CSV output 

 Пример вывода в A sample CSV формате, для выборки выше (также есть вложение): output of the above time entries (and attached): 

 |_. Date |_. User |_. Activity |_. Project |_. Issue |_. Tracker |_. Subject |_. Hours |_. Comment | 
 |09/24/2010|Test Developer|Testing|Developers|10|Bug|Bug Report from Test user|0.333333|make sure the changes work| 
 |09/23/2010|Test Developer|Development|Developers|10|Bug|Bug Report from Test user|1.0|Doing the actual coding| 
 |09/23/2010|Test Developer|Implementation|Developers|11|Feature|Build a bridge|2.0|showing a closed issue| 
 |09/22/2010|Test Developer|Research|Developers|10|Bug|Bug Report from Test user|0.333333|what are the problems with this bug| 
 |09/22/2010|Test Developer|Design|Developers|10|Bug|Bug Report from Test user|1.0|Designing an elegant solution| 
 |09/21/2010|Test Developer|Support|Developers| | | |1.0|Create this project and demo issue|