Revision 8c086dec
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/Controller/TimeRecording.pm | ||
---|---|---|
322 | 322 |
order => { text => t8('Sales Order'), sub => sub { $_[0]->order && $_[0]->order->number } }, |
323 | 323 |
customer => { text => t8('Customer'), sub => sub { $_[0]->customer->displayable_name } }, |
324 | 324 |
part => { text => t8('Article'), sub => sub { $_[0]->part && $_[0]->part->displayable_name } }, |
325 |
project => { text => t8('Project'), sub => sub { $_[0]->project && $_[0]->project->full_description(sytle => 'both') } },
|
|
325 |
project => { text => t8('Project'), sub => sub { $_[0]->project && $_[0]->project->displayable_namefull_description(style => 'both') } },
|
|
326 | 326 |
description => { text => t8('Description'), sub => sub { $_[0]->description_as_stripped_html }, |
327 | 327 |
raw_data => sub { $_[0]->description_as_restricted_html }, # raw_data only used for html(?) |
328 | 328 |
obj_link => sub { $self->url_for(action => 'edit', 'id' => $_[0]->id, callback => $self->models->get_callback) } }, |
... | ... | |
373 | 373 |
my @filter_strings; |
374 | 374 |
|
375 | 375 |
my $staff_member = $filter->{staff_member_id} ? SL::DB::Employee->new(id => $filter->{staff_member_id})->load->safe_name : ''; |
376 |
my $project = $filter->{project_id} ? SL::DB::Project->new (id => $filter->{project_id}) ->load->full_description(sytle => 'both') : '';
|
|
376 |
my $project = $filter->{project_id} ? SL::DB::Project->new (id => $filter->{project_id}) ->load->full_description(style => 'both') : '';
|
|
377 | 377 |
|
378 | 378 |
my @filters = ( |
379 | 379 |
[ $filter->{"date:date::ge"}, t8('From Date') ], |
t/006spellcheck.t | ||
---|---|---|
58 | 58 |
seperat |
59 | 59 |
substract |
60 | 60 |
sucess |
61 |
sytle |
|
61 | 62 |
unkown |
62 | 63 |
varsion |
63 | 64 |
wether |
Auch abrufbar als: Unified diff
S:C:TimeRecording: Typo