Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8b951301

Von Werner Hahn vor mehr als 1 Jahr hinzugefügt

  • ID 8b9513016e102a48858515ea12c086c57607f7d7
  • Vorgänger f78d7d77
  • Nachfolger d01fd4e3

Reclamation Presenter RecordLinks

Unterschiede anzeigen:

SL/Presenter/Record.pm
457 457
  );
458 458
}
459 459

  
460
sub _purchase_reclamation_list {
461
  my ($list, %params) = @_;
462

  
463
  return record_list(
464
    $list,
465
    title   => $::locale->text('Purchase Reclamation'),
466
    type    => 'purchase_reclamation',
467
    columns => [
468
      [ $::locale->text('Reclamation Date'),        'transdate'                                                          ],
469
      [ $::locale->text('Reclamation Number'),      sub { $_[0]->presenter->purchase_reclamation(display => 'table-cell') } ],
470
      [ $::locale->text('Vendor'),                'vendor'                                                           ],
471
      [ $::locale->text('Transaction description'), 'transaction_description'                                            ],
472
      [ $::locale->text('Project'),                 'globalproject',                                                     ],
473
      [ $::locale->text('Delivered'),               'delivered'                                                          ],
474
      [ $::locale->text('Closed'),                  'closed'                                                             ],
475
    ],
476
    %params,
477
  );
478
}
479

  
460 480
sub _sales_invoice_list {
461 481
  my ($list, %params) = @_;
462 482

  

Auch abrufbar als: Unified diff