[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 1196 lines (56 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 3 files include/utils/ExportUtils.php vtlib/Vtiger/Module.php include/utils/utils.php |
Services:: (25 methods):
__construct()
save_module()
insertTaxInformation()
insertPriceInformation()
updateUnitPrice()
getQueryByModuleField()
getListQuery()
getListViewSecurityParameter()
create_export_query()
transform_export_value()
getDuplicatesQuery()
get_quotes()
get_purchase_orders()
get_salesorder()
get_invoices()
get_service_pricebooks()
getPriceBookRelatedServices()
transferRelatedRecords()
generateReportsQuery()
generateReportsSecQuery()
setRelationTables()
unlinkDependencies()
vtlib_handler()
unlinkRelationship()
get_services()
__construct() X-Ref |
No description |
save_module($module) X-Ref |
No description |
insertTaxInformation($tablename, $module) X-Ref |
No description |
insertPriceInformation($tablename, $module) X-Ref |
No description |
updateUnitPrice() X-Ref |
No description |
getQueryByModuleField($module, $fieldname, $srcrecord) X-Ref |
Return query to use based on given modulename, fieldname Useful to handle specific case handling for Popup |
getListQuery($module, $where='') X-Ref |
Get list view query. |
getListViewSecurityParameter($module) X-Ref |
Apply security restriction (sharing privilege) query part for List view. |
create_export_query($where) X-Ref |
Create query to export the records. |
transform_export_value($key, $value) X-Ref |
Transform the value while exporting |
getDuplicatesQuery($module,$table_cols,$field_values,$ui_type_arr,$select_cols='') X-Ref |
Function which will give the basic query to find duplicates |
get_quotes($id, $cur_tab_id, $rel_tab_id, $actions=false) X-Ref |
No description |
get_purchase_orders($id, $cur_tab_id, $rel_tab_id, $actions=false) X-Ref |
No description |
get_salesorder($id, $cur_tab_id, $rel_tab_id, $actions=false) X-Ref |
No description |
get_invoices($id, $cur_tab_id, $rel_tab_id, $actions=false) X-Ref |
No description |
get_service_pricebooks($id, $cur_tab_id, $rel_tab_id, $actions=false) X-Ref |
No description |
getPriceBookRelatedServices($query,$focus,$returnset='') X-Ref |
No description |
transferRelatedRecords($module, $transferEntityIds, $entityId) X-Ref |
Move the related records of the specified list of id's to the given record. param: String This module name param: Array List of Entity Id's from which related records need to be transfered param: Integer Id of the the Record to which the related records are to be moved |
generateReportsQuery($module,$queryPlanner) X-Ref |
No description |
generateReportsSecQuery($module,$secmodule, $queryPlanner) X-Ref |
No description |
setRelationTables($secmodule) X-Ref |
No description |
unlinkDependencies($module, $id) X-Ref |
No description |
vtlib_handler($moduleName, $eventType) X-Ref |
Invoked when special actions are performed on the module. param: String Module name param: String Event Type |
unlinkRelationship($id, $return_module, $return_id) X-Ref |
No description |
get_services($id, $cur_tab_id, $rel_tab_id, $actions=false) X-Ref |
Function to get Product's related Products param: integer $id - productid |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |