Revision 14a0f366
Von Safwan Shakhy vor mehr als 1 Jahr hinzugefügt
- ID 14a0f36664f407b7a2bb4f3e5a237b4be5eb7cab
- Vorgänger 66c4c45c
SL/Controller/FinancialControllingReport.pm | ||
---|---|---|
my ($self) = @_;
|
||
|
||
my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
|
||
$report->{title} = t8('Financial Controlling Report');
|
||
$self->{report} = $report;
|
||
|
||
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
|
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt