Revision ab4fd70d
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
bin/mozilla/rc.pl | ||
---|---|---|
173 | 173 |
submit => [ '#form', { action => "get_payments" } ], |
174 | 174 |
accesskey => 'enter', |
175 | 175 |
], |
176 |
|
|
177 |
'separator', |
|
178 |
|
|
179 |
combobox => [ |
|
180 |
action => [ t8('Account') ], |
|
181 |
|
|
182 |
link => [ |
|
183 |
t8('Import Bank Statement'), |
|
184 |
link => 'controller.pl?action=BankImport/upload_mt940', |
|
185 |
], |
|
186 |
|
|
187 |
link => [ |
|
188 |
t8('Post Bank Statement'), |
|
189 |
link => 'controller.pl?action=BankTransaction/search', |
|
190 |
], |
|
191 |
|
|
192 |
link => [ |
|
193 |
t8('Reconciliation with bank'), |
|
194 |
link => 'controller.pl?action=Reconciliation/search', |
|
195 |
], |
|
196 |
], |
|
176 | 197 |
); |
177 | 198 |
} |
178 | 199 |
} |
Auch abrufbar als: Unified diff
Menüvereinheitlichung: »Zahlungsverkehr« → »Kontobewegungen/Auszugsimport/Verbuchen/Abgleich« umgestellt