Revision 35ca31c0
Von Niclas Zimmermann vor etwa 12 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1032 | 1032 |
'bin' => { 'text' => $locale->text('Bin'), }, |
1033 | 1033 |
'deliverydate' => { 'text' => $locale->text('deliverydate'), }, |
1034 | 1034 |
'description' => { 'text' => $locale->text('Part Description'), }, |
1035 |
'notes' => { 'text' => $locale->text('Notes'), }, |
|
1035 | 1036 |
'drawing' => { 'text' => $locale->text('Drawing'), }, |
1036 | 1037 |
'ean' => { 'text' => $locale->text('EAN'), }, |
1037 | 1038 |
'image' => { 'text' => $locale->text('Image'), }, |
... | ... | |
1214 | 1215 |
IC->all_parts(\%myconfig, \%$form); |
1215 | 1216 |
|
1216 | 1217 |
my @columns = qw( |
1217 |
partnumber description partsgroup bin onhand rop soldtotal unit listprice |
|
1218 |
partnumber description notes partsgroup bin onhand rop soldtotal unit listprice
|
|
1218 | 1219 |
linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost |
1219 | 1220 |
priceupdate weight image drawing microfiche invnumber ordnumber quonumber |
1220 | 1221 |
transdate name serialnumber deliverydate ean projectnumber projectdescription |
Auch abrufbar als: Unified diff
Bemerkungen im Warenbericht
Im Warenbericht kann man jetzt auch Bemerkungen zu den einzelnen
Waren anzeigen lassen.