[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Potentials/ -> Potentials.php (sommaire)

(pas de description)

Poids: 506 lignes (26 kb)
Inclus ou requis: 21 fois
Référencé: 0 fois
Nécessite: 15 fichiers
 modules/Products/Products.php
 include/utils/ExportUtils.php
 config.php
 include/utils/utils.php
 modules/SalesOrder/SalesOrder.php
 include/logging.php
 modules/Contacts/Contacts.php
 user_privileges/default_module_view.php
 data/SugarBean.php
 modules/Quotes/Quotes.php
 include/database/PearDatabase.php
 modules/Emails/Emails.php
 data/CRMEntity.php
 modules/Notes/Notes.php
 modules/Calendar/Activity.php

Définit 1 class

Potentials:: (14 méthodes):
  Potentials()
  save_module()
  getSortOrder()
  getOrderBy()
  create_list_query()
  create_export_query()
  get_contacts()
  get_activities()
  get_products()
  get_stage_history()
  get_history()
  get_attachments()
  get_quotes()
  get_salesorder()


Classe: Potentials  - X-Ref

Potentials()   X-Ref
Pas de description

save_module($module)   X-Ref
Pas de description

getSortOrder()   X-Ref
Function to get sort order
return string  $sorder    - sortorder string either 'ASC' or 'DESC'


getOrderBy()   X-Ref
Function to get order by
return string  $order_by    - fieldname(eg: 'Potentialname')


create_list_query($order_by, $where)   X-Ref
Pas de description

create_export_query($order_by, $where)   X-Ref
Pas de description

get_contacts($id)   X-Ref
Pas de description

get_activities($id)   X-Ref
Pas de description

get_products($id)   X-Ref
Function to get Contact related Products

param: integer   $id  - contactid

get_stage_history($id)   X-Ref
Pas de description

get_history($id)   X-Ref
Function to get Potential related Task & Event which have activity type Held, Completed or Deferred.

param: integer   $id

get_attachments($id)   X-Ref
Function to get Potential related Attachments

param: integer   $id

get_quotes($id)   X-Ref
Function to get Potential related Quotes

param: integer   $id  - potentialid

get_salesorder($id)   X-Ref
Function to get Potential related SalesOrder

param: integer   $id  - potentialid



Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7