Release 1.20.1 (#3317)
- improved timesheet calculator with changesets and priority - calculate and include exported stats (e.g. available in export templates) - added hourly rate column to timesheet listing
This commit is contained in:
@@ -654,6 +654,14 @@ class Timesheet implements EntityWithMetaFields, ExportItemInterface
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function resetRates(): void
|
||||
{
|
||||
$this->rate = 0.00;
|
||||
$this->internalRate = null;
|
||||
$this->hourlyRate = null;
|
||||
$this->fixedRate = null;
|
||||
}
|
||||
|
||||
public function isBillable(): bool
|
||||
{
|
||||
return $this->billable;
|
||||
|
||||
Reference in New Issue
Block a user