Die letzten Aenderungen, um den Bereich Lagerentnahme, Umlagern und Einlagern auch...
authorJan Büren <information@richardson-bueren.de>
Tue, 5 May 2009 12:02:21 +0000 (12:02 +0000)
committerJan Büren <information@richardson-bueren.de>
Tue, 5 May 2009 12:02:21 +0000 (12:02 +0000)
templates/webpages/wh/removal_parts_selection_de.html
templates/webpages/wh/removal_parts_selection_master.html

index 90c63c4..4b771e3 100644 (file)
@@ -34,6 +34,7 @@
      <th class="listheading">Artikelnummer</th>
      <th class="listheading">Artikelbeschreibung</th>
      <th class="listheading">Chargennummer</th>
+     <th class="listheading">EAN</th>
      <th class="listheading">Lagerbestand</th>
      <th class="listheading">Entnahmemenge</th>
     </tr>
      <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) %]">
+     <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>
+     <td>[% HTML.escape(row.ean) %]</td>
      <td>[% HTML.escape(row.qty) %]</td>
      <td>
       <input name="qty_[% loop.count %]">
index 4136854..0d4ae59 100644 (file)
@@ -34,6 +34,7 @@
      <th class="listheading"><translate>Part Number</translate></th>
      <th class="listheading"><translate>Part Description</translate></th>
      <th class="listheading"><translate>Charge Number</translate></th>
+     <th class="listheading"><translate>EAN</translate></th>
      <th class="listheading"><translate>Available qty</translate></th>
      <th class="listheading"><translate>Removal qty</translate></th>
     </tr>
      <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) %]">
+     <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>
+     <td>[% HTML.escape(row.ean) %]</td>
      <td>[% HTML.escape(row.qty) %]</td>
      <td>
       <input name="qty_[% loop.count %]">