Revision bfb31beb
Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt
SL/DB/GLTransaction.pm | ||
---|---|---|
use strict;
|
||
|
||
use SL::DB::MetaSetup::GLTransaction;
|
||
|
||
use SL::Locale::String qw(t8);
|
||
|
||
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
|
||
__PACKAGE__->meta->make_manager_class;
|
||
... | ... | |
return $abbreviation;
|
||
}
|
||
|
||
sub displayable_type {
|
||
return t8('GL Transaction');
|
||
}
|
||
|
||
sub oneline_summary {
|
||
my ($self) = @_;
|
||
return sprintf("%s: %s %s (%s)", $self->abbreviation, $self->description, $self->reference, $_->transdate->to_kivitendo);
|
Auch abrufbar als: Unified diff
Record presenter - Dialogbuchungen ebenfalls anzeigen, z.B. bei Projekten