60 lines
2.6 KiB
Smarty
Executable File
60 lines
2.6 KiB
Smarty
Executable File
<ul class="tablist" style="width:100%;"></ul>
|
|
<form target="" action="index.php" method="get" name="mzStockOperationsCheck_form" id="mzStockOperationsCheck_form">
|
|
<input type="hidden" id="module" name="module" value="EcmReports"/>
|
|
<input type="hidden" id="action" name="action" value="mzStockOperationsCheck"/>
|
|
<input type="hidden" id="process" name="process" value="1"/>
|
|
<input type="hidden" id="to_pdf" name="to_pdf" value="0"/>
|
|
<table class="tabForm" cellspacing="0" cellpadding="0" border="0" style="border-top: 0px none; margin-bottom: 4px;width:100%">
|
|
<tr>
|
|
<td class="dataLabel" width="5%" nowrap="nowrap">Magazyn:</td>
|
|
<td class="dataField" width="8%" nowrap="nowrap">
|
|
{$STOCKS}<br>Lista nie zawiera magazynów usługowych
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="dataLabel" width="5%" nowrap="nowrap">Data od: </td>
|
|
<td class="dataField" width="8%" nowrap="nowrap">
|
|
<input id="date_from" name="date_from" type="text" maxlength="10" size="11" tabindex="" title="" value="{$DATE_FROM}" autocomplete="off">
|
|
<img id="date_from_trigger" border="0" align="absmiddle" alt="Enter Date" src="themes/default/images/jscalendar.gif">
|
|
<script language="JavaScript" type="text/javascript">
|
|
Calendar.setup ({ldelim}
|
|
inputField : "date_from",
|
|
daFormat : "%d.%m.%Y",
|
|
button : "date_from_trigger",
|
|
singleClick : true,
|
|
dateStr : "",
|
|
step : 1
|
|
{rdelim}
|
|
);
|
|
</script>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="dataLabel" width="5%" nowrap="nowrap">Data do: </td>
|
|
<td class="dataField" width="8%" nowrap="nowrap">
|
|
<input autocomplete="off" name="date_to" id="date_to" value="{$DATE_TO}" title="" tabindex="" size="11" maxlength="10" type="text">
|
|
<img src="themes/default/images/jscalendar.gif" alt="Enter Date" id="date_to_trigger" align="absmiddle" border="0">
|
|
<script language="JavaScript" type="text/javascript">
|
|
Calendar.setup ({ldelim}
|
|
inputField : "date_to",
|
|
daFormat : "%d.%m.%Y",
|
|
button : "date_to_trigger",
|
|
singleClick : true,
|
|
dateStr : "",
|
|
step : 1
|
|
{rdelim}
|
|
);
|
|
</script>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="dataLabel" width="5%" nowrap="nowrap">Pokaż szczegóły:</td>
|
|
<td class="dataField" width="8%" nowrap="nowrap">
|
|
<input type="checkbox" id="show_details" name="show_details" value="1" {$SHOW_DETAILS}/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<input type="submit" class="button" value="Wykonaj"/>
|
|
<input type="button" class="button" value="PDF" onClick="$('#to_pdf').val('1'); $('#mzStockOperationsCheck_form').submit();"/>
|
|
<input type="button" class="button" value="Wyczyść" onClick = "window.location='index.php?module=EcmReports&action=mzStockOperationsCheck'"/>
|
|
</form> |