init
This commit is contained in:
22
modules/EcmStockOperations/reports_form.php
Normal file
22
modules/EcmStockOperations/reports_form.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<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 />
|
||||
|
||||
Reference in New Issue
Block a user