Changeset 629


Ignore:
Timestamp:
9 Oct 2006, 12:55:23 (18 years ago)
Author:
joachim
Message:

accommodation reservation files added

Location:
WAeUP_SRP/trunk
Files:
7 added
4 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/layouts.xml

    r622 r629  
    1313 <object name="scratch_card_batch" meta_type="CPS Layout"/>
    1414 <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"/>
    1517 <object name="student_application" meta_type="CPS Layout"/>
    1618 <object name="student_application_fe" meta_type="CPS Layout"/>
  • WAeUP_SRP/trunk/profiles/default/schemas.xml

    r622 r629  
    1717 <object name="scratch_card_batch" meta_type="CPS Schema"/>
    1818 <object name="student_accommodation" meta_type="CPS Schema"/>
     19 <object name="student_acco_reserve" meta_type="CPS Schema"/>
    1920 <object name="student_application" meta_type="CPS Schema"/>
    2021 <object name="student_clearance" meta_type="CPS Schema"/>
  • WAeUP_SRP/trunk/profiles/default/schemas/student_accommodation.xml

    r486 r629  
    11<?xml version="1.0"?>
    22<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"/>
    1811</object>
  • WAeUP_SRP/trunk/profiles/default/vocabularies.xml

    r596 r629  
    1717 <object name="pin_prefixes" meta_type="CPS Vocabulary"/>
    1818 <object name="student_search_mode" meta_type="CPS Vocabulary"/>
     19 <object name="student_status_voc" meta_type="CPS Vocabulary"/>
    1920 <object name="searchable_student_states" meta_type="CPS Vocabulary"/>
    2021 <object name="academics_search_mode" meta_type="CPS Vocabulary"/>
Note: See TracChangeset for help on using the changeset viewer.