Revision 45b303c7
Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt
SL/Controller/DeliveryValueReport.pm | ||
---|---|---|
63 | 63 |
sub prepare_report { |
64 | 64 |
my ($self) = @_; |
65 | 65 |
|
66 |
my $vc = $self->vc; |
|
67 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form); |
|
68 |
my $csv_option = $::form->{report_generator_output_format}; |
|
66 |
my $vc = $self->vc;
|
|
67 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
|
|
68 |
my $csv_option = $::form->{report_generator_output_format};
|
|
69 | 69 |
$report->{title} = t8('Delivery Value Report'); |
70 |
$self->{report} = $report; |
|
70 |
$self->{report} = $report;
|
|
71 | 71 |
|
72 | 72 |
my @columns = qw(reqdate customer vendor ordnumber partnumber description unit qty netto_qty |
73 | 73 |
not_shipped_qty netto_not_shipped_qty shipped_qty netto_shipped_qty delivered_qty |
Auch abrufbar als: Unified diff
Kosmetik