<th class="listheading">Lager</th>
<th class="listheading">Lagerplatz</th>
<th class="listheading">Chargennummer</th>
+ [% IF conf_show_best_before %]
<th class="listheading">Mindesthaltbarkeit</th>
+ [% END %]
<th align="right" class="listheading">Menge</th>
<th align="right" class="listheading">Einheit</th>
</tr>
<td>[% HTML.escape(row.warehouse_description) %]</td>
<td>[% HTML.escape(row.bin_description) %]</td>
<td>[% HTML.escape(row.chargenumber) %]</td>
+ [% IF conf_show_best_before %]
<td>[% HTML.escape(row.bestbefore) %]</td>
+ [% END %]
<td>[% HTML.escape(LxERP.format_amount(row.qty)) %]</td>
<td>[% HTML.escape(row.unit) %]</td>
<td><select name="bin_id_[% loop.count %]" id="bin_id_[% loop.count %]"></select></td>
<td><input name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]"></td>
-
+ [% IF conf_show_best_before %]
<td>
<input name="bestbefore_[% loop.count %]" id="bestbefore_[% loop.count %]" value="[% HTML.escape(row.bestbefore) %]" size="11" title="[% myconfig_dateformat %]">
<input type="button" name="b_bestbefore_[% loop.count %]" id="bestbefore_trigger_[% loop.count %]" value="?">
</td>
-
+ [% END %]
<td><input name="qty_[% loop.count %]" size="12" value="[% HTML.escape(LxERP.format_amount(row.qty)) %]"></td>
<td>
</form>
[%- IF NOT delivered %]
+ [% IF conf_show_best_before %]
<script type="text/javascript">
<!--
[%- FOREACH row = STOCK_INFO %]
[%- END %]
//-->
</script>
+ [% END %]
[%- END %]
</body>
<th class="listheading">Lager</th>
<th class="listheading">Lagerplatz</th>
<th class="listheading">Chargennummer</th>
+ [% IF conf_show_best_before %]
<th class="listheading">Mindesthaltbarkeit</th>
+ [% END %]
[%- UNLESS delivered %]
<th align="right" class="listheading">Lagerbestand</th>
[%- END %]
<td>[% HTML.escape(row.warehousedescription) %]</td>
<td>[% HTML.escape(row.bindescription) %]</td>
<td>[% HTML.escape(row.chargenumber) %]</td>
+ [% IF conf_show_best_before %]
<td>[% HTML.escape(row.bestbefore) %]</td>
-
+ [% END %]
[%- IF delivered %]
<td>[% HTML.escape(LxERP.format_amount(row.stock_qty)) %]</td>
<input type="hidden" name="warehouse_id_[% loop.count %]" value="[% HTML.escape(row.warehouse_id) %]">
<input type="hidden" name="bin_id_[% loop.count %]" value="[% HTML.escape(row.bin_id) %]">
<input type="hidden" name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]">
+ [% IF conf_show_best_before %]
<input type="hidden" name="bestbefore_[% loop.count %]" value="[% HTML.escape(row.bestbefore) %]">
+ [% END %]
[%- END %]
</table>
</p>
<th class="listheading">Chargennummer</th>
[% END %]
[% IF has_bestbefore %]
- <th class="listheading">Best Before</th>
+ [% IF conf_show_best_before %]
+ <th class="listheading">Mindesthaltbarkeit</th>
+ [% END %]
[% END %]
[% IF has_ean %]
<th class="listheading">EAN</th>
</td>
[% END %]
[% IF has_bestbefore %]
+ [% IF conf_show_best_before %]
<td>
<input type="hidden" name="new_bestbefore_id_[% loop.count %]" value="[% HTML.escape(part.bestbefore_id) %]">
<input type="hidden" name="new_bestbefore_[% loop.count %]" value="[% HTML.escape(part.bestbefore) %]">
[% HTML.escape(part.bestbefore) %]
</td>
[% END %]
+ [% END %]
[% IF has_ean %]
<td>
<input type="hidden" name="new_ean_[% loop.count %]" value="[% HTML.escape(part.ean) %]">
<th align="right" nowrap>Chargennummer:</th>
<td><input name="chargenumber" size=40></td>
</tr>
+ [% IF conf_show_best_before %]
<tr>
<th align="right" nowrap>Mindesthaltbarkeit:</th>
<td>
<input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
</td>
</tr>
+ [% END %]
<tr>
<th align="right" nowrap>Umlagermenge:</th>
<td>
<td nowrap><label for="l_partnumber">Artikelnummer</label></td>
<td align="right"><input name="l_chargenumber" id="l_chargenumber" class="checkbox" type="checkbox" value="Y" checked></td>
<td nowrap><label for="l_chargenumber">Chargennummer</label></td>
+ [% IF conf_show_best_before %]
<td align="right"><input name="l_bestbefore" id="l_bestbefore" class="checkbox" type="checkbox" value="Y" checked></td>
<td nowrap><label for="l_bestbefore">Mindesthaltbarkeit</label></td>
+ [% END %]
</tr>
<tr>
<td align="right"><input name="l_trans_id" id="l_trans_id" class="checkbox" type="checkbox" value="Y"></td>
<script type="text/javascript">
<!--
+ [% IF conf_show_best_before %]
Calendar.setup( {
inputField : "bestbefore",
ifFormat :"[% myconfig_jsc_dateformat %]",
align : "BR",
button : "bestbefore_trigger"
});
+ [% END %]
Calendar.setup( {
inputField : "fromdate",
<th class="listheading">Artikelnummer</th>
<th class="listheading">Artikelbeschreibung</th>
<th class="listheading">Chargennummer</th>
+ [% IF conf_show_best_before %]
<th class="listheading">Mindesthaltbarkeit</th>
+ [% END %]
<th class="listheading">EAN</th>
<th class="listheading">Lagerbestand</th>
<th class="listheading">Entnahmemenge</th>
<input type="hidden" name="partnumber_[% loop.count %]" value="[% HTML.escape(row.partnumber) %]">
<input type="hidden" name="partdescription_[% loop.count %]" value="[% HTML.escape(row.partdescription) %]">
<input type="hidden" name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]">
+ [% IF conf_show_best_before %]
<input type="hidden" name="bestbefore_[% loop.count %]" value="[% HTML.escape(row.bestbefore) %]">
+ [% END %]
<input type="hidden" name="ean_[% loop.count %]" value="[% HTML.escape(row.ean) %]">
<td>[% HTML.escape(row.bindescription) %]</td>
<td>[% HTML.escape(row.partnumber) %]</td>
<td>[% HTML.escape(row.partdescription) %]</td>
<td>[% HTML.escape(row.chargenumber) %]</td>
+ [% IF conf_show_best_before %]
<td>[% HTML.escape(row.bestbefore) %]</td>
+ [% END %]
<td>[% HTML.escape(row.ean) %]</td>
<td>[% HTML.escape(row.qty) %]</td>
<td>
<th align="right" nowrap>Chargennummer:</th>
<td><input name="chargenumber" size=40></td>
</tr>
+ [% IF conf_show_best_before %]
<tr>
<th align="right" nowrap>Mindesthaltbarkeit:</th>
<td>
<input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
</td>
</tr>
+ [% END %]
<tr>
<th align="right" nowrap>Lagerbestand:</th>
<td>
<td nowrap><label for="l_partnumber">Artikelnummer</label></td>
<td align="right"><input name="l_chargenumber" id="l_chargenumber" class="checkbox" type="checkbox" value="Y" checked></td>
<td nowrap><label for="l_chargenumber">Chargennummer</label></td>
+ [% IF conf_show_best_before %]
<td align="right"><input name="l_bestbefore" id="l_bestbefore" class="checkbox" type="checkbox" value="Y" checked></td>
<td nowrap><label for="l_bestbefore">Mindesthaltbarkeit</label></td>
+ [% END %]
</tr>
<tr><td colspan="4"><hr noshade height="1"></td></tr>
</p>
</form>
+ [% IF conf_show_best_before %]
<script type="text/javascript">
<!--
Calendar.setup( {
});
//-->
</script>
+ [% END %]
</body>
</html>
<th class="listheading">Artikelnummer</th>
<th class="listheading">Artikelbeschreibung</th>
<th class="listheading">Chargennummer</th>
+ [% IF conf_show_best_before %]
<th class="listheading">Mindesthaltbarkeit</th>
+ [% END %]
<th class="listheading">EAN</th>
<th class="listheading">Lagerbestand</th>
<th class="listheading" colspan="2">Umlagermenge</th>
<input type="hidden" name="partnumber_[% loop.count %]" value="[% HTML.escape(row.partnumber) %]">
<input type="hidden" name="partdescription_[% loop.count %]" value="[% HTML.escape(row.partdescription) %]">
<input type="hidden" name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]">
+ [% IF conf_show_best_before %]
<input type="hidden" name="bestbefore_[% loop.count %]" value="[% HTML.escape(row.bestbefore) %]">
+ [% END %]
<input type="hidden" name="ean_[% loop.count %]" value="[% HTML.escape(row.ean) %]">
<td>[% HTML.escape(row.bindescription) %]</td>
<td>[% HTML.escape(row.partnumber) %]</td>
<td>[% HTML.escape(row.partdescription) %]</td>
<td>[% HTML.escape(row.chargenumber) %]</td>
+ [% IF conf_show_best_before %]
<td>[% HTML.escape(row.bestbefore) %]</td>
+ [% END %]
<td>[% HTML.escape(row.ean) %]</td>
<td>[% HTML.escape(row.qty) %]</td>
<td><input name="qty_[% loop.count %]" size="8" style="text-align: right"></td>
<td><input name="chargenumber" size="30" value="[% HTML.escape(chargenumber) %]"></td>
</tr>
+ [% IF conf_show_best_before %]
<tr>
<th align="right" nowrap>Mindesthaltbarkeit</th>
<td>
<input name="bestbefore" id="bestbefore" size="11" value="[% HTML.escape(bestbefore) %]" title="[% myconfig_dateformat %]">
<input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
- </td>
+ </td>
</tr>
+ [% END %]
<tr>
<th align="right" nowrap>Menge</th>
</p>
</form>
+ [% IF conf_show_best_before %]
<script type="text/javascript">
<!--
Calendar.setup( {
});
//-->
</script>
+ [% END %]
</body>
</html>
<td><input name="chargenumber" size="30"></td>
</tr>
+ [% IF conf_show_best_before %]
<tr>
<th align="right" nowrap>Mindesthaltbarkeit</th>
<td>
<input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
</td>
</tr>
+ [% END %]
<tr>
<th align="right" nowrap>EAN</th>
</p>
</form>
+ [% IF conf_show_best_before %]
<script type="text/javascript">
<!--
Calendar.setup( {
});
//-->
</script>
+ [% END %]
</body>
</html>
<td><input name="chargenumber" size="30" value="[% HTML.escape(chargenumber) %]"></td>
</tr>
+ [% IF conf_show_best_before %]
<tr>
<th align="right" nowrap>Mindesthaltbarkeit</th>
<td>
<input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
</td>
</tr>
+ [% END %]
<tr>
<th align="right" nowrap>EAN</th>
</p>
</form>
+ [% IF conf_show_best_before %]
<script type="text/javascript">
<!--
Calendar.setup( {
});
//-->
</script>
+ [% END %]
</body>
</html>