69 lines
2.8 KiB
Smarty
69 lines
2.8 KiB
Smarty
<!-- HEADER -->
|
|
<table id="tableMenu" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<img src="themes/Sugar5/images/CaseReports.gif" style="margin-top: 3px; margin-right: 3px;" width="16"
|
|
height="16">
|
|
</td>
|
|
<td>
|
|
<h2>ZS E-Commerce</h2>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- FILTERS -->
|
|
<form action="index.php" method="get">
|
|
<input type="hidden" name="module" value="EcmSales">
|
|
<input type="hidden" name="action" value="eCommerceZS">
|
|
<table class="tabForm" cellspacing="0" cellpadding="0" style="border-top: 0px none; margin-bottom: 4px;width:100%">
|
|
<tbody>
|
|
<tr>
|
|
<td width="5%">Zakres dat:</td>
|
|
<td width="10%">
|
|
<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" 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>
|
|
<td>
|
|
<input id="date_to" name="date_to" type="text" maxlength="10" size="11" tabindex="" title=""
|
|
value="{$date_to}" autocomplete="off">
|
|
<img id="date_to_trigger" src="themes/default/images/jscalendar.gif">
|
|
<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>
|
|
<td></td>
|
|
<td></td>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<input type="submit" class="button" value="Filtruj">
|
|
</form>
|
|
|
|
<hr>
|
|
ZS zbiorcza dla FV:<br> {$invoicesNo}
|
|
<br><br>
|
|
<input title="Wystaw ZS" class="button primary" type="button" name="Edit" id="edit_button" value="Wystaw ZS"
|
|
onclick="window.open('index.php?module=EcmSales&action=EditView&ecommerceZS={$sessionId}')"> |