From: Alan Jack Pippin <ajp@pippin.(none)> Date: Mon, 13 Nov 2006 14:46:02 +0000 (-0700) Subject: Added table showing elders who have their yearly ppi completed. X-Git-Tag: release_0_1_0~44 X-Git-Url: http://git.pippins.net/%27%20%20%20%20.%20%24GLOBALS%5B%27phpgw%27%5D-%3Elink%28%27inc/jquery/static/git-favicon.png?a=commitdiff_plain;h=f6da15001ec9f71cf5774b5e4bc29e70f29323b2;p=eq%2F.git Added table showing elders who have their yearly ppi completed. --- diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php index 7b40acb..3136f12 100644 --- a/inc/class.eq.inc.php +++ b/inc/class.eq.inc.php @@ -878,7 +878,7 @@ class eq $header_row.= "<th width=$phone_width><font size=-2>Phone</th>"; $header_row.= "<th width=$pri_width><font size=-2>Priority</th>"; $header_row.= "<th width=$notes_width><font size=-2>Scheduling Notes</th>"; - $table_data=""; + $table_data=""; $completed_data=""; $totals_data=""; $year = date('Y'); @@ -952,14 +952,27 @@ class eq $table_data.= '<input type=hidden name="ppi_notes['.$i.'][elder_id]" value="'.$id.'">'; $table_data.= '<input type=hidden name="ppi_notes['.$i.'][elder_name]" value="'.$name.'">'; $table_data.= '</td>'; + $table_data.= '</tr>'; $tr_color = $this->nextmatchs->alternate_row_color($tr_color); $this->t->set_var('tr_color',$tr_color); - $table_data.= '</tr>'; } else { $elders_with_yearly_ppi++; + $date = $this->db2->f('date'); + $completed_data.= "<tr bgcolor=". $this->t->get_var('tr_color2') ."><td title=\"$phone\"><a href=$link>$name</a></td>"; + $completed_data.= "<td align=left>$phone</td>"; + $completed_data.= "<td align=left>$date</td>"; + $completed_data.= '</tr>'; + $tr_color2 = $this->nextmatchs->alternate_row_color($tr_color2); + $this->t->set_var('tr_color2',$tr_color2); } } + $name_width=300; $phone_width=150; $date_width=100; + $completed_table_width=$name_width + $phone_width + $date_width; + $completed_header_row = "<th width=$name_width><font size=-2>Elder Name</th>"; + $completed_header_row.= "<th width=$phone_width><font size=-2>Phone</th>"; + $completed_header_row.= "<th width=$date_width><font size=-2>Date</th>"; + $elders_width=300; $totals_width=100; $totals_table_width=$elders_width + $totals_width; $totals_header_row = "<th width=$elders_width><font size=-2>Elders</th>"; @@ -980,6 +993,9 @@ class eq $this->t->set_var('table_data',$table_data); $this->t->set_var('totals_header_row',$totals_header_row); $this->t->set_var('totals_table_width',$totals_table_width); + $this->t->set_var('completed_header_row',$completed_header_row); + $this->t->set_var('completed_table_width',$completed_table_width); + $this->t->set_var('completed',$completed_data); $this->t->set_var('totals',$totals_data); $this->t->fp('list','elder_list',True); diff --git a/templates/default/ppi_sched.tpl b/templates/default/ppi_sched.tpl index be7281d..8e543f8 100644 --- a/templates/default/ppi_sched.tpl +++ b/templates/default/ppi_sched.tpl @@ -20,7 +20,7 @@ <table border="0" width="{table_width}" cellspacing="2" cellpadding="2"> <tr> <td align="center" bgcolor="#c9c9c9" colspan=20> - <font face="{font}"><b>All Elders</b></font> + <font face="{font}"><b>All Elders with Yearly PPI Not Completed</b></font> </td> </tr> <tr bgcolor="#c9c9c9"><font face="{font}">{header_row}</tr> @@ -37,7 +37,19 @@ </tr> </table> <!-- END elder_list --> - <table border="0" width="{table_width}" cellspacing="2" cellpadding="2"> + + <table border="0" width="{completed_table_width}" cellspacing="2" cellpadding="2"> + <tr> + <td align="center" bgcolor="#c9c9c9" colspan=20> + <font face="{font}"><b>All Elders with Yearly PPI Completed</b></font> + </td> + </tr> + <tr bgcolor="#c9c9c9"><font face="{font}">{completed_header_row}</tr> + {completed} + </table> + <br><br> + + <table border="0" width="{totals_table_width}" cellspacing="2" cellpadding="2"> <tr> <td align="center" bgcolor="#c9c9c9" colspan=20> <font face="{font}"><b>Total EQ President Yearly PPIs</b></font>