Revision d25334c6
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
SL/Controller/FinancialControllingReport.pm | ||
---|---|---|
49 | 49 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form); |
50 | 50 |
$self->{report} = $report; |
51 | 51 |
|
52 |
my @columns = qw(customer globalprojectnumber globalproject_type transaction_description ordnumber net_amount delivered_amount delivered_amount_p billed_amount billed_amount_p paid_amount paid_amount_p |
|
53 |
billable_amount billable_amount_p other_amount); |
|
52 |
my @columns = qw(customer globalprojectnumber globalproject_type transaction_description ordnumber net_amount delivered_amount delivered_amount_p billed_amount billed_amount_p paid_amount paid_amount_p billable_amount billable_amount_p other_amount); |
|
54 | 53 |
my @sortable = qw(ordnumber transdate customer globalprojectnumber globalproject_type transaction_description ); |
55 | 54 |
$self->{number_columns} = [ qw(net_amount billed_amount billed_amount_p delivered_amount delivered_amount_p paid_amount paid_amount_p other_amount billable_amount billable_amount_p) ]; |
56 | 55 |
|
Auch abrufbar als: Unified diff
Aenderungen hpschlaepfer