Revision f6ed86ef
Von Kivitendo Admin vor fast 10 Jahren hinzugefügt
SL/DB/GLTransaction.pm | ||
---|---|---|
9 | 9 |
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. |
10 | 10 |
__PACKAGE__->meta->make_manager_class; |
11 | 11 |
|
12 |
sub abbreviation { |
|
13 |
my $self = shift; |
|
14 |
|
|
15 |
my $abbreviation = $::locale->text('GL Transaction (abbreviation)'); |
|
16 |
$abbreviation .= "(" . $::locale->text('Storno (one letter abbreviation)') . ")" if $self->storno; |
|
17 |
return $abbreviation; |
|
18 |
|
|
19 |
} |
|
20 |
|
|
12 | 21 |
1; |
Auch abrufbar als: Unified diff
FiBu Schellsuche in Headerzeile
neues Ajax Autocompletefeld im Header für Benutzer mit FiBu-Rechten,
welches Rechnungsnummern und Kunden-/Lieferantennamen durchsucht. Durch
die Auswahl im Dropdown gelangt man direkt zu dem Beleg.