Changeset 629 for WAeUP_SRP/trunk/profiles/default
- Timestamp:
- 9 Oct 2006, 12:55:23 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 5 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts.xml
r622 r629 13 13 <object name="scratch_card_batch" meta_type="CPS Layout"/> 14 14 <object name="student_study_course" meta_type="CPS Layout"/> 15 <object name="student_accommodation" meta_type="CPS Layout"/> 16 <object name="student_acco_reserve" meta_type="CPS Layout"/> 15 17 <object name="student_application" meta_type="CPS Layout"/> 16 18 <object name="student_application_fe" meta_type="CPS Layout"/> -
WAeUP_SRP/trunk/profiles/default/schemas.xml
r622 r629 17 17 <object name="scratch_card_batch" meta_type="CPS Schema"/> 18 18 <object name="student_accommodation" meta_type="CPS Schema"/> 19 <object name="student_acco_reserve" meta_type="CPS Schema"/> 19 20 <object name="student_application" meta_type="CPS Schema"/> 20 21 <object name="student_clearance" meta_type="CPS Schema"/> -
WAeUP_SRP/trunk/profiles/default/schemas/student_accommodation.xml
r486 r629 1 1 <?xml version="1.0"?> 2 2 <object name="student_accommodation" meta_type="CPS Schema"> 3 <field name="accommodation" meta_type="CPS String Field"> 4 <property name="is_searchabletext">True</property> 5 </field> 6 <field name="sc_id" meta_type="CPS String Field"> 7 <property name="is_searchabletext">True</property> 8 <property name="acl_write_roles">SectionReader</property> 9 </field> 10 <field name="sc_pin" meta_type="CPS String Field"> 11 <property name="is_searchabletext">True</property> 12 <property name="acl_write_roles">SectionReader</property> 13 </field> 14 <field name="sc_value" meta_type="CPS Float Field"> 15 <property name="default_expr">python:500.</property> 16 <property name="is_searchabletext">True</property> 17 </field> 3 <field name="acco_maint_date" meta_type="CPS DateTime Field"/> 4 <field name="acco_maint_sc_pin" meta_type="CPS String Field"/> 5 <field name="acco_maint_sc_serial" meta_type="CPS String Field"/> 6 <field name="acco_res_date" meta_type="CPS DateTime Field"/> 7 <field name="acco_res_sc_pin" meta_type="CPS String Field"/> 8 <field name="acco_res_sc_serial" meta_type="CPS String Field"/> 9 <field name="bed" meta_type="CPS String Field"/> 10 <field name="session" meta_type="CPS String Field"/> 18 11 </object> -
WAeUP_SRP/trunk/profiles/default/vocabularies.xml
r596 r629 17 17 <object name="pin_prefixes" meta_type="CPS Vocabulary"/> 18 18 <object name="student_search_mode" meta_type="CPS Vocabulary"/> 19 <object name="student_status_voc" meta_type="CPS Vocabulary"/> 19 20 <object name="searchable_student_states" meta_type="CPS Vocabulary"/> 20 21 <object name="academics_search_mode" meta_type="CPS Vocabulary"/>
Note: See TracChangeset for help on using the changeset viewer.