Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c22827ff

Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt

  • ID c22827ffada656b9bc0a15acfed39b5c8e0551dc
  • Vorgänger 19fce727
  • Nachfolger 791eb106

Artikelstamm: Preishistorie: Preisfaktor anzeigen

Unterschiede anzeigen:

SL/Controller/PartsPriceHistory.pm
70 70
  my ($self) = @_;
71 71

  
72 72
  return {
73
    valid_from => { text => $::locale->text('Date'),       sub => sub { $_[0]->valid_from_as_timestamp }},
74
    lastcost   => { text => $::locale->text('Lastcost'),   sub => sub { $_[0]->lastcost_as_number }},
75
    listprice  => { text => $::locale->text('List Price'), sub => sub { $_[0]->listprice_as_number }},
76
    sellprice  => { text => $::locale->text('Sell Price'), sub => sub { $_[0]->sellprice_as_number }},
73
    valid_from   => { text => $::locale->text('Date'),         sub => sub { $_[0]->valid_from_as_timestamp }},
74
    lastcost     => { text => $::locale->text('Lastcost'),     sub => sub { $_[0]->lastcost_as_number }},
75
    listprice    => { text => $::locale->text('List Price'),   sub => sub { $_[0]->listprice_as_number }},
76
    sellprice    => { text => $::locale->text('Sell Price'),   sub => sub { $_[0]->sellprice_as_number }},
77
    price_factor => { text => $::locale->text('Price Factor'), sub => sub { $_[0]->price_factor_as_number }},
77 78
  };
78 79
}
79 80

  
......
86 87

  
87 88
  my $title       = $::locale->text('Price history for master data');
88 89

  
89
  my @columns     = qw(valid_from lastcost listprice sellprice);
90
  my @columns     = qw(valid_from lastcost listprice sellprice price_factor);
90 91

  
91 92
  my $column_defs = $self->column_defs;
92 93

  

Auch abrufbar als: Unified diff