Files
crm.e5.pl/modules/EcmStockOperations/reports_form.php

23 lines
1004 B
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<table cellspacing="0" cellpadding="0" border="0"><tr><td><img src="themes/Sugar/images/EcmProducts.gif" style="margin-top: 3px; margin-right: 3px;" alt="EcmProducts" width="16" border="0" height="16"></td><td><h2>Inventory Reports</h2></td></tr></table><br />
<ul class="tablist" style="width:1130px;">
<li>
<a class="current" href="#">Settings</a>
</li>
</ul>
<form action="index.php" method="get" name="inventory_reports">
<input type="hidden" name="module" value="EcmStockOperations" />
<input type="hidden" name="action" value="reports_process" />
<table style="border-top: 0px none; margin-bottom: 4px;width:1130px;" class="tabForm" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="dataLabel" width="20%" nowrap="nowrap">Data:</td>
<td class="dataField" width="30%" nowrap="nowrap">
<input id="date" name="date" type="text" value="<?php echo date("Y-m");?>"/>
</td>
</tr>
</tbody>
</table>
<input type="submit" class="button" value="Generuj"/>
</form><br />