Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ab4fd70d

Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt

  • ID ab4fd70d62762d7d0e1e136be66ff2a0b8b3568b
  • Vorgänger 2884b5ce
  • Nachfolger 329a06d7

Menüvereinheitlichung: »Zahlungsverkehr« → »Kontobewegungen/Auszugsimport/Verbuchen/Abgleich« umgestellt

Unterschiede anzeigen:

SL/Controller/BankImport.pm
19 19
  my ($self, %params) = @_;
20 20

  
21 21
  $self->setup_upload_mt940_action_bar;
22
  $self->render('bankimport/form', title => $::locale->text('MT940 import'), profile => $self->profile ? 1 : 0);
22
  $self->render('bankimport/form', title => $::locale->text('Import statement (MT940 format)'), profile => $self->profile ? 1 : 0);
23 23
}
24 24

  
25 25
sub action_import_mt940 {
......
63 63
        submit    => [ '#form', { action => 'BankImport/import_mt940' } ],
64 64
        accesskey => 'enter',
65 65
      ],
66

  
67
      'separator',
68

  
69
      combobox => [
70
        action => [ t8('Account') ],
71

  
72
        link => [
73
          t8('Post Bank Statement'),
74
          link => $self->url_for(controller => 'BankTransaction', action => 'search'),
75
        ],
76

  
77
        link => [
78
          t8('Reconciliation with bank'),
79
          link => $self->url_for(controller => 'Reconciliation', action => 'search'),
80
        ],
81

  
82
        link => [
83
          t8('Manual Reconciliation'),
84
          link => $self->url_for(controller => 'rc.pl', action => 'reconciliation'),
85
        ],
86
      ],
66 87
    );
67 88
  }
68 89
}

Auch abrufbar als: Unified diff