Update filter select elements after selecting a new year
[misc/kostenrechnung] / masks / personal.php
index e7da770..9f75b6a 100644 (file)
@@ -35,6 +35,7 @@ $mask = array(
                                            'name' => 'Telefon',
                                            'width' => 100,
                                            'visible' => false,
+                                           'specs' => 'canSort: false',
                                            ),
                              'email' => array(
                                            'name' => 'E-Mail',
@@ -44,19 +45,19 @@ $mask = array(
                              'persstdsatz' => array(
                                            'name' => 'Satz',
                                            'type' => 'number',
-                                           'specs' => "decPlaces: 2, ClassName: 'alignright', suffix: ' '",
+                                           'specs' => "decPlaces: 2, ClassName: 'alignright', suffix: ' ', canSort: false",
                                            'width' => 50,
                                            ),
                              'jahresakkord' => array(
                                            'name' => 'Akkord',
                                            'type' => 'number',
-                                           'specs' => "decPlaces: 2, ClassName: 'alignright', suffix: ' '",
+                                           'specs' => "decPlaces: 2, ClassName: 'alignright', suffix: ' ', canSort: false",
                                            'width' => 60,
                                            ),
                              'akkord_vorjahr' => array(
                                            'name' => 'Akkord Vorjahr',
                                            'type' => 'number',
-                                           'specs' => "decPlaces: 2, ClassName: 'alignright', suffix: ' '",
+                                           'specs' => "decPlaces: 2, ClassName: 'alignright', suffix: ' ', canSort: false",
                                            'width' => 60,
                                            'visible' => false,
                                            ),
@@ -64,7 +65,7 @@ $mask = array(
                                            'name' => 'Zuschlag',
                                            'visible' => false,
                                            'type' => 'number',
-                                           'specs' => "decPlaces: 2, ClassName: 'alignright'",
+                                           'specs' => "decPlaces: 2, ClassName: 'alignright', canSort: false",
                                            'width' => 70,
                                            ),
                              ),