Files
crm.twinpol.com/modules/EcmStockDocCorrects/eCommerceKS/eCommerceKS.tpl
Michał Zieliński 7e46fc97b6 Naming typeo
2025-05-29 20:25:10 +02:00

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>Zwrot E-Commerce</h2>
</td>
</tr>
</table>
<!-- FILTERS -->
<form action="index.php" method="get">
<input type="hidden" name="module" value="EcmStockDocCorrects">
<input type="hidden" name="action" value="eCommerceKS">
<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>
KS zbiorcza dla FVKOR:<br> {$invoicesNo}
<br><br>
<input title="Wystaw KS" class="button primary" type="button" name="Edit" id="edit_button" value="Wystaw KS"
onclick="window.open('index.php?module=EcmStockDocCorrects&action=EditView&ecommerceKS={$sessionId}')">