系统管理里面 系统定制 添加 工作流管理 模块1、
添加方式:数据库表vitger_settings_field 添加一条记录:
linkto:index.php?module=WorkflowSetting&action=index&parenttab=Settings
添加完后修改vtiger_settings_field_seq的数值 (执行加1操作)2、
系统模块添加对WorkflowSetting 的支持 设置为系统默认激活模块
修改 include\utils\VtlibUtils.php(138):
在函数vtlib_moduleAlwaysActive()其中添加 ‘WorkflowSetting ’3.使用Vtlib添加一个新的模块命名为Workboard 即工作管理或者叫做审核模块特殊500以上类型修改注意事项:(502 504 505类型的添加)
修改表 vtiger_ws_entity 添加 Workboard
修改表 vtiger_ws_entity_seq 更新记录数4.修改index.php
支持 ceajax=true AJAX 模式5.Smarty里面
添加 WorkDetailView.tpl
修改 ListViewEntries.tpl 增加对TAB 标签切换的支持
修改 EditViewUI.tpl增加 对工作流特殊类型的支持(502 504 505)6.include/utils/
修改 详情控制–DetailViewUtils.php(uitype 504 505)
修改 编辑控制–EditViewUtils.php(uitype 504 505)7.iclude/ListView
修改 列表控制–ListVIewController.php(uitype 504 505)8 JS相关修改
include/jsListViewjs修改
删除函数 massDelete ()
显示函数 showDefaultCustomView ()
AJAX函数 getListViewEntries_js()
添加 showDefaultCustomViewTab() 函数

解决方案 »

  1.   

    国外的crm 真的不好在中国用.
      

  2.   

    我创建了一个模块,然后没有到Modulefile.php里面编辑逻辑。就出现下面错误了。
    ////////////////////////////////////////////////////////////////////////////////////
    Fatal error: Uncaught exception 'Exception' with message 'result is not an object' in E:\www\Purchaes\include\database\PearDatabase.php:789 Stack trace: #0 E:\www\Purchaes\modules\Notice\ListView.php(152): PearDatabase->query_result(false, 0, 'count') #1 E:\www\Purchaes\modules\Notice\index.php(13): include_once('E:\www\Purchaes...') #2 E:\www\Purchaes\index.php(711): include('E:\www\Purchaes...') #3 {main} thrown in E:\www\Purchaes\include\database\PearDatabase.php on line 789
    ////////////////////////////////////////////////////////////////////////////////////
    出现这样的错误怎么办啊,大家帮帮忙 啊,QQ591694797
      

  3.   

    FastCRM  Fast CRM 大家搜索下有示例的