fhiiqm/vertrag_flist2.php
changeset 12 2d8be944f381
parent 10 f538f73ebc37
child 13 741b35e9ebbe
equal deleted inserted replaced
11:245f994f8fa0 12:2d8be944f381
    95         echo "<tr bgcolor='#68ACBF'>";
    95         echo "<tr bgcolor='#68ACBF'>";
    96         tab_column(2,"Bezeichnung",$sort,$dir,0,$fnum,$filter,$start,$zeil);
    96         tab_column(2,"Bezeichnung",$sort,$dir,0,$fnum,$filter,$start,$zeil);
    97         tab_column(8,"Beginn",$sort,$dir,0,$fnum,$filter,$start,$zeil);
    97         tab_column(8,"Beginn",$sort,$dir,0,$fnum,$filter,$start,$zeil);
    98         tab_column(9,"Ende",$sort,$dir,0,$fnum,$filter,$start,$zeil);
    98         tab_column(9,"Ende",$sort,$dir,0,$fnum,$filter,$start,$zeil);
    99         tab_column(10,"Verl&auml;ng.",$sort,$dir,0,$fnum,$filter,$start,$zeil);
    99         tab_column(10,"Verl&auml;ng.",$sort,$dir,0,$fnum,$filter,$start,$zeil);
   100         tab_column(11,"K&uuml;nd.frist",$sort,$dir,0,$fnum,$filter,$start,$zeil);
   100         tab_column(11,"K&uuml;nd.frist (mon)",$sort,$dir,0,$fnum,$filter,$start,$zeil);
   101         tab_column(12,"Partner",$sort,$dir,0,$fnum,$filter,$start,$zeil);
   101         tab_column(12,"Partner",$sort,$dir,0,$fnum,$filter,$start,$zeil);
   102         echo "<th>Kosten/Jahr(&euro;)</th>";
   102         echo "<th>Kosten/Jahr(&euro;)</th>";
   103         echo "<th>Bemerkung</th>";
   103         echo "<th>Bemerkung</th>";
   104 
   104 
   105         echo "<th>&nbsp;</th></tr>\n";
   105         echo "<th>&nbsp;</th></tr>\n";
   128                     $ce = new DateTime($row->cend);    
   128                     $ce = new DateTime($row->cend);    
   129                     echo "<td>" . $ce->format('d.m.Y')."</td>";    
   129                     echo "<td>" . $ce->format('d.m.Y')."</td>";    
   130                 }
   130                 }
   131                 else  echo "<td>&nbsp;</td>";       
   131                 else  echo "<td>&nbsp;</td>";       
   132                 if ($row->cautoend) echo "<td>automatisch</td>"; else echo "<td>&nbsp;</td>"; 
   132                 if ($row->cautoend) echo "<td>automatisch</td>"; else echo "<td>&nbsp;</td>"; 
   133                 echo "<td align='right'>$row->kmon</td>";    
   133                 echo "<td class='center'>$row->kmon</td>";    
   134                 echo "<td>$row->partfirma</td>";
   134                 echo "<td>$row->partfirma</td>";
   135                 echo "<td>"; 
   135                 echo "<td>"; 
   136                 $bem = nl2br($row->bem);   
   136                 $bem = nl2br($row->bem);   
   137             }
   137             }
   138             // Anzeigen Kosten pro Jahr -> 1 Zeile des Resultsets
   138             // Anzeigen Kosten pro Jahr -> 1 Zeile des Resultsets