[Vtigercrm-commits] [vtiger-commits] r8027 - in /vtigercrm/trunk/modules: Accounts/ListViewTop.php Potentials/ListViewTop.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 17:09:54 EDT 2006


Author: saraj
Date: Thu Jul 13 15:09:24 2006
New Revision: 8027

Log:
APIs written for Listview top

Modified:
    vtigercrm/trunk/modules/Accounts/ListViewTop.php
    vtigercrm/trunk/modules/Potentials/ListViewTop.php

Modified: vtigercrm/trunk/modules/Accounts/ListViewTop.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/ListViewTop.php (original)
+++ vtigercrm/trunk/modules/Accounts/ListViewTop.php Thu Jul 13 15:09:24 2006
@@ -20,8 +20,8 @@
  * Contributor(s): ______________________________________..
  ********************************************************************************/
 
-/**Function to get the top Accounts order by Amount in Descending Order
- * Returns the top account based on maximum amount. 
+/**Function to get the top 5 Accounts order by Amount in Descending Order
+ *return array $values - array with the title, header and entries like  Array('Title'=>$title,'Header'=>$listview_header,'Entries'=>$listview_entries) where as listview_header and listview_entries are arrays of header and entity values which are returned from function getListViewHeader and getListViewEntries
 */
 function getTopAccounts()
 {

Modified: vtigercrm/trunk/modules/Potentials/ListViewTop.php
==============================================================================
--- vtigercrm/trunk/modules/Potentials/ListViewTop.php (original)
+++ vtigercrm/trunk/modules/Potentials/ListViewTop.php Thu Jul 13 15:09:24 2006
@@ -20,8 +20,8 @@
  * Contributor(s): ______________________________________..
  ********************************************************************************/
 
-/**Function to get the top Potentials order by Amount in Descending Order
- * Returns the top potentials based on maximum amount. 
+/**Function to get the top 5 Potentials order by Amount in Descending Order
+ *return array $values - array with the title, header and entries like  Array('Title'=>$title,'Header'=>$listview_header,'Entries'=>$listview_entries) where as listview_header and listview_entries are arrays of header and entity values which are returned from function getListViewHeader and getListViewEntries
 */
 function getTopPotentials()
 {





More information about the vtigercrm-commits mailing list