Changeset 131 for devel/www/finance/inventory.php
- Timestamp:
- Jan 5, 2009, 7:40:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/finance/inventory.php
r87 r131 11 11 { 12 12 $TotalPrice = 0; 13 $Output = 'Výpis skladových zásob:<br><table style="font-size: smaller;" border="1" cellspacing="0" cellpadding="3">';13 $Output = 'Výpis skladových zásob:<br><table class="WideTable">'; 14 14 $Output .= '<tr><th>Název</th><th>Datum<br />zakoupení</th><th>Cena [Kč]</th><th>Počet</th><th>Cena<br /> dohromady [Kč]</th></tr>'; 15 15 $DbResult = $this->Database->query("SELECT * FROM network_devices WHERE used=2");
Note:
See TracChangeset
for help on using the changeset viewer.