|
|
(13 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article desrcibes the [[Defining Forms#Dynamic Creation|dynamically]] created class ''iHRIS_Employment''.
| | #REDIRECT [[Class: iHRIS_Employment (4.1.7)]] |
| *Extends the class: [[Class: I2CE_Form | I2CE_Form]].
| |
| *Parent Classses: [[Class: I2CE_Form | I2CE_Form]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]]
| |
| *Location: It is defined in configuration magic data of the module [[iHRIS Common Module List#PersonEmployment|PersonEmployment]] in the package [https://launchpad.net/ihris-common iHRIS Common]
| |
| ==Form Fields==
| |
| This class is a [[Class: I2CE_Form |form class]] and provides the following [[Class: I2CE_FormField |form fields]]
| |
| ==company_name==
| |
| The form field ''company_name'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
| |
| ==company_address==
| |
| The form field ''company_address'' is implemented by [[Class: I2CE_FormField_STRING_MLINE |STRING_MLINE ]]
| |
| ==company_phone==
| |
| The form field ''company_phone'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
| |
| ==start_date==
| |
| The form field ''start_date'' is implemented by [[Class: I2CE_FormField_DATE_YMD |DATE_YMD ]]
| |
| ==start_wage==
| |
| The form field ''start_wage'' is implemented by [[Class: iHRIS_FormField_CURRENCY |CURRENCY ]]
| |
| ==start_position==
| |
| The form field ''start_position'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
| |
| ==end_date==
| |
| The form field ''end_date'' is implemented by [[Class: I2CE_FormField_DATE_YMD |DATE_YMD ]]
| |
| ==end_wage==
| |
| The form field ''end_wage'' is implemented by [[Class: iHRIS_FormField_CURRENCY |CURRENCY ]]
| |
| ==end_position==
| |
| The form field ''end_position'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
| |
| ==supervisor==
| |
| The form field ''supervisor'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
| |
| ==contact_ok==
| |
| The form field ''contact_ok'' is implemented by [[Class: I2CE_FormField_YESNO |YESNO ]]
| |
| ==responsibilities==
| |
| The form field ''responsibilities'' is implemented by [[Class: I2CE_FormField_STRING_MLINE |STRING_MLINE ]]
| |
| ==reason_for_leaving==
| |
| The form field ''reason_for_leaving'' is implemented by [[Class: I2CE_FormField_STRING_MLINE |STRING_MLINE ]]
| |
| | |
| | |
| [[Category:Class Documentation]]
| |