Zeiterfassung Update Monatsabschluss/Verrechnung
* Berechnungen aller Ü50/Ü100/M25 sowie Steuerfrei und Pflichtig * Transfer Mehrstunden auf Ü50/Ü100/M25 * Anpassungen der Exports LZs MehrstundenGL ÜGL Ü50,Ü100,M25 * Autoberechnung der anteiligen Mehrstunden * automatische Ü100 Rausrechnung laut gesetzlichen Vorgaben Bugfixes: * Start und Enddatum eines Mitarbeiters werden nun überall berücksichtigt. * Textuelle Bereinigungen * Umfangreiche Testscenarien Verechnung/Exports
This commit is contained in:
@@ -8,15 +8,18 @@ class TimerecordingBillingEmployeeModel
|
||||
private $type;
|
||||
private $ishours;
|
||||
private $ishourssum;
|
||||
private $overtime25;
|
||||
private $plushours50;
|
||||
private $plushours50free;
|
||||
private $plushours100;
|
||||
private $plushours100free;
|
||||
private $plushours_all;
|
||||
private $plushours25;
|
||||
private $overtime50;
|
||||
private $overtime50free;
|
||||
private $overtime100;
|
||||
private $overtime100free;
|
||||
private $homeoffice;
|
||||
private $diet;
|
||||
private $nlz;
|
||||
private $nlz_detail;
|
||||
private $transfer_plushours;
|
||||
private $transfer_overtime;
|
||||
|
||||
|
||||
public static function find($data)
|
||||
|
||||
Reference in New Issue
Block a user