Revision f5645eed
Von Bernd Bleßmann vor etwa 2 Jahren hinzugefügt
SL/Controller/Part.pm | ||
---|---|---|
872 | 872 |
id => $id, |
873 | 873 |
make => $makemodel->{make}, |
874 | 874 |
model => $makemodel->{model} || '', |
875 |
part_description => $makemodel->{part_description}, |
|
875 | 876 |
lastcost => $::form->parse_amount(\%::myconfig, $makemodel->{lastcost_as_number}), |
876 | 877 |
sortorder => $position, |
877 | 878 |
); |
templates/webpages/part/_makemodel.html | ||
---|---|---|
16 | 16 |
<th class="listheading" style='width:12em'>[% 'Vendor Number' | $T8 %]</th> |
17 | 17 |
<th class="listheading">[% 'Vendor' | $T8 %]</th> |
18 | 18 |
<th class="listheading">[% 'Model' | $T8 %]</th> |
19 |
<th class="listheading">[% 'Part Description' | $T8 %]</th> |
|
19 | 20 |
<th class="listheading">[% 'Last Cost' | $T8 %]</th> |
20 | 21 |
<th class="listheading">[% 'Updated' | $T8 %]</th> |
21 | 22 |
</tr> |
templates/webpages/part/_makemodel_row.html | ||
---|---|---|
18 | 18 |
<td>[% makemodel.vendor.vendornumber | html %]</td> |
19 | 19 |
<td>[% makemodel.vendor.name | html %] </td> |
20 | 20 |
<td>[% L.input_tag('makemodels[].model' , makemodel.model , size=30 ) %]</td> |
21 |
<td>[% L.input_tag('makemodels[].part_description' , makemodel.part_description , size=30 ) %]</td> |
|
21 | 22 |
<td>[% L.input_tag('makemodels[].lastcost_as_number' , makemodel.lastcost_as_number , size=15 , class="reformat_number numeric") %]</td> |
22 | 23 |
<td>[% L.hidden_tag('makemodels[].lastupdate' , makemodel.lastupdate.to_kivitendo) %][% makemodel.lastupdate.to_kivitendo | html %]</td> |
23 | 24 |
</tr> |
Auch abrufbar als: Unified diff
Artikelbeschreibung bei Lieferantenartikelnummern: Speichern im Artikelstamm