Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2b4ff1d8

Von Jan Büren vor mehr als 15 Jahren hinzugefügt

  • ID 2b4ff1d8d4df947a1b42583c36ce832f0f04e062
  • Vorgänger ff71dc3f
  • Nachfolger ca6a1606

Die letzten Aenderungen, um den Bereich Lagerentnahme, Umlagern und Einlagern auch EAN-Nummer-Faehig zu machen. Hier Teil III von III . Die Entnahme schlaegt zurueck

Unterschiede anzeigen:

templates/webpages/wh/removal_parts_selection_de.html
34 34
     <th class="listheading">Artikelnummer</th>
35 35
     <th class="listheading">Artikelbeschreibung</th>
36 36
     <th class="listheading">Chargennummer</th>
37
     <th class="listheading">EAN</th>
37 38
     <th class="listheading">Lagerbestand</th>
38 39
     <th class="listheading">Entnahmemenge</th>
39 40
    </tr>
......
45 46
     <input type="hidden" name="partnumber_[% loop.count %]" value="[% HTML.escape(row.partnumber) %]">
46 47
     <input type="hidden" name="partdescription_[% loop.count %]" value="[% HTML.escape(row.partdescription) %]">
47 48
     <input type="hidden" name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]">
49
     <input type="hidden" name="ean_[% loop.count %]" value="[% HTML.escape(row.ean) %]">
48 50
     <td>[% HTML.escape(row.bindescription) %]</td>
49 51
     <td>[% HTML.escape(row.partnumber) %]</td>
50 52
     <td>[% HTML.escape(row.partdescription) %]</td>
51 53
     <td>[% HTML.escape(row.chargenumber) %]</td>
54
     <td>[% HTML.escape(row.ean) %]</td>
52 55
     <td>[% HTML.escape(row.qty) %]</td>
53 56
     <td>
54 57
      <input name="qty_[% loop.count %]">
templates/webpages/wh/removal_parts_selection_master.html
34 34
     <th class="listheading"><translate>Part Number</translate></th>
35 35
     <th class="listheading"><translate>Part Description</translate></th>
36 36
     <th class="listheading"><translate>Charge Number</translate></th>
37
     <th class="listheading"><translate>EAN</translate></th>
37 38
     <th class="listheading"><translate>Available qty</translate></th>
38 39
     <th class="listheading"><translate>Removal qty</translate></th>
39 40
    </tr>
......
45 46
     <input type="hidden" name="partnumber_[% loop.count %]" value="[% HTML.escape(row.partnumber) %]">
46 47
     <input type="hidden" name="partdescription_[% loop.count %]" value="[% HTML.escape(row.partdescription) %]">
47 48
     <input type="hidden" name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]">
49
     <input type="hidden" name="ean_[% loop.count %]" value="[% HTML.escape(row.ean) %]">
48 50
     <td>[% HTML.escape(row.bindescription) %]</td>
49 51
     <td>[% HTML.escape(row.partnumber) %]</td>
50 52
     <td>[% HTML.escape(row.partdescription) %]</td>
51 53
     <td>[% HTML.escape(row.chargenumber) %]</td>
54
     <td>[% HTML.escape(row.ean) %]</td>
52 55
     <td>[% HTML.escape(row.qty) %]</td>
53 56
     <td>
54 57
      <input name="qty_[% loop.count %]">

Auch abrufbar als: Unified diff