Revision 35ca31c0
Von Niclas Zimmermann vor mehr als 12 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
my @apoe_filters = qw(transdate);
|
||
my @like_filters = (@simple_filters, @invoice_oi_filters);
|
||
my @all_columns = (@simple_filters, @makemodel_filters, @apoe_filters, @project_filters, qw(serialnumber));
|
||
my @simple_l_switches = (@all_columns, qw(listprice sellprice lastcost priceupdate weight unit bin rop image));
|
||
my @simple_l_switches = (@all_columns, qw(notes listprice sellprice lastcost priceupdate weight unit bin rop image));
|
||
my @oe_flags = qw(bought sold onorder ordered rfq quoted);
|
||
my @qsooqr_flags = qw(invnumber ordnumber quonumber trans_id name module qty);
|
||
my @deliverydate_flags = qw(deliverydate);
|
||
... | ... | |
if ($form->{searchitems} eq 'assembly' && $form->{bom}) {
|
||
$query =
|
||
qq|SELECT p.id, p.partnumber, p.description, a.qty AS onhand,
|
||
p.unit, p.bin,
|
||
p.unit, p.bin, p.notes,
|
||
p.sellprice, p.listprice, p.lastcost,
|
||
p.rop, p.weight, p.priceupdate,
|
||
p.image, p.drawing, p.microfiche,
|
bin/mozilla/ic.pl | ||
---|---|---|
'bin' => { 'text' => $locale->text('Bin'), },
|
||
'deliverydate' => { 'text' => $locale->text('deliverydate'), },
|
||
'description' => { 'text' => $locale->text('Part Description'), },
|
||
'notes' => { 'text' => $locale->text('Notes'), },
|
||
'drawing' => { 'text' => $locale->text('Drawing'), },
|
||
'ean' => { 'text' => $locale->text('EAN'), },
|
||
'image' => { 'text' => $locale->text('Image'), },
|
||
... | ... | |
IC->all_parts(\%myconfig, \%$form);
|
||
|
||
my @columns = qw(
|
||
partnumber description partsgroup bin onhand rop soldtotal unit listprice
|
||
partnumber description notes partsgroup bin onhand rop soldtotal unit listprice
|
||
linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost
|
||
priceupdate weight image drawing microfiche invnumber ordnumber quonumber
|
||
transdate name serialnumber deliverydate ean projectnumber projectdescription
|
templates/webpages/ic/search.html | ||
---|---|---|
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<input name="l_notes" id="l_notes" class="checkbox" type="checkbox" value="Y">
|
||
<label for="l_notes">[% 'Notes' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
|
||
[% CUSTOM_VARIABLES_INCLUSION_CODE %]
|
||
</table>
|
||
</td>
|
Auch abrufbar als: Unified diff
Bemerkungen im Warenbericht
Im Warenbericht kann man jetzt auch Bemerkungen zu den einzelnen
Waren anzeigen lassen.