adding queries for Open Cases vs. Completed Cases dashlet KPI

This commit is contained in:
Fernando Ontiveros
2011-10-31 23:48:30 -04:00
parent ac813f51c2
commit 67722e3d7a
2 changed files with 10 additions and 2 deletions

View File

@@ -127,6 +127,14 @@ Array
$g->yellowTo = 90;
$g->redFrom = 100;
$g->redTo = 100;
$g->greenFrom = 50;
$g->greenTo = 100;
$g->yellowFrom = 30;
$g->yellowTo = 50;
$g->redFrom = 0;
$g->redTo = 30;
$g->centerLabel = $this->centerLabel;
$g->open = $this->open;
$g->completed = $this->completed;