Revision 89407ec8
Von Jan Büren vor etwa 6 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
203 | 203 |
'projectdescription' => { 'text' => $locale->text('Project Description'), }, |
204 | 204 |
'warehouse' => { 'text' => $locale->text('Default Warehouse'), }, |
205 | 205 |
'bin' => { 'text' => $locale->text('Default Bin'), }, |
206 |
'make' => { 'text' => $locale->text('Make'), }, |
|
207 |
'model' => { 'text' => $locale->text('Model'), }, |
|
206 | 208 |
); |
207 | 209 |
|
208 | 210 |
$revers = $form->{revers}; |
... | ... | |
381 | 383 |
|
382 | 384 |
my @columns = qw( |
383 | 385 |
partnumber type_and_classific description notes partsgroup warehouse bin |
384 |
onhand rop soldtotal unit listprice |
|
386 |
make model onhand rop soldtotal unit listprice
|
|
385 | 387 |
linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost |
386 | 388 |
priceupdate weight image drawing microfiche invnumber ordnumber quonumber |
387 | 389 |
transdate name serialnumber deliverydate ean projectnumber projectdescription |
templates/webpages/ic/search.html | ||
---|---|---|
228 | 228 |
<tr> |
229 | 229 |
<td>[%- L.checkbox_tag('l_warehouse', label=LxERP.t8('Default Warehouse'), value='Y') %]</td> |
230 | 230 |
<td>[%- L.checkbox_tag('l_bin', label=LxERP.t8('Default Bin'), value='Y') %]</td> |
231 |
<td>[%- L.checkbox_tag('l_make', label=LxERP.t8('Make'), value='Y') %]</td> |
|
232 |
<td>[%- L.checkbox_tag('l_model', label=LxERP.t8('Model'), value='Y') %]</td> |
|
231 | 233 |
</tr> |
232 | 234 |
|
233 | 235 |
[% CUSTOM_VARIABLES_INCLUSION_CODE %] |
Auch abrufbar als: Unified diff
Artikelsuche: Lieferant und Lieferantenartikelnummer wieder als Berichts-Option anbieten
Ist mit der Umstellung auf den Part-Controller verloren gegangen.