[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/modules/Accounts/ -> Account.php (sommaire)

(pas de description)

Poids: 758 lignes (32 kb)
Inclus ou requis: 1 fois
Référencé: 0 fois
Nécessite: 17 fichiers
 modules/Invoice/Invoice.php
 modules/Potentials/Opportunity.php
 user_privileges/default_module_view.php
 modules/Contacts/Contact.php
 modules/Products/Product.php
 include/utils/ExportUtils.php
 modules/Emails/Email.php
 config.php
 modules/Quotes/Quote.php
 include/utils/utils.php
 modules/Notes/Note.php
 include/logging.php
 modules/SalesOrder/SalesOrder.php
 data/SugarBean.php
 include/database/PearDatabase.php
 data/CRMEntity.php
 modules/Calendar/Activity.php

Définit 1 class

Account:: (15 méthodes):
  Account()
  getSortOrder()
  getOrderBy()
  get_contacts()
  get_opportunities()
  get_activities()
  get_history()
  get_attachments()
  get_quotes()
  get_invoices()
  get_salesorder()
  get_tickets()
  get_products()
  create_export_query()
  getColumnNames_Acnt()


Classe: Account  - X-Ref

Account()   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: 'accountname')


get_contacts($id)   X-Ref
Pas de description

get_opportunities($id)   X-Ref
Pas de description

get_activities($id)   X-Ref
Pas de description

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

param: integer   $id      - accountid

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

param: integer   $id      - accountid

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

param: integer   $id      - accountid

get_invoices($id)   X-Ref
Function to get Account related Invoices

param: integer   $id      - accountid

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

param: integer   $id      - accountid

get_tickets($id)   X-Ref
Function to get Account related Tickets

param: integer   $id      - accountid

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

param: integer   $id      - accountid

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

getColumnNames_Acnt()   X-Ref
Pas de description



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