Add akkord_vorjahr according to mail
authorJoey Schulze <joey@infodrom.org>
Thu, 4 Mar 2010 14:37:40 +0000 (15:37 +0100)
committerJoey Schulze <joey@infodrom.org>
Thu, 4 Mar 2010 14:37:40 +0000 (15:37 +0100)
masks/personal.php

index 910a66e..520e936 100644 (file)
@@ -53,6 +53,13 @@ $mask = array(
                                            'specs' => "decPlaces: 2, ClassName: 'alignright', suffix: '&nbsp;'",
                                            'width' => 60,
                                            ),
+                             'akkord_vorjahr' => array(
+                                           'name' => 'Akkord Vorjahr',
+                                           'type' => 'number',
+                                           'specs' => "decPlaces: 2, ClassName: 'alignright', suffix: '&nbsp;'",
+                                           'width' => 60,
+                                           'visible' => false,
+                                           ),
 /*
                              'akkordzuschlag' => array(
                                            'name' => 'Zuschlag',
@@ -144,6 +151,12 @@ $mask = array(
                                            'size' => 10,
                                            'required' => true,
                                            ),
+                             'akkord_vorjahr' => array(
+                                           'name' => 'Akkord Vorjahr',
+                                           'type' => 'decimal',
+                                           'size' => 10,
+                                           'null' => true,
+                                           ),
                              ),
              'rows' => 20,
              );