EcmProducts

{$MOD.LBL_REPORT_STOCKS}


{$MOD.LBL_STOCK} {$MOD.LBL_PRODUCT_ACTIVE}


{if $CONSIGNMENTS==TRUE} {/if} {foreach from=$DATA key="key" item="item" name=loop} {if $item.add|@count>1} {assign var="rowspan" value=$item.add|@count} {assign var="rowspanadd" value=1} {assign var="currow" value=$rowspan*2+$rowspanadd} {else} {assign var="currow" value=1} {/if} {if $CONSIGNMENTS==TRUE} {/if} {if $item.add|@count>1} {foreach from=$item.add key="kis" item="position" name=loop} {if $CONSIGNMENTS==TRUE} {/if} {if $CONSIGNMENTS==TRUE} {/if} {/foreach} {/if} {if $CONSIGNMENTS==TRUE} {/if} {/foreach} {if $CONSIGNMENTS==TRUE}{/if}
{$MOD.LBL_INDEX} {$MOD.LBL_NAME} {$MOD.LBL_DOC_NUMBER}{$MOD.LBL_CONSIGNMENTS}{$MOD.LBL_QUANTITY} {$MOD.LBL_PRICE} {$MOD.LBL_VALUE}
{$item.product_code} {$item.product_name} {$item.parent_type} {$item.parent_name} {$item.date_entered|date_format:"%d.%m.%Y"}{$item.part_no}{$item.total_quantity|number_format:2:",":"." } {$item.unit_id} {$item.price|number_format:2:",":"." } {$item.total_price|number_format:2:",":"." }
{$position.parent_type} {$position.parent_name} {$position.date_entered|date_format:"%d.%m.%Y"}{$position.part_no}{$position.quantity|number_format:2:",":"." } {$position.price|number_format:2:",":"." } {$position.position_value|number_format:2:",":"." }
Razem:{$TOTAL_QUANTITY|number_format:2:",":"." }{$TOTAL_VALUE|number_format:2:",":"." }