Revision 78a3cf19
Von Jan Büren vor mehr als 15 Jahren hinzugefügt
bin/mozilla/wh.pl | ||
---|---|---|
150 | 150 |
|
151 | 151 |
$form->show_generic_error($locale->text("The source warehouse does not contain any bins.")) if (0 == scalar @{ $warehouse->{BINS} }); |
152 | 152 |
|
153 |
map { $form->{"l_$_"} = 'Y' } qw(parts_id qty warehouseid binid partnumber partdescription bindescription chargenumber partunit); |
|
153 |
map { $form->{"l_$_"} = 'Y' } qw(parts_id qty warehouseid binid partnumber partdescription bindescription chargenumber partunit ean);
|
|
154 | 154 |
|
155 | 155 |
$form->{sort} = 'bindescription'; |
156 | 156 |
my @contents = WH->get_warehouse_report("warehouse_id" => $form->{warehouse_id}, |
templates/webpages/wh/transfer_parts_selection_master.html | ||
---|---|---|
66 | 66 |
<th class="listheading"><translate>Part Number</translate></th> |
67 | 67 |
<th class="listheading"><translate>Part Description</translate></th> |
68 | 68 |
<th class="listheading"><translate>Charge Number</translate></th> |
69 |
<th class="listheading"><translate>EAN</translate></th> |
|
69 | 70 |
<th class="listheading"><translate>Available qty</translate></th> |
70 | 71 |
<th class="listheading" colspan="2"><translate>Transfer qty</translate></th> |
71 | 72 |
<th class="listheading" colspan="2"><translate>Destination warehouse and bin</translate></th> |
... | ... | |
78 | 79 |
<input type="hidden" name="partnumber_[% loop.count %]" value="[% HTML.escape(row.partnumber) %]"> |
79 | 80 |
<input type="hidden" name="partdescription_[% loop.count %]" value="[% HTML.escape(row.partdescription) %]"> |
80 | 81 |
<input type="hidden" name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]"> |
82 |
<input type="hidden" name="ean_[% loop.count %]" value="[% HTML.escape(row.ean) %]"> |
|
81 | 83 |
<td>[% HTML.escape(row.bindescription) %]</td> |
82 | 84 |
<td>[% HTML.escape(row.partnumber) %]</td> |
83 | 85 |
<td>[% HTML.escape(row.partdescription) %]</td> |
84 | 86 |
<td>[% HTML.escape(row.chargenumber) %]</td> |
87 |
<td>[% HTML.escape(row.ean) %]</td> |
|
85 | 88 |
<td>[% HTML.escape(row.qty) %]</td> |
86 | 89 |
<td><input name="qty_[% loop.count %]" size="8" style="text-align: right"></td> |
87 | 90 |
<td> |
Auch abrufbar als: Unified diff
2. Teil fuer die Umsetzung fuer bug 865, EAN auch in der Berichtsmaske zur besseren Orientierung anzeigen