Home
last modified time | relevance | path

Searched refs:task_count_closed (Results 1 – 9 of 9) sorted by relevance

/plugin/bez/db/
H A Dupdate0001.sql25 task_count_closed INTEGER NOT NULL DEFAULT 0, field
232 SET task_count_closed = task_count_closed + 1
242 SET task_count_closed = task_count_closed - 1
252 SET task_count_closed = task_count_closed - 1
255 SET task_count_closed = task_count_closed + 1
378 thread.task_count, thread.task_count_closed, threa
[all...]
H A Dupdate0003.sql20 SET task_count_closed = task_count_closed - 1
H A Dupdate0013.sql11 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
20 CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_count_closed THEN 'done'
H A Dupdate0014.sql9 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
18 CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_count_closed THEN 'done'
H A Dupdate0011.sql9 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
18 CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_count_closed THEN 'done'
H A Dupdate0002.sql26 thread.task_count, thread.task_count_closed, thread.task_sum_cost,
35 CASE WHEN thread.state = 'opened' AND thread.task_count > 0 AND thread.task_count = thread.task_count_closed THEN 'done'
/plugin/bez/tpl/cron/
H A Dweekly-message.php63 <td><?php echo $issue->task_count_closed ?>/<?php echo $issue->task_count ?></td>
/plugin/bez/tpl/
H A Dthreads.php153 <?php $total_task_closed += (int) $thread->task_count_closed ?>
214 <?php echo $thread->task_count_closed ?> / <?php echo $thread->task_count ?>
/plugin/bez/mdl/
H A DThread.php24 protected $task_count, $task_count_closed, $task_sum_cost;
35 'task_count', 'task_count_closed', 'task_sum_cost');