Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6eb60b1c

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

  • ID 6eb60b1caa70d7de4aa1a64ca9288f50f814d4b7
  • Vorgänger eee471e0
  • Nachfolger b60bd0f8

Artikelstamm: Preishistorie: Preisfaktor anzeigen

Unterschiede anzeigen:

SL/Controller/PartsPriceHistory.pm
my ($self) = @_;
return {
valid_from => { text => $::locale->text('Date'), sub => sub { $_[0]->valid_from_as_timestamp }},
lastcost => { text => $::locale->text('Lastcost'), sub => sub { $_[0]->lastcost_as_number }},
listprice => { text => $::locale->text('List Price'), sub => sub { $_[0]->listprice_as_number }},
sellprice => { text => $::locale->text('Sell Price'), sub => sub { $_[0]->sellprice_as_number }},
valid_from => { text => $::locale->text('Date'), sub => sub { $_[0]->valid_from_as_timestamp }},
lastcost => { text => $::locale->text('Lastcost'), sub => sub { $_[0]->lastcost_as_number }},
listprice => { text => $::locale->text('List Price'), sub => sub { $_[0]->listprice_as_number }},
sellprice => { text => $::locale->text('Sell Price'), sub => sub { $_[0]->sellprice_as_number }},
price_factor => { text => $::locale->text('Price Factor'), sub => sub { $_[0]->price_factor_as_number }},
};
}
......
my $title = $::locale->text('Price history for master data');
my @columns = qw(valid_from lastcost listprice sellprice);
my @columns = qw(valid_from lastcost listprice sellprice price_factor);
my $column_defs = $self->column_defs;

Auch abrufbar als: Unified diff