* Implementerung Fahrzeugverwaltung * neue Buchungsart Fahrtenbuch * Diverse Bugfixes * Exportfunktionen für BMD * Neue Bauchungsarteigenschaft unbezahlt *
9 lines
161 B
PHP
9 lines
161 B
PHP
<?php
|
|
|
|
class TimerecordingBillingModel
|
|
{
|
|
public static $dieatBase = 26.4;
|
|
public static $excludeEmployees = [1000, 1001, 9999, 4, 5, 6, 7, 8, 9, 10];
|
|
|
|
}
|