Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ab4fd70d

Von Moritz Bunkus vor fast 8 Jahren hinzugefügt

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

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

Unterschiede anzeigen:

SL/Controller/CsvImport.pm
id => 'action_import',
],
);
if ($self->profile && ($self->profile->{type} eq 'bank_transactions')) {
$bar->add(
'separator',
combobox => [
action => [ t8('Account') ],
link => [
t8('Post Bank Statement'),
link => $self->url_for(controller => 'BankTransaction', action => 'search'),
],
link => [
t8('Reconciliation with bank'),
link => $self->url_for(controller => 'Reconciliation', action => 'search'),
],
link => [
t8('Manual Reconciliation'),
link => $self->url_for(controller => 'rc.pl', action => 'reconciliation'),
],
],
);
}
}
}

Auch abrufbar als: Unified diff