mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Improve tax report
This commit is contained in:
parent
779a5fc46c
commit
da770d8e15
@ -26,7 +26,7 @@ class TaskReport extends AbstractReport
|
|||||||
foreach ($tasks->get() as $task) {
|
foreach ($tasks->get() as $task) {
|
||||||
$this->data[] = [
|
$this->data[] = [
|
||||||
$task->client ? ($this->isExport ? $task->client->getDisplayName() : $task->client->present()->link) : trans('texts.unassigned'),
|
$task->client ? ($this->isExport ? $task->client->getDisplayName() : $task->client->present()->link) : trans('texts.unassigned'),
|
||||||
link_to($task->present()->url, $task->getStartTime()),
|
$this->isExport ? $task->getStartTime() : link_to($task->present()->url, $task->getStartTime()),
|
||||||
$task->present()->project,
|
$task->present()->project,
|
||||||
$task->description,
|
$task->description,
|
||||||
Utils::formatTime($task->getDuration()),
|
Utils::formatTime($task->getDuration()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user