Added script to allow for batch synchronization between Vtiger 5.0.4 and VICIDIAL.

Added script to allow for batch loading of leads into Vtiger
Several other Vtiger integration changes
see docs/VTIGER.txt for more info

git-svn-id: svn://192.168.202.10@1039 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-01-28 21:02:17 +00:00
parent bcb667eef3
commit c6bda976aa
11 changed files with 1211 additions and 38 deletions
+3
View File
@@ -2109,6 +2109,9 @@ if ($WEBONLY < 1)
`mkdir -p $PATHhome/LEADS_IN`;
`mkdir -p $PATHhome/LEADS_IN/DONE`;
`chmod -R 0766 $PATHhome/LEADS_IN`;
`mkdir -p $PATHhome/VTIGER_IN`;
`mkdir -p $PATHhome/VTIGER_IN/DONE`;
`chmod -R 0766 $PATHhome/VTIGER_IN`;
print "Creating $PATHmonitor directories...\n";
`mkdir -p $PATHmonitor`;