Zeiterfassung neues Feature:
Features für Project 7832: * Das Pickerldatum Zusatzfeld * Auftrennen PKW und Anhänger * Dokumente Upload * Standardsortierung * Ausgeschieden Flag mit Datum * zusätzliche migration
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
class TimerecordingCarModel
|
||||
{
|
||||
private $user_id;
|
||||
private $type;
|
||||
private $number_plate;
|
||||
private $brand;
|
||||
private $model;
|
||||
@@ -10,8 +11,19 @@ class TimerecordingCarModel
|
||||
private $mileage_now;
|
||||
private $mileage_timestamp;
|
||||
private $initial_approval;
|
||||
private $override_approval;
|
||||
private $first_approval;
|
||||
private $timerecording;
|
||||
private $retired;
|
||||
private $retired_date;
|
||||
private $edit_by;
|
||||
|
||||
|
||||
public static $carTypes = [
|
||||
"1" => "PKW",
|
||||
"2" => "Anhänger"
|
||||
];
|
||||
|
||||
|
||||
|
||||
public static function find($data)
|
||||
|
||||
Reference in New Issue
Block a user