source: WAeUP_SRP/trunk/profiles/default/online_payment_transactions.xml @ 1620

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

created new catalog online_payment_transactions
importOnlinePaymentTransactions in WAeUPTool
there must be a OnlineTransactions?.csv in import
check_transactions checks online_payment_transactions against payments
check_online_payments checks the online_payments against the online_payment_transactions

File size: 569 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="catalog.xsl"?>
3<object name="courses_catalog" meta_type="WAeUP Table">
4 <column value="datetime"/>
5 <column value="student_id"/>
6 <column value="order_id"/>
7 <column value="response_code"/>
8 <column value="amount"/>
9 <index name="student_id" meta_type="FieldIndex">
10  <indexed_attr value="student_id"/>
11 </index>
12 <index name="datetime" meta_type="DateIndex">
13  <indexed_attr value="datetime"/>
14 </index>
15 <index name="order_id" meta_type="FieldIndex">
16  <indexed_attr value="order_id"/>
17 </index>
18</object>
Note: See TracBrowser for help on using the repository browser.