Opentaps Concur Integration
Background
Concur is a corporate travel and expense management system that allows you to manage your employees' travel expenses. Employees can fill out travel expense reports electronically, which can then be approved by a manager at your company, and then the employees can be set up to be reimbursed automatically for their expenses.
The opentaps Concur integration allows you to consolidate travel and other employee expenses directly from Concur to the opentaps general ledger. It allows you to download employee travel expense information from Concur in the format of an encrypted pipe delimited file from their secured FTP server. opentaps will then create accounting transactions for these travel expenses.
Installation
From Source Repository
You can check out the concur integration component from our source code repository into your hot-deploy component:
$ svn co svn://svn.opentaps.org/opentaps/modules/concur_integration/versions/1.4/trunk concur-integration
IMPORTANT: This component must be called concur-integration in your hot deploy directory.
Installing the Component
Edit your hot-deploy/component-load.xml and make sure that this and the dal components are both activated so that they will be loaded:
<load-component component-location="dal"/> <load-component component-location="concur-integration"/>
The dal component is currently part of the opentaps Magento Integration.
You also need to make changes to the hot-deploy build file using the patch file in the concur integration component. From your opentaps root directory:
$ patch -p 0 < hot-deploy/concur-integration/hot-deploy-build-xml.patch
Now rebuild your opentaps with concur and restart opentaps. You will have to load the seed data files for concur from Web tools:
- hot-deploy/concur-integration/data/ConcurSeedData.xml
- hot-deploy/concur-integration/data/ConcurSecurityData.xml