Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a3153d12

Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt

  • ID a3153d12a218af986fdbeacf807a2500d03b0580
  • Vorgänger 64dc1c9b
  • Nachfolger 0392970d

Lagerstandsbericht: Export/keys für "für Import kompatibel machen" anpassen

Behebt #558 (redmine)

Unterschiede anzeigen:

bin/mozilla/wh.pl
871 871
  my $sort_col     = $form->{sort};
872 872

  
873 873
  my %filter;
874
  my @columns = qw(warehousedescription bindescription partnumber type_and_classific partdescription chargenumber bestbefore comment qty partunit list_price purchase_price stock_value);
874
  my @columns = qw(warehouse bin partnumber type_and_classific partdescription chargenumber bestbefore comment qty partunit list_price purchase_price stock_value);
875 875

  
876 876
  # filter stuff
877 877
  map { $filter{$_} = $form->{$_} if ($form->{$_}) } qw(warehouse_id bin_id classification_id partnumber description partsgroup_id chargenumber bestbefore date include_invalid_warehouses);
......
949 949
  push @columns, map { "cvar_$_->{name}" } @includeable_custom_variables;
950 950

  
951 951
  my @hidden_variables = map { "l_${_}" } @columns;
952
  push @hidden_variables, qw(warehouse_id bin_id partnumber partstypes_id description partsgroup_id chargenumber bestbefore qty_op qty qty_unit partunit l_warehousedescription l_bindescription);
952
  push @hidden_variables, qw(warehouse_id bin_id partnumber partstypes_id description partsgroup_id chargenumber bestbefore qty_op qty qty_unit partunit l_warehouse l_bin);
953 953
  push @hidden_variables, qw(include_empty_bins subtotal include_invalid_warehouses date);
954 954
  push @hidden_variables, qw(classification_id stock_value_basis allrows);
955 955
  push @hidden_variables, map({'cvar_'. $_->{name}}                                         @searchable_custom_variables);
......
958 958
  push @hidden_variables, map({'cvar_'. $_->{name} .'_qtyop'} grep({$_->{type} eq 'number'} @searchable_custom_variables));
959 959

  
960 960
  my %column_defs = (
961
    'warehousedescription' => { 'text' => $locale->text('Warehouse'), },
962
    'bindescription'       => { 'text' => $locale->text('Bin'), },
961
    'warehouse'            => { 'text' => $locale->text('Warehouse'), },
962
    'bin'                  => { 'text' => $locale->text('Bin'), },
963 963
    'partnumber'           => { 'text' => $locale->text('Part Number'), },
964 964
    'type_and_classific'   => { 'text' => $locale->text('Type'), },
965 965
    'partdescription'      => { 'text' => $locale->text('Part Description'), },

Auch abrufbar als: Unified diff