report->conditions?>
| product->name;?> | product->PO;?> | productplan->common;?> | productplan->begin;?> | productplan->end;?> | story->statusList['draft'];?> | story->statusList['active'];?> | story->statusList['changed'];?> | story->statusList['closed'];?> | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| " . html::a($this->createLink('product', 'view', "product=$product->id"), $product->name) . "";?> | " . $users[$product->PO] . '';?> | plans)):?> plans as $plan):?> "?>title;?> | begin;?> | end;?> | status['draft']) ? $plan->status['draft'] : 0);?> | status['active']) ? $plan->status['active'] : 0);?> | status['changed']) ? $plan->status['changed'] : 0);?> | status['closed']) ? $plan->status['closed'] : 0);?> | "?>