Revision 85ffde7a
Von Holger Lindemann vor etwa 14 Jahren hinzugefügt
templates/webpages/ic/makemodel.html | ||
---|---|---|
7 | 7 |
<tr> |
8 | 8 |
<th class="listheading">[% 'Make' | $T8 %]</th> |
9 | 9 |
<th class="listheading">[% 'Model' | $T8 %]</th> |
10 |
<th class="listheading">[% 'Last Cost' | $T8 %]</th> |
|
11 |
<th class="listheading">[% 'Updated' | $T8 %]</th> |
|
12 |
<th class="listheading">[% 'order' | $T8 %]</th> |
|
10 | 13 |
</tr> |
11 | 14 |
[%- FOREACH row = MM_DATA %] |
12 | 15 |
<tr> |
... | ... | |
21 | 24 |
-%] |
22 | 25 |
</td> |
23 | 26 |
<td><input name="model_[% loop.count %]" size="30" value="[% HTML.escape(row.model) %]"></td> |
27 |
<td><input type="hidden" name="old_lastcost_[% loop.count %]" value="[% LxERP.format_amount(row.lastcost, -2) %]"> |
|
28 |
<input name="lastcost_[% loop.count %]" size="10" value="[% LxERP.format_amount(row.lastcost, -2) %]"></td> |
|
29 |
<td><input name="lastupdate_[% loop.count %]" size="10" value="[% HTML.escape(row.lastupdate) %]"></td> |
|
30 |
<td><input name="sortorder_[% loop.count %]" size="3" value="[% HTML.escape(row.sortorder) %]"></td> |
|
24 | 31 |
</tr> |
25 | 32 |
[%- END %] |
26 | 33 |
</table> |
Auch abrufbar als: Unified diff
EK-Preise in der makemodel hinterlegen mit Datum der letzten Änderung.
Reihenfolge der Lieferanten nach Wichtigkeit.