[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 906 lines (30 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
Vtiger_Functions:: (55 methods):
userIsAdministrator()
currentUserJSDateFormat()
currentUserDisplayDate()
currentUserDisplayDateNew()
getTranslatedString()
userCurrencyId()
getCurrencyInfo()
getCurrencyName()
getCurrencySymbolandRate()
getBasicModuleInfo()
getModuleData()
getModuleId()
getModuleName()
getModuleOwner()
getEntityModuleInfo()
getEntityModuleSQLColumnString()
getEntityModuleInfoFieldsFormatted()
getCRMRecordMetadata()
getCRMRecordType()
getCRMRecordLabel()
getUserRecordLabel()
getGroupRecordLabel()
getCRMRecordLabels()
updateCRMRecordLabel()
getOwnerRecordLabel()
getOwnerRecordLabels()
computeCRMRecordLabels()
getGroupName()
getUserName()
getModuleFieldInfos()
getModuleFieldInfoWithId()
getModuleFieldInfo()
getModuleFieldId()
formatDecimal()
fromHTML()
fromHTML_FCK()
fromHTML_Popup()
br2nl()
suppressHTMLTags()
getInventoryTermsAndCondition()
initStorageFileDirectory()
validateImage()
getMergedDescription()
getMergedDescriptionCustomVars()
getSingleFieldValue()
getRecurringObjValue()
getTicketComments()
generateRandomPassword()
getTagCloudView()
transformFieldTypeOfData()
getPickListValuesFromTableForRole()
getActivityType()
getInvoiceStatus()
mkCountQuery()
getUnitPrice()
Class: Vtiger_Functions - X-Ref
TODO need to organize into classes based on functional grouping.userIsAdministrator($user) X-Ref |
No description |
currentUserJSDateFormat($localformat) X-Ref |
No description |
currentUserDisplayDate($value) X-Ref |
This function returns the date in user specified format. limitation is that mm-dd-yyyy and dd-mm-yyyy will be considered same by this API. As in the date value is on mm-dd-yyyy and user date format is dd-mm-yyyy then the mm-dd-yyyy value will be return as the API will be considered as considered as in same format. this due to the fact that this API tries to consider the where given date is in user date format. we need a better gauge for this case. param: Date $cur_date_val the date which should a changed to user date format. return: Date |
currentUserDisplayDateNew() X-Ref |
No description |
getTranslatedString($str, $module = '') X-Ref |
No description |
userCurrencyId($userid) X-Ref |
No description |
getCurrencyInfo($currencyid) X-Ref |
No description |
getCurrencyName($currencyid, $show_symbol = true) X-Ref |
No description |
getCurrencySymbolandRate($currencyid) X-Ref |
No description |
getBasicModuleInfo($mixed) X-Ref |
No description |
getModuleData($mixed) X-Ref |
No description |
getModuleId($name) X-Ref |
No description |
getModuleName($id) X-Ref |
No description |
getModuleOwner($name) X-Ref |
No description |
getEntityModuleInfo($mixed) X-Ref |
No description |
getEntityModuleSQLColumnString($mixed) X-Ref |
No description |
getEntityModuleInfoFieldsFormatted($mixed) X-Ref |
No description |
getCRMRecordMetadata($mixedid) X-Ref |
No description |
getCRMRecordType($id) X-Ref |
No description |
getCRMRecordLabel($id, $default='') X-Ref |
No description |
getUserRecordLabel($id, $default='') X-Ref |
No description |
getGroupRecordLabel($id, $default='') X-Ref |
No description |
getCRMRecordLabels($module, $ids) X-Ref |
No description |
updateCRMRecordLabel($module, $id, $label) X-Ref |
No description |
getOwnerRecordLabel($id) X-Ref |
No description |
getOwnerRecordLabels($ids) X-Ref |
No description |
computeCRMRecordLabels($module, $ids) X-Ref |
No description |
getGroupName($id) X-Ref |
No description |
getUserName($id) X-Ref |
No description |
getModuleFieldInfos($mixed) X-Ref |
No description |
getModuleFieldInfoWithId($fieldid) X-Ref |
No description |
getModuleFieldInfo($moduleid, $mixed) X-Ref |
No description |
getModuleFieldId($moduleid, $mixed, $onlyactive=true) X-Ref |
No description |
formatDecimal($value) X-Ref |
No description |
fromHTML($string, $encode=true) X-Ref |
No description |
fromHTML_FCK($string) X-Ref |
No description |
fromHTML_Popup($string, $encode = true) X-Ref |
No description |
br2nl($str) X-Ref |
No description |
suppressHTMLTags($string) X-Ref |
No description |
getInventoryTermsAndCondition() X-Ref |
No description |
initStorageFileDirectory() X-Ref |
No description |
validateImage($file_details) X-Ref |
No description |
getMergedDescription($description, $id, $parent_type) X-Ref |
No description |
getMergedDescriptionCustomVars($fields, $description) X-Ref |
No description |
getSingleFieldValue($tablename, $fieldname, $idname, $id) X-Ref |
No description |
getRecurringObjValue() X-Ref |
No description |
getTicketComments($ticketid) X-Ref |
No description |
generateRandomPassword() X-Ref |
No description |
getTagCloudView($id = "") X-Ref |
No description |
transformFieldTypeOfData($table_name, $column_name, $type_of_data) X-Ref |
No description |
getPickListValuesFromTableForRole($tablename, $roleid) X-Ref |
No description |
getActivityType($id) X-Ref |
No description |
getInvoiceStatus($id) X-Ref |
No description |
mkCountQuery($query) X-Ref |
No description |
getUnitPrice($productid, $module='Products') X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |