Last change
on this file since 17952 was
1593,
checked in by uli, 18 years ago
|
Merged current trunk into uli-branch.
|
File size:
775 bytes
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <?xml-stylesheet type="text/xsl" href="catalog.xsl"?> |
---|
3 | <object name="payments_catalog" meta_type="WAeUP Table"> |
---|
4 | <column value="id"/> |
---|
5 | <column value="student_id"/> |
---|
6 | <column value="pay_type"/> |
---|
7 | <column value="pay_date"/> |
---|
8 | <column value="pay_result"/> |
---|
9 | <column value="pay_result_txt"/> |
---|
10 | <column value="amount"/> |
---|
11 | <column value="amount_payed"/> |
---|
12 | <column value="confirmation_code"/> |
---|
13 | <index name="id" meta_type="FieldIndex"> |
---|
14 | <indexed_attr value="id"/> |
---|
15 | </index> |
---|
16 | <index name="student_id" meta_type="FieldIndex"> |
---|
17 | <indexed_attr value="student_id"/> |
---|
18 | </index> |
---|
19 | <index name="pay_type" meta_type="KeywordIndex"> |
---|
20 | <indexed_attr value="pay_type"/> |
---|
21 | </index> |
---|
22 | <index name="pay_date" meta_type="DateIndex"> |
---|
23 | <indexed_attr value="pay_type"/> |
---|
24 | </index> |
---|
25 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.