{strip}
← {if $partType eq 'assembly'}{tr}Back to assembly{/tr}{else}{tr}Back to component{/tr}{/if}
{/if}| {smartlink ititle="Reference" isort="title"} | {tr}Type{/tr} | {if $partContentId}{tr}Qty{/tr} | {/if}{smartlink ititle="Ordered" isort="ref_start_date" ifile="list_movements.php" ipackage="stock"} | {smartlink ititle="Received" isort="event_time" ifile="list_movements.php" ipackage="stock"} | {smartlink ititle="Date" isort="created_desc"} | {tr}Creator{/tr} | {if $gBitUser->hasPermission('p_stock_update')}{/if} | |
|---|---|---|---|---|---|---|---|---|
| {$mov.title|escape} | {$mov.ref_type|escape|default:'—'} | {if $partContentId} {if $partType eq 'assembly'}{$mov.part_qty|string_format:"%.0f"} | {else}{if $mov.part_qty_type eq 'PRT' && $partSize > 0}{math equation="q/p" q=$mov.part_qty p=$partSize format="%.2f"}{elseif $mov.part_qty_type eq 'SHT'}{$mov.part_qty|string_format:"%.2f"}{else}{$mov.part_qty|string_format:"%.0f"}{/if} {$mov.part_qty_type|escape} | {/if} {/if}{if $mov.ref_start_date}{$mov.ref_start_date|bit_short_date}{else}—{/if} | {if $mov.event_time}{$mov.event_time|bit_short_date}{else}—{/if} | {$mov.created|bit_short_date} | {$mov.real_name|default:$mov.login|escape} | {if $gBitUser->hasPermission('p_stock_update')}{biticon ipackage="icons" iname="edit" iexplain="Edit"} | {/if}
| {tr}No movements found.{/tr} | ||||||||