Files
crm.twinpol.com/modules/EcmSales/eCommerceZS/eCommerceZS.tpl
2025-10-31 11:47:29 +00:00

84 lines
3.7 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>
<b>ZS zbiorcza dla FV (Apilo):</b><br> {$invoicesNo}
<br><br>
<input title="Wystaw ZS" class="button primary" type="button" name="Edit" id="edit_button" value="Wystaw ZS Apilo"
onclick="window.open('index.php?module=EcmSales&action=EditView&ecommerceZSApilo={$sessionIdApilo}')">
<br><br>
<b>ZS zbiorcza dla zamówień TEMU PL:</b><br> {$ordersNoPl}
<br><br>
<input title="Wystaw ZS" class="button primary" type="button" name="Edit" id="edit_button" value="Wystaw ZS Temu PL"
onclick="window.open('index.php?module=EcmSales&action=EditView&temuCountry=PL&ecommerceZSTemu={$sessionIdTemuPl}')">
<br><br>
<b>ZS zbiorcza dla zamówień TEMU DE:</b><br> {$ordersNoDe}
<br><br>
<input title="Wystaw ZS" class="button primary" type="button" name="Edit" id="edit_button" value="Wystaw ZS Temu DE"
onclick="window.open('index.php?module=EcmSales&action=EditView&temuCountry=DE&ecommerceZSTemu={$sessionIdTemuDe}')">
<br><br>
<b>ZS zbiorcza dla zamówień TEMU FR:</b><br> {$ordersNoFr}
<br><br>
<input title="Wystaw ZS" class="button primary" type="button" name="Edit" id="edit_button" value="Wystaw ZS Temu FR"
onclick="window.open('index.php?module=EcmSales&action=EditView&temuCountry=FR&ecommerceZSTemu={$sessionIdTemuFr}')">