Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7df63f15

Von G. Richardson vor mehr als 14 Jahren hinzugefügt

  • ID 7df63f1575c1987f699ee99a19b95da00703e8d0
  • Vorgänger 61680d91
  • Nachfolger 705655d4

Bug 1261: Im Stammdatenbericht EAN auswählbar machen

CSV Export funktioniert auch

Unterschiede anzeigen:

bin/mozilla/ic.pl
1094 1094
    drawing       => $locale->text('Drawing')          . ": '$form->{drawing}'",
1095 1095
    microfiche    => $locale->text('Microfiche')       . ": '$form->{microfiche}'",
1096 1096
    l_soldtotal   => $locale->text('soldtotal'),
1097
    ean           => $locale->text('EAN')              . ": '$form->{ean}'",
1097 1098
  );
1098 1099

  
1099 1100
  my @itemstatus_keys = qw(active obsolete orphaned onhand short);
......
1155 1156
    partnumber description partsgroup bin onhand rop unit listprice
1156 1157
    linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost
1157 1158
    priceupdate weight image drawing microfiche invnumber ordnumber quonumber
1158
    transdate name serialnumber soldtotal deliverydate
1159
    transdate name serialnumber soldtotal deliverydate ean
1159 1160
  );
1160 1161

  
1161 1162
  my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs };
......
1191 1192
    'transdate'          => { 'text' => $locale->text('Transdate'), },
1192 1193
    'unit'               => { 'text' => $locale->text('Unit'), },
1193 1194
    'weight'             => { 'text' => $locale->text('Weight'), },
1195
    'ean'                => { 'text' => $locale->text('EAN'), },
1194 1196
    %column_defs_cvars,
1195 1197
  );
1196 1198

  

Auch abrufbar als: Unified diff