Revision ab4fd70d
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
SL/Controller/Reconciliation.pm | ||
---|---|---|
45 | 45 |
$self->setup_reconciliation_action_bar; |
46 | 46 |
$self->render('reconciliation/form', |
47 | 47 |
ui_tab => scalar(@{$self->{PROPOSALS}}) > 0?1:0, |
48 |
title => t8('Reconciliation'));
|
|
48 |
title => t8('Reconciliation with bank'));
|
|
49 | 49 |
} |
50 | 50 |
|
51 | 51 |
sub action_load_overview { |
... | ... | |
632 | 632 |
submit => [ '#search_form', { action => 'Reconciliation/reconciliation' } ], |
633 | 633 |
accesskey => 'enter', |
634 | 634 |
], |
635 |
|
|
636 |
'separator', |
|
637 |
|
|
638 |
combobox => [ |
|
639 |
action => [ t8('Account') ], |
|
640 |
|
|
641 |
link => [ |
|
642 |
t8('Import Bank Statement'), |
|
643 |
link => $self->url_for(controller => 'BankImport', action => 'upload_mt940'), |
|
644 |
], |
|
645 |
|
|
646 |
link => [ |
|
647 |
t8('Post Bank Statement'), |
|
648 |
link => $self->url_for(controller => 'BankTransaction', action => 'search'), |
|
649 |
], |
|
650 |
|
|
651 |
link => [ |
|
652 |
t8('Manual Reconciliation'), |
|
653 |
link => $self->url_for(controller => 'rc.pl', action => 'reconciliation'), |
|
654 |
], |
|
655 |
], |
|
635 | 656 |
); |
636 | 657 |
} |
637 | 658 |
} |
... | ... | |
646 | 667 |
call => [ 'filter_table' ], |
647 | 668 |
accesskey => 'enter', |
648 | 669 |
], |
670 |
|
|
671 |
'separator', |
|
672 |
|
|
673 |
combobox => [ |
|
674 |
action => [ t8('Account') ], |
|
675 |
|
|
676 |
link => [ |
|
677 |
t8('Import Bank Statement'), |
|
678 |
link => $self->url_for(controller => 'BankImport', action => 'upload_mt940'), |
|
679 |
], |
|
680 |
|
|
681 |
link => [ |
|
682 |
t8('Post Bank Statement'), |
|
683 |
link => $self->url_for(controller => 'BankTransaction', action => 'search'), |
|
684 |
], |
|
685 |
|
|
686 |
link => [ |
|
687 |
t8('Manual Reconciliation'), |
|
688 |
link => $self->url_for(controller => 'rc.pl', action => 'reconciliation'), |
|
689 |
], |
|
690 |
], |
|
649 | 691 |
); |
650 | 692 |
} |
651 | 693 |
} |
Auch abrufbar als: Unified diff
Menüvereinheitlichung: »Zahlungsverkehr« → »Kontobewegungen/Auszugsimport/Verbuchen/Abgleich« umgestellt