source: WAeUP_SRP/trunk/profiles/default/toolset.xml @ 1621

Last change on this file since 1621 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

  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1<?xml version="1.0"?>
2<tool-setup>
3 <required tool_id="portal_accommodation"
4           class="Products.WAeUP_SRP.WAeUPTables.AccommodationTable"/>
5 <required tool_id="courses_catalog"
6           class="Products.WAeUP_SRP.WAeUPTables.CoursesCatalog"/>
7 <required tool_id="payments_catalog"
8           class="Products.WAeUP_SRP.WAeUPTables.PaymentsCatalog"/>
9 <required tool_id="online_payment_transactions"
10           class="Products.WAeUP_SRP.WAeUPTables.OnlinePaymentTransactions"/>
11 <required tool_id="portal_pins"
12           class="Products.WAeUP_SRP.WAeUPTables.PinTable"/>
13 <required tool_id="portal_pumeresults"
14           class="Products.WAeUP_SRP.WAeUPTables.PumeResultsTable"/>
15 <required tool_id="returning_import"
16           class="Products.WAeUP_SRP.WAeUPTables.ReturningImport"/>
17 <required tool_id="results_import"
18           class="Products.WAeUP_SRP.WAeUPTables.ResultsImport"/>
19 <required tool_id="students_catalog"
20           class="Products.WAeUP_SRP.WAeUPTables.StudentsCatalog"/>
21 <required tool_id="waeup_tool"
22           class="Products.WAeUP_SRP.WAeUPTool.WAeUPTool"/>
23</tool-setup>
Note: See TracBrowser for help on using the repository browser.