# ---------------------
# File Import Tracker
# ---------------------
# this will tell the front-end which template to load
PerlSetVar app tracker
# this will tell the handler which code to load
PerlSetVar pkg FileTracker::Summary
# this will tell the xsl parse where to find the files
PerlSetVar template_dir /app/tools/raptor/templates
# ---------------------
# Import Matcher
# ---------------------
# this will tell the front-end which template to load
PerlSetVar app matcher
# this will tell the handler which code to load
PerlSetVar pkg FileTracker::Matcher
# this will tell the xsl parse where to find the files
PerlSetVar template_dir /app/tools/raptor/templates
# ---------------------
# Sales Reports
# ---------------------
# this will tell the front-end which template to load
PerlSetVar app reports
# this will tell the handler which code to load
PerlSetVar pkg SaleReport::Reports
# this will tell the xsl parse where to find the files
PerlSetVar template_dir /app/tools/raptor/templates