Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5cdf5329

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 5cdf5329ee74157747f5e81d6279d202bf7d96a4
  • Vorgänger 0aa0a295
  • Nachfolger d2482a05

Neues kivitendo Design Aenderungen in SL/..

Unterschiede anzeigen:

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