Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 79d212c3

Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt

  • ID 79d212c333ff6a50515bf3451696f46f945f086e
  • Vorgänger 177518a0
  • Nachfolger 66280da7

Kosmetik.

Unterschiede anzeigen:

bin/mozilla/rp.pl
1266 1266
    "accno",               "description",
1267 1267
    "last_transaction",    "soll_eb",
1268 1268
    "haben_eb",
1269
    "soll",                 "haben",
1270
    "soll_kumuliert", "haben_kumuliert",
1271
    "soll_saldo", "haben_saldo"
1269
    "soll",                "haben",
1270
    "soll_kumuliert",      "haben_kumuliert",
1271
    "soll_saldo",          "haben_saldo"
1272 1272
  );
1273 1273

  
1274 1274

  
1275
  my $attachment_basename;
1276
  $attachment_basename = $locale->text('trial_balance');
1277
  my $report = SL::ReportGenerator->new(\%myconfig, $form);
1275
  my $attachment_basename = $locale->text('trial_balance');
1276
  my $report              = SL::ReportGenerator->new(\%myconfig, $form);
1278 1277

  
1279
  my @hidden_variables = ();
1280
  push @hidden_variables, qw(fromdate todate year cash );
1278
  my @hidden_variables    = qw(fromdate todate year cash);
1281 1279

  
1282
  my $href = build_std_url('action=generate_trial_balance', grep { $form->{$_} } @hidden_variables);
1280
  my $href                = build_std_url('action=generate_trial_balance', grep { $form->{$_} } @hidden_variables);
1283 1281

  
1284
  my %column_defs = (
1285
    'accno'                   => { 'text' => $locale->text('Account Number'), },
1286
    'description'             => { 'text' => $locale->text('Description'), },
1287
    'last_transaction'        => { 'text' => $locale->text('Last Transaction'), },
1288
    'soll_eb'                 => { 'text' => $locale->text('Debit Starting Balance'), },
1289
    'haben_eb'                => { 'text' => $locale->text('Credit Starting Balance'), },
1290
    'soll'                    => { 'text' => $locale->text('Debit'), },
1291
    'haben'                   => { 'text' => $locale->text('Credit'), },
1292
    'soll_kumuliert'          => { 'text' => $locale->text('Sum Debit'), },
1293
    'haben_kumuliert'         => { 'text' => $locale->text('Sum Credit'), },
1294
    'soll_saldo'              => { 'text' => $locale->text('Saldo Debit'), },
1295
    'haben_saldo'                => { 'text' => $locale->text('Saldo Credit'), }
1282
  my %column_defs         = (
1283
    'accno'               => { 'text' => $locale->text('Account Number'), },
1284
    'description'         => { 'text' => $locale->text('Description'), },
1285
    'last_transaction'    => { 'text' => $locale->text('Last Transaction'), },
1286
    'soll_eb'             => { 'text' => $locale->text('Debit Starting Balance'), },
1287
    'haben_eb'            => { 'text' => $locale->text('Credit Starting Balance'), },
1288
    'soll'                => { 'text' => $locale->text('Debit'), },
1289
    'haben'               => { 'text' => $locale->text('Credit'), },
1290
    'soll_kumuliert'      => { 'text' => $locale->text('Sum Debit'), },
1291
    'haben_kumuliert'     => { 'text' => $locale->text('Sum Credit'), },
1292
    'soll_saldo'          => { 'text' => $locale->text('Saldo Debit'), },
1293
    'haben_saldo'         => { 'text' => $locale->text('Saldo Credit'), }
1296 1294
  );
1297 1295

  
1298 1296

  

Auch abrufbar als: Unified diff