| Server IP : 138.197.176.125 / Your IP : 216.73.216.41 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/rehabilitation/vtlib/ |
Upload File : |
Using skeleton module ===================== 1. Copy ModuleDir/<target_vtiger_version> to modules/<NewModuleName> 2. Rename modules/<NewModuleName>/ModuleFile.php to <NewModuleName>.php 3. Rename modules/<NewModuleName>/ModuleFileAjax.php to <NewModuleName>Ajax.php 4. Rename modules/<NewModuleName>/ModuleFile.js to <NewModuleName>.js 5. Edit <NewModuleName>.php a. Update $table_name and $table_index (Module table name and table index column) b. Update $groupTable c. Update $tab_name, $tab_name_index d. Update $list_fields, $list_fields_name, $sortby_fields e. Update $detailview_links f. Update $default_order_by, $default_sort_order g. Update $customFieldTable h. Rename class ModuleClass to class <NewModuleName> Refer documentation for more details.