source: WAeUP_SRP/trunk/profiles/default/payments_catalog.xml @ 1187

Last change on this file since 1187 was 1147, checked in by joachim, 18 years ago

start of epayment module

File size: 719 bytes
RevLine 
[1147]1<?xml version="1.0"?>
2<object name="portal_catalog" meta_type="CMF Catalog">
3 <column value="id"/>
4 <column value="student_id"/>
5 <column value="pay_type"/>
6 <column value="pay_date"/>
7 <column value="pay_result"/>
8 <column value="pay_result_txt"/>
9 <column value="amount"/>
10 <column value="amount_payed"/>
11 <column value="confirmation_code"/>
12 <index name="id" meta_type="FieldIndex">
13  <indexed_attr value="id"/>
14 </index>
15 <index name="student_id" meta_type="FieldIndex">
16  <indexed_attr value="student_id"/>
17 </index>
18 <index name="pay_type" meta_type="KeywordIndex">
19  <indexed_attr value="pay_type"/>
20 </index>
21 <index name="pay_date" meta_type="DateIndex">
22  <indexed_attr value="pay_type"/>
23 </index>
24</object>
Note: See TracBrowser for help on using the repository browser.