Revision ee4f84f3
Von Jan Büren vor mehr als 5 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
994 | 994 |
action => [ t8('Storno'), |
995 | 995 |
submit => [ '#form', { action => 'storno' } ], |
996 | 996 |
confirm => t8('Do you really want to cancel this general ledger transaction?'), |
997 |
disabled => !$form->{id} ? t8('This general ledger transaction has not been posted yet.') |
|
998 |
: $form->{storno} ? t8('A canceled general ledger transaction cannot be canceled again.') |
|
997 |
disabled => !$form->{id} ? t8('This general ledger transaction has not been posted yet.') |
|
998 |
: $form->{storno} ? t8('A canceled general ledger transaction cannot be canceled again.') |
|
999 |
: $is_linked_bank_transaction ? t8('This transaction is linked with a bank transaction. Please undo and redo the bank transaction booking if needed.') |
|
999 | 1000 |
: undef, |
1000 | 1001 |
], |
1001 | 1002 |
action => [ t8('Delete'), |
Auch abrufbar als: Unified diff
Dialogbuchungen aus Bankimport nicht stornieren
Die acc_trans_ids werden hier auch noch gelöscht und
neu geschrieben. Die Verknüpfungs-Info gehen entsprechend kaputt.
Solange die Periode noch nicht geschlossen ist, ist ein Neuverbuchen
der Bankbewegung wesentlich sinnvoller.