我是vtiger crm的新手,我在vtiger 6.5版模块中创建了一个自定义模块,但是问题是当我点击模块名称空白页面出现在view = List page.i时将vtiger版本文件夹的内容放到模块中文件夹也是语言文件夹,并用我的模块名称更改文件名和类名,但我无法理解如何根据我们的需要创建视图模型操作文件,如果有人知道自定义工作请帮助。如果您有任何疑问,请询问,提前致谢。
答案 0 :(得分:2)
我在制作实体模块时发现了一些有趣的教程,这就是链接。 http://community.vtiger.com/help/vtigercrm/developers/extensions/examples/entity-module.html它正在发挥作用。你可以用吗
答案 1 :(得分:0)
您还可以使用以下步骤从命令行创建模块:
>cd {YourPathToCRM}/vtlib/tools >php -f console.php
Welcome to vTigercrm Creator. This tool will enable you to get started with developing extensions with ease. Have a good time. Press CTRL+C to "quit". Choose the options below: 1. Create New Module. 2. Create New Layout. 3. Create New Language Pack. 4. Create Test Language Pack. 5. Import Module. 6. Update Module. 7. Remove Module. Enter your choice:
答案 2 :(得分:0)
使用技术文档创建新的vTiger模块:
https://www.vtiger.com/products/crm/help/5.2.0/VtigerCRM_5.2.0_Vtlib.pdf