Changeset 143 for www/finance/clenove.php
- Timestamp:
- Jan 31, 2009, 10:38:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/finance/clenove.php
r75 r143 18 18 // Tabulka operaci 19 19 echo('Výpis operací pro účastníka '.$Row2['fullname'].':<br>'); 20 echo('<table style="font-size: smaller;" border="1" cellspacing="0" cellpadding="3"><tr><th>Datum</th><th>Popis</th><th> Doklad</th><th>Komentář</th></tr>');20 echo('<table style="font-size: smaller;" border="1" cellspacing="0" cellpadding="3"><tr><th>Datum</th><th>Popis</th><th>Částka [Kč]</th><th>Doklad</th></tr>'); 21 21 $Operations = array(); 22 22 $DbResult = $Database->query('(SELECT Time, Value, Text, Bill FROM FinanceCashFlow WHERE Subject='.$_GET['id'].') UNION ALL '.
Note:
See TracChangeset
for help on using the changeset viewer.