* Refactor the getStats method under the project.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<?php
|
||||
$config->execution = new stdclass();
|
||||
$config->execution->defaultWorkhours = '7.0';
|
||||
$config->execution->orderBy = 'isDone,status,order_desc';
|
||||
$config->execution->maxBurnDay = '31';
|
||||
$config->execution->weekend = '2';
|
||||
$config->execution->ownerFields = array('PO', 'PM', 'QD', 'RD');
|
||||
$config->execution->defaultWorkhours = '7.0';
|
||||
$config->execution->orderBy = 'isDone,status,order_desc';
|
||||
$config->execution->maxBurnDay = '31';
|
||||
$config->execution->weekend = '2';
|
||||
$config->execution->ownerFields = array('PO', 'PM', 'QD', 'RD');
|
||||
$config->execution->defaultBurnPeriod = 30;
|
||||
|
||||
$config->execution->list = new stdclass();
|
||||
$config->execution->list->exportFields = 'id,name,projectName,code,PM,begin,end,status,totalEstimate,totalConsumed,totalLeft,progress';
|
||||
|
||||
Reference in New Issue
Block a user