302 lines
12 KiB
Smarty
302 lines
12 KiB
Smarty
<link rel="stylesheet" type="text/css" href="include/jQuery/jquery-table/jquery.appendGrid-1.3.1.css" />
|
|
<link rel="stylesheet" type="text/css" href="include/jQuery/jquery-ui/themes/base/jquery-ui.css" />
|
|
<link rel="stylesheet" type="text/css" href="modules/EcmReports/TableSorter/css/theme.blue.css" />
|
|
<link rel="stylesheet" type="text/css" href="modules/EcmReports/TableSorter/css/theme.blue2.css" />
|
|
<!-- Tablesorter -->
|
|
<script type="text/javascript" src="modules/EcmReports/TableSorter/js/jquery.min.js"></script>
|
|
<script type="text/javascript" src="modules/EcmReports/TableSorter/js/jquery.tablesorter.min.js"></script>
|
|
<script type="text/javascript" src="modules/EcmReports/TableSorter/js/jquery.tablesorter.staticrow.min.js"></script>
|
|
<script type="text/javascript" src="modules/EcmReports/TableSorter/js/jquery.tablesorter.widgets.js"></script>
|
|
<script type="text/javascript" src="modules/EcmReports/javascript/jquery.blockUI.js"></script>
|
|
|
|
|
|
<script type="text/javascript" src="modules/EcmReports/javascript/ReportStocks.js"></script>
|
|
|
|
|
|
<style type="text/css">
|
|
{literal}
|
|
|
|
thead, tfoot {font-weight: bold;}
|
|
|
|
.additionalColumn {
|
|
background-color: #87CCED;
|
|
border-top: 1px solid black;
|
|
}
|
|
|
|
.groupActive {
|
|
border-top: 1px solid black;
|
|
border-bottom: 1px solid black;
|
|
border-left: 1px solid black;
|
|
background-color: #87CCED;
|
|
}
|
|
|
|
.sumRow {
|
|
background-color: #BDC7B5;
|
|
}
|
|
|
|
.sumAll td {
|
|
background-color: #BDC7B5;
|
|
}
|
|
|
|
table.tablesorter tbody tr:hover td {
|
|
background: #E8E8E8;
|
|
color: #343432;
|
|
}
|
|
|
|
/* Extra selectors needed to override the default styling */
|
|
table.tablesorter tbody tr.normal-row td {
|
|
background: #EFEFF1;
|
|
color: #343432;
|
|
}
|
|
|
|
table.tablesorter tbody tr.alt-row td {
|
|
background: #FFF;
|
|
color: #343432;
|
|
}
|
|
|
|
/* Extra selectors needed to override the default styling */
|
|
table.tablesorter tbody tr.normal-row:hover td {
|
|
background: #E8E8E8;
|
|
color: #343432;
|
|
}
|
|
|
|
table.tablesorter tbody tr.alt-row:hover td {
|
|
background: #E8E8E8;
|
|
color: #343432;
|
|
}
|
|
|
|
table.tablesorter tbody tr.sumAll td {
|
|
background: #EBEBED;
|
|
color: black;
|
|
}
|
|
|
|
table.tablesorter tbody tr.sumAll:hover td {
|
|
background: #E0E0E2;
|
|
color: black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table.tablesorter .sumRow,
|
|
.oddListRowS1 {
|
|
text-align: right;
|
|
}
|
|
|
|
table.tablesorter .alignLeft {
|
|
text-align: left;
|
|
}
|
|
|
|
table.tablesorter .subcategory .alignLeft {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
table.tablesorter .contractor .alignLeft {
|
|
padding-left: 40px;
|
|
}
|
|
|
|
.plusStyle {
|
|
color: #abc3d7;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
{/literal}
|
|
</style>
|
|
|
|
|
|
<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;"
|
|
alt="EcmProducts" width="16" border="0" height="16">
|
|
</td>
|
|
<td>
|
|
<h2>{$MOD.LBL_REPORT_STOCKS} </h2>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br />
|
|
|
|
<ul class="tablist" style="width:100%;">
|
|
<li>
|
|
<a class="current" href="#">Podstawowe wyszukiwanie</a>
|
|
</li>
|
|
</ul>
|
|
<form action="index.php" method="get" name="searchReportStocks">
|
|
<input type="hidden" name="module" value="EcmReports" />
|
|
<input type="hidden" name="action" value="ReportStocks" />
|
|
<table style="border-top: 0px none; margin-bottom: 4px;width:100%" class="tabForm" border="0" cellpadding="0"
|
|
cellspacing="0">
|
|
|
|
<tr>
|
|
<td class="dataLabel" width="5%" nowrap="nowrap">{$MOD.LBL_STOCK}</td>
|
|
<td class="dataField" width="10%" nowrap="nowrap">
|
|
<select id="stock" name="selectStock">
|
|
<option value="" { if $selectStock=="" } selected="true" {/if}>{$MOD.LBL_ALL_STOCKS}</option>
|
|
{foreach from=$STOCKS item=STOCK key=count name=loop}
|
|
<option value="{$STOCK.id}" { if $selectStock==$STOCK.id} selected="true" {/if}>{$STOCK.name}
|
|
</option>
|
|
{/foreach}
|
|
</select>
|
|
</td>
|
|
<td class="dataLabel" width="25%" nowrap="nowrap"></td>
|
|
|
|
<td class="dataLabel" width="5%" nowrap="nowrap">{$MOD.LBL_PRODUCT_ACTIVE}</td>
|
|
<td class="dataField" width="10%" nowrap="nowrap">
|
|
<select id="productActive" name="selectProductActive">
|
|
<option value="" { if $selectProductActive=="" } selected="true" {/if}>{$MOD.LBL_YES}/{$MOD.LBL_NO}
|
|
</option>
|
|
<option value="1" { if $selectProductActive=="1" } selected="true" {/if}>{$MOD.LBL_YES}</option>
|
|
<option value="0" { if $selectProductActive=="0" } selected="true" {/if}>{$MOD.LBL_NO}</option>
|
|
</select>
|
|
</td>
|
|
<td class="dataLabel" width="25%" nowrap="nowrap"></td>
|
|
<td class="dataLabel" width="5%" nowrap="nowrap">End of line</td>
|
|
<td class="dataField" width="10%" nowrap="nowrap">
|
|
<select id="productEol" name="selectProductEol">
|
|
<option value="" { if $selectProductEol=="" } selected="true" {/if}>{$MOD.LBL_YES}/{$MOD.LBL_NO}
|
|
</option>
|
|
<option value="1" { if $selectProductEol=="1" } selected="true" {/if}>{$MOD.LBL_YES}</option>
|
|
<option value="0" { if $selectProductEol=="0" } selected="true" {/if}>{$MOD.LBL_NO}</option>
|
|
</select>
|
|
</td>
|
|
<td class="dataLabel" width="25%" nowrap="nowrap"></td>
|
|
<td class="dataLabel" width="5%" nowrap="nowrap">Grupa księgowa</td>
|
|
<td class="dataField" width="10%" nowrap="nowrap">
|
|
<select id="productKS" name="productKS">
|
|
<option value="" { if $selectKS=="" } selected="true" {/if}>Wszystkie</option>
|
|
{foreach from=$KSGROUPS item=GROUP key=count name=loop}
|
|
<option value="{$GROUP.id}" { if $selectKS==$GROUP.id} selected="true" {/if}>{$GROUP.name}</option>
|
|
{/foreach}
|
|
</select>
|
|
</td>
|
|
<td class="dataLabel" width="25%" nowrap="nowrap"></td>
|
|
|
|
<td class="dataLabel" width="5%" nowrap="nowrap"></td>
|
|
<td class="dataField" width="10%" nowrap="nowrap">
|
|
|
|
</td>
|
|
<td class="dataLabel" width="25%" nowrap="nowrap"></td>
|
|
<td class="dataLabel" width="5%" nowrap="nowrap"></td>
|
|
<td class="dataField" width="10%" nowrap="nowrap">
|
|
|
|
</td>
|
|
<td class="dataLabel" width="25%" nowrap="nowrap"></td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
<input class="button" name="submit" value="{$MOD.LBL_EXECUTE}" type="submit">
|
|
<input class="button" name="clear" value="{$MOD.LBL_CLEAR}" type="button"
|
|
onclick="location.href='index.php?module=EcmReports&action=ReportSales';">
|
|
<input id="excelEksport" class="button" name="importToExcel" value="{$MOD.BTN_EXCEL_EXPORT}" type="button">
|
|
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<table id="myTable" class="tablesorter tablesorter-blue" role="grid">
|
|
<thead>
|
|
<tr class="tablesorter-headerRow" role="row">
|
|
|
|
<th width="30%" class="sorter-text tablesorter-header tablesorter-headerUnSorted" data-column="0"
|
|
tabindex="0" scope="col" role="columnheader" aria-disabled="false" unselectable="on"
|
|
style="-moz-user-select: none;" aria-sort="none"
|
|
aria-label="Name: No sort applied, activate to apply an ascending sort">{$MOD.LBL_PRODUCTS}</th>
|
|
<th width="4%" class="sorter-text tablesorter-header tablesorter-headerUnSorted" data-column="1"
|
|
tabindex="0" scope="col" role="columnheader" aria-disabled="false" unselectable="on"
|
|
style="-moz-user-select: none;" aria-sort="none"
|
|
aria-label="Name: No sort applied, activate to apply an ascending sort">{$MOD.LBL_INDEX}</th>
|
|
<th width="6%" class="sorter-text tablesorter-header tablesorter-headerUnSorted" data-column="1"
|
|
tabindex="0" scope="col" role="columnheader" aria-disabled="false" unselectable="on"
|
|
style="-moz-user-select: none;" aria-sort="none"
|
|
aria-label="Name: No sort applied, activate to apply an ascending sort">Adres magazynowy</th>
|
|
<th width="8%" class="sorter-saas tablesorter-header tablesorter-headerUnSorted" data-column="5"
|
|
tabindex="0" scope="col" role="columnheader" aria-disabled="false" unselectable="on"
|
|
style="-moz-user-select: none;" aria-sort="none"
|
|
aria-label="Name: No sort applied, activate to apply an ascending sort">{$MOD.LBL_QUANTITY}</th>
|
|
<th width="8%" class="sorter-saas tablesorter-header tablesorter-headerUnSorted" data-column="6"
|
|
tabindex="0" scope="col" role="columnheader" aria-disabled="false" unselectable="on"
|
|
style="-moz-user-select: none;" aria-sort="none"
|
|
aria-label="Name: No sort applied, activate to apply an ascending sort">{$MOD.LBL_VALUE}</th>
|
|
<th width="8%" class="sorter-saas tablesorter-header tablesorter-headerUnSorted" data-column="6"
|
|
tabindex="0" scope="col" role="columnheader" aria-disabled="false" unselectable="on"
|
|
style="-moz-user-select: none;" aria-sort="none"
|
|
aria-label="Name: No sort applied, activate to apply an ascending sort">Średnia Cena</th>
|
|
</tr>
|
|
</thead>
|
|
{foreach from=$DATA item=CAT key=CATNAME name=loop}
|
|
{* Table headers *}
|
|
<tbody id="functions-core" class="tablesorter-infoOnly">
|
|
<tr class="static category">
|
|
{if $CATNAME != ""}
|
|
<td class="oddListRowS1 alignLeft"><a class="plusStyle showTables">[+]</a><b> {$CATNAME}</b></td>
|
|
{/if}
|
|
<td class="oddListRowS1"></td>
|
|
<td class="oddListRowS1"></td>
|
|
<td class="oddListRowS1 sumRow"><b>{$DATA.$CATNAME.QuantitySum|number_format:4:",":"." }</b></td>
|
|
<td class="oddListRowS1 sumRow"><b>{$DATA.$CATNAME.PriceSum|number_format:2:",":"." }</b></td>
|
|
<td class="oddListRowS1 sumRow">
|
|
<b>{$DATA.$CATNAME.PriceSum/$DATA.$CATNAME.QuantitySum|number_format:2:",":"." }</b></td>
|
|
</tr>
|
|
</tbody>
|
|
{foreach from=$CAT item=CAT2 key=CAT2NAME name=loop}
|
|
{if $CAT2NAME!="QuantitySum" && $CAT2NAME!="PriceSum"}
|
|
<tbody id="functions-core" class="tablesorter-infoOnly tablesShowHide">
|
|
<tr class="subcategory">
|
|
<td class="oddListRowS1 alignLeft"><a class="showRows"
|
|
style="color: cadetblue; text-decoration: none; cursor: pointer;">[+]</a><b> {$CAT2NAME}</b>
|
|
</td>
|
|
<td class="oddListRowS1"></td>
|
|
<td class="oddListRowS1"></td>
|
|
<td class="oddListRowS1 sumRow"><b>{$CAT.$CAT2NAME.QuantitySum2|number_format:4:",":"." }</b></td>
|
|
<td class="oddListRowS1 sumRow"><b>{$CAT.$CAT2NAME.PriceSum2|number_format:2:",":"." }</b></td>
|
|
<td class="oddListRowS1 sumRow">
|
|
<b>{$CAT.$CAT2NAME.PriceSum2/$CAT.$CAT2NAME.QuantitySum2|number_format:2:",":"." }</b></td>
|
|
</tr>
|
|
</tbody>
|
|
|
|
<tbody aria-live="polite" aria-relevant="all" class="rowShowHide">
|
|
{foreach from=$CAT2 item=ROW name=loop}
|
|
{if $CAT2NAME!="AvgPriceSum" && $CAT2NAME!="QuantitySum" && $ROW.name!=""}
|
|
{if $smarty.foreach.loop.index % 2 == 1}
|
|
<tr role="row" class="contractor">
|
|
{else}
|
|
<tr class="contractor" role="row">
|
|
{/if}
|
|
|
|
<td class="oddListRowS1 alignLeft" style="text-align:left;">
|
|
<a target="new"
|
|
href="index.php?module=EcmProducts&action=index&return_module=EcmProducts&action=DetailView&record={$ROW.id}">
|
|
{$ROW.name}
|
|
</a>
|
|
</td>
|
|
<td class="oddListRowS1 alignLeft">{$ROW.code}</td>
|
|
<td class="oddListRowS1">{$ROW.stock_address}</td>
|
|
<td class="oddListRowS1">{$ROW.quantity|number_format:4:",":"."}</td>
|
|
<td class="oddListRowS1">{$ROW.price|number_format:2:",":"."}</td>
|
|
<td class="oddListRowS1">{$ROW.price/$ROW.quantity|number_format:2:",":"."}</td>
|
|
</tr>
|
|
{/if}
|
|
{/foreach}
|
|
</tbody>
|
|
<tbody id="stopRows"></tbody>
|
|
{/if}
|
|
{/foreach}
|
|
<tbody id="stopTables"></tbody>
|
|
{/foreach}
|
|
<tbody id="functions-core" class="tablesorter-infoOnly">
|
|
<tr class="static category sumAll">
|
|
<td class="oddListRowS1 alignLeft"><b>{$MOD.LBL_SUM}:</b></td>
|
|
<td class="oddListRowS1"></td>
|
|
<td class="oddListRowS1"></td>
|
|
<td class="oddListRowS1 sumRow"><b>{$SUM.QuantitySumSum|number_format:4:",":"." }</b></td>
|
|
<td class="oddListRowS1 sumRow"><b>{$SUM.PriceSumSum|number_format:2:",":"." }</b></td>
|
|
<td class="oddListRowS1 sumRow"><b>{$SUM.PriceSumSum/$SUM.QuantitySumSum|number_format:2:",":"." }</b>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<br /> |