Last change
on this file since 1945 was
1412,
checked in by joachim, 18 years ago
|
more documentation
M profiles/default/schemas/acco_hall.xml
M profiles/default/schemas/schema.xsl
M profiles/default/workflows/waeup_student_wf/definition.xml
M profiles/default/layouts/layout.xsl
M profiles/default/layouts/acco_bed_booking.xml
M profiles/default/layouts/acco_hall.xml
M profiles/default/types/Student.xml
M profiles/default/types/AccoFolder.xml
M profiles/default/types/AccoHall.xml
M doc/srp_documentation.mm
reserved bed functionallity,
pay hostel-fee for reserved bed
D skins/waeup_student/reserve_accommodation.py
M skins/waeup_accommodation/book_reserved_bed.py
A skins/waeup_accommodation/reserve_accommodation.py
|
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Rev | Line | |
---|
[199] | 1 | <?xml version="1.0"?> |
---|
[1399] | 2 | <?xml-stylesheet type="text/xsl" href="schema.xsl"?> |
---|
[1412] | 3 | <object name="acco_hall" meta_type="CPS Schema"> |
---|
[622] | 4 | <field name="beds_for_final" meta_type="CPS String List Field"/> |
---|
| 5 | <field name="beds_for_fresh" meta_type="CPS String List Field"/> |
---|
| 6 | <field name="beds_for_returning" meta_type="CPS String List Field"/> |
---|
| 7 | <field name="beds_per_room" meta_type="CPS Int Field"> |
---|
| 8 | <property name="default_expr">python:6</property> |
---|
| 9 | </field> |
---|
| 10 | <field name="nr_of_blocks" meta_type="CPS Int Field"> |
---|
| 11 | <property name="default_expr">python:3</property> |
---|
| 12 | </field> |
---|
| 13 | <field name="nr_of_floors" meta_type="CPS Int Field"> |
---|
| 14 | <property name="default_expr">python:3</property> |
---|
| 15 | </field> |
---|
| 16 | <field name="reserved_rooms" meta_type="CPS String List Field"> |
---|
[926] | 17 | <property name="default_expr">string:A/101,C/102</property> |
---|
[622] | 18 | </field> |
---|
| 19 | <field name="rooms_per_floor" meta_type="CPS Int Field"> |
---|
| 20 | <property name="default_expr">python:20</property> |
---|
| 21 | </field> |
---|
[926] | 22 | <field name="special_handling" meta_type="CPS String Field"/> |
---|
[199] | 23 | <field name="text" meta_type="CPS String Field"> |
---|
[622] | 24 | <property name="is_searchabletext">False</property> |
---|
[199] | 25 | </field> |
---|
[933] | 26 | <field name="blocks_for_female" meta_type="CPS String List Field"> |
---|
[736] | 27 | </field> |
---|
[744] | 28 | <field name="maintenance_code" meta_type="CPS String Field"/> |
---|
[199] | 29 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.