Revision 18bbefde
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/dbupgrade/erzeugnisnummern.html | ||
---|---|---|
28 | 28 |
<p>[% 'Please change the partnumber of the following parts and run the update again:' | $T8 %]</p> |
29 | 29 |
<table> |
30 | 30 |
<tr> |
31 |
<th class="listheading">[% 'Partnumber' | $T8 %]</th>
|
|
32 |
<th class="listheading">[% 'Description' | $T8 %]</th>
|
|
33 |
<th class="listheading">[% 'Unit' | $T8 %]</th>
|
|
34 |
<th class="listheading">[% 'Notes' | $T8 %]</th>
|
|
35 |
<th class="listheading">[% 'EAN' | $T8 %]</th>
|
|
36 |
<th class="listheading">[% 'Service, assembly or part' | $T8 %]</th>
|
|
37 |
<th class="listheading">[% 'Obsolete' | $T8 %]</th>
|
|
31 |
<th>[% 'Partnumber' | $T8 %]</th> |
|
32 |
<th>[% 'Description' | $T8 %]</th> |
|
33 |
<th>[% 'Unit' | $T8 %]</th> |
|
34 |
<th>[% 'Notes' | $T8 %]</th> |
|
35 |
<th>[% 'EAN' | $T8 %]</th> |
|
36 |
<th>[% 'Service, assembly or part' | $T8 %]</th> |
|
37 |
<th>[% 'Obsolete' | $T8 %]</th> |
|
38 | 38 |
</tr> |
39 | 39 |
|
40 | 40 |
[% SET row_odd = '1' %][% FOREACH row = PARTS %] |
41 | 41 |
<tr class="listrow[% IF row_odd %]1[% SET row_odd = '0' %][% ELSE %]0[% SET row_odd = '1' %][% END %]"> |
42 |
<td align="right"><input name='partnumber_[% loop.count %]' value='[% HTML.escape(row.partnumber) %]'></td>
|
|
42 |
<td><input type="text" name='partnumber_[% loop.count %]' value='[% HTML.escape(row.partnumber) %]'></td>
|
|
43 | 43 |
<input type="hidden" name='partid_[% loop.count %]' value='[% HTML.escape(row.id) %]'> |
44 |
<td align="left"> [% HTML.escape(row.description) %]</a></td>
|
|
45 |
<td align="right">[% HTML.escape(row.unit) %]</td>
|
|
46 |
<td align="right">[% HTML.escape(row.notes) %]</td>
|
|
47 |
<td align="right">[% HTML.escape(row.ean) %]</td>
|
|
48 |
<td align="right">[% IF row.assembly %] [% 'assembly' | $T8 %] [% ELSE %] [% IF row.inventory_accno_id %] [% 'part' | $T8 %] [% ELSE %] [% 'service' | $T8 %] [% END %] [% END %]</td>
|
|
49 |
<td>[% IF row.obsolete %][%- LxERP.t8("Obsolete") %][%- ELSE %][%- LxERP.t8("Not obsolete") %][%- END %]</td>
|
|
44 |
<td> [% HTML.escape(row.description) %]</a></td> |
|
45 |
<td>[% HTML.escape(row.unit) %]</td> |
|
46 |
<td>[% HTML.escape(row.notes) %]</td> |
|
47 |
<td>[% HTML.escape(row.ean) %]</td> |
|
48 |
<td>[% IF row.assembly %] [% 'assembly' | $T8 %] [% ELSE %] [% IF row.inventory_accno_id %] [% 'part' | $T8 %] [% ELSE %] [% 'service' | $T8 %] [% END %] [% END %]</td> |
|
49 |
<td>[% IF row.obsolete %][% LxERP.t8("Obsolete") %][% ELSE %][% LxERP.t8("Not obsolete") %][% END %]</td>
|
|
50 | 50 |
</tr> |
51 | 51 |
[% SET rowcount = loop.count %] |
52 | 52 |
[% END %] |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/dbupgrade/erzeugnisnummern.html