Add TPL files
This commit is contained in:
85
modules/EcmReports/tpls/ReportSalesVatSales.tpl
Executable file
85
modules/EcmReports/tpls/ReportSalesVatSales.tpl
Executable file
@@ -0,0 +1,85 @@
|
||||
<table id="tableMenu" cellspacing="0" cellpadding="0" border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="themes/Sugar/images/EcmProducts.gif" style="margin-top: 3px; margin-right: 3px;" width="16" border="0" height="16">
|
||||
</td>
|
||||
<td>
|
||||
<h2 id="raport_name">{$MOD.LBL_REPORT_SALES_VAT_SALES}</h2>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<ul class="tablist" style="width:100%;"></ul>
|
||||
<form target="_blank" action="index.php" method="get" name="ReportSalesVatSales">
|
||||
<input type="hidden" id="module" name="module" value="EcmReports"/>
|
||||
<input type="hidden" id="action" name="action" value="ReportSalesVatSales"/>
|
||||
<input type="hidden" id="process" name="process" value="1"/>
|
||||
<input type="hidden" id="to_xls" name="to_xls" value="0"/>
|
||||
<input type="hidden" id="to_pdf" name="to_pdf" value="1"/>
|
||||
<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}
|
||||
</td>
|
||||
<td class="dataLabel" width="5%" nowrap="nowrap">Typ dokumentu: </td>
|
||||
<td class="dataField" width="8%" nowrap="nowrap">
|
||||
{$TYPES}
|
||||
</td>
|
||||
<td class="dataLabel" width="5%" nowrap="nowrap">Rodzaj: </td>
|
||||
<td class="dataField" width="8%" nowrap="nowrap">
|
||||
{$KINDS}
|
||||
</td>
|
||||
<td class="dataLabel" width="5%" nowrap="nowrap">Kategoria: </td>
|
||||
<td class="dataField" width="8%" nowrap="nowrap">
|
||||
{$CATEGORIES}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="dataLabel" width="5%" nowrap="nowrap">Grupuj kontrahentów: </td>
|
||||
<td class="dataField" width="8%" nowrap="nowrap">
|
||||
<input type="checkbox" name="group_accounts" id="group_accounts" {if $GROUP_ACCOUNTS == '1'} checked {/if}/>
|
||||
</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>
|
||||
</table>
|
||||
<input type="submit" class="button" onclick="$('#to_xls').val(0);$('#to_pdf').val(1);" value="Wykonaj"/>
|
||||
<!--<input type="submit" class="button" onclick="$('#to_xls').val(1);" value="XLS"/> -->
|
||||
<input type="button" class="button" value="Wyczyść" onClick = "window.location='index.php?module=EcmReports&action=ReportSalesVatSales'"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user