Revision 0a792f85
Von Andreas Rudin vor mehr als 6 Jahren hinzugefügt
- ID 0a792f850a6b9b7ed133991eda7f5521be007243
- Vorgänger a462dc9c
templates/webpages/batch/_basic_data.html | ||
---|---|---|
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
<table id="basic_data_table" width="50%">
|
||
<tr valign="top">
|
||
... | ... | |
<table id="batch1">
|
||
<tr>
|
||
<th align="left">* [% 'Producer' | $T8 %]</th>
|
||
<td>[% L.customer_vendor_picker('batch.producer_id', SELF.batch.producer_id, type='vendor', fat_set_item=1, style='width: 300px', class="initial_focus") %]</td>
|
||
<td>[% P.customer_vendor.picker('batch.producer_id', SELF.batch.producer_id, type='vendor', fat_set_item=1, style='width: 300px', class="initial_focus") %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="left">* [% 'Part' | $T8 %]</th>
|
||
<td>[% L.part_picker('batch.part_id', SELF.batch.part_id, part_type='part,assembly', fat_set_item=1, style='width: 300px') %]</td>
|
||
<td>[% P.part.picker('batch.part_id', SELF.batch.part_id, part_type='part,assembly', fat_set_item=1, style='width: 300px') %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="left">* [% 'Batch Number' | $T8 %]</th>
|
templates/webpages/batch/search.html | ||
---|---|---|
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
[% SET style='width: 300px' %]
|
||
|
||
... | ... | |
<tr valign="top">
|
||
<td align="right"><input id="filter_columns.producer" name="filter_columns.producer" class="checkbox" type="checkbox" value="1" checked></td>
|
||
<th align="left">[% 'Producer' | $T8 %]</th>
|
||
<td align="left">[% L.customer_vendor_picker('filter_rows.producer_id', SELF.filter_rows.producer_id, type='vendor', fat_set_item=1, style=style, class='initiacheck.focus') %]</td>
|
||
<td align="left">[% P.customer_vendor.picker('filter_rows.producer_id', SELF.filter_rows.producer_id, type='vendor', fat_set_item=1, style=style, class='initiacheck.focus') %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right"><input id="filter_columns.part" name="filter_columns.part" class="checkbox" type="checkbox" value="1" checked></td>
|
||
<th align="left">[% 'Part' | $T8 %]</th>
|
||
<td>[% L.part_picker('filter_rows.part_id', SELF.filter_rows.part_id, part_type='part,assembly', fat_set_item=1, style=style) %]</td>
|
||
<td>[% P.part.picker('filter_rows.part_id', SELF.filter_rows.part_id, part_type='part,assembly', fat_set_item=1, style=style) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right"><input id="filter_columns.batchnumber" name="filter_columns.batchnumber" class="checkbox" type="checkbox" value="1" checked></td>
|
templates/webpages/piece/_basic_data.html | ||
---|---|---|
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
<table id="basic_data_table" width="50%">
|
||
<tr valign="top">
|
||
... | ... | |
<table id="piece1">
|
||
<tr>
|
||
<th align="left">* [% 'Producer' | $T8 %]</th>
|
||
<td>[% L.customer_vendor_picker('piece.producer_id', SELF.piece.producer_id, type='vendor', fat_set_item=1, style='width: 300px', class="initial_focus") %]</td>
|
||
<td>[% P.customer_vendor.picker('piece.producer_id', SELF.piece.producer_id, type='vendor', fat_set_item=1, style='width: 300px', class="initial_focus") %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="left">* [% 'Part' | $T8 %]</th>
|
||
<td>[% L.part_picker('piece.part_id', SELF.piece.part_id, part_type='part,assembly', fat_set_item=1, style='width: 300px') %]</td>
|
||
<td>[% P.part.picker('piece.part_id', SELF.piece.part_id, part_type='part,assembly', fat_set_item=1, style='width: 300px') %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="left">[% 'Batch' | $T8 %]</th>
|
templates/webpages/piece/search.html | ||
---|---|---|
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE P %]
|
||
|
||
[% SET style='width: 300px' %]
|
||
|
||
... | ... | |
<tr valign="top">
|
||
<td align="right"><input id="filter_columns.producer" name="filter_columns.producer" class="checkbox" type="checkbox" value="1" checked></td>
|
||
<th align="left">[% 'Producer' | $T8 %]</th>
|
||
<td align="left">[% L.customer_vendor_picker('filter_rows.producer_id', SELF.filter_rows.producer_id, type='vendor', fat_set_item=1, style=style, class='initiacheck.focus') %]</td>
|
||
<td align="left">[% P.customer_vendor.picker('filter_rows.producer_id', SELF.filter_rows.producer_id, type='vendor', fat_set_item=1, style=style, class='initiacheck.focus') %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right"><input id="filter_columns.part" name="filter_columns.part" class="checkbox" type="checkbox" value="1" checked></td>
|
||
<th align="left">[% 'Part' | $T8 %]</th>
|
||
<td>[% L.part_picker('filter_rows.part_id', SELF.filter_rows.part_id, part_type='part,assembly', fat_set_item=1, style=style) %]</td>
|
||
<td>[% P.part.picker('filter_rows.part_id', SELF.filter_rows.part_id, part_type='part,assembly', fat_set_item=1, style=style) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right"><input id="filter_columns.batch" name="filter_columns.batch" class="checkbox" type="checkbox" value="1" checked></td>
|
Auch abrufbar als: Unified diff
production batch management: Korrektur Fehler durch rebase bei picker-Aufruf
L.part_picker ersetzt durch P.part.picker
L.customer_vendor_picker ersetzt durch P.customer_vendor.picker
Eingefügt: [% USE P %]