Class LC_Page_Admin_Total

Description

売上集計 のページクラス.

  • author: LOCKON CO.,LTD.
  • version: $Id$

Located in /class/pages/admin/total/LC_Page_Admin_Total.php (line 38)

LC_Page
   |
   --LC_Page_Admin_Total
Direct descendents
Class Description
LC_Page_Admin_Total_Ex 売上集計 のページクラス(拡張).
Method Summary
void destroy ()
void init ()
void lfCheckError ()
void lfGetCSVColum ( $page, [ $key = ""])
void lfGetDataColCSV ( $arrData,  $arrDataCol)
void lfGetDataColPDF ( $arrData,  $arrDataCol,  $len)
void lfGetGraphBar ( $arrResults,  $keyname,  $type,  $xtitle,  $ytitle,  $sdate,  $edate)
void lfGetGraphLine ( $arrResults,  $keyname,  $type,  $xtitle,  $ytitle,  $sdate,  $edate)
void lfGetGraphPie ( $arrResults,  $keyname,  $type, [ $title = ""], [ $sdate = ""], [ $edate = ""])
void lfGetGraphPng ( $keyname)
void lfGetOrderAge ( $type,  $sdate,  $edate,  &$objPage, [ $graph = true])
void lfGetOrderJob ( $type,  $sdate,  $edate,  &$objPage, [ $graph = true])
void lfGetOrderMember ( $type,  $sdate,  $edate,  &$objPage, [ $graph = true])
void lfGetOrderProducts ( $type,  $sdate,  $edate,  &$objPage, [ $graph = true], [ $mode = ""])
void lfGetOrderTerm ( $type,  $sdate,  $edate,  &$objPage, [ $graph = true])
void lfGetPDFColum ( $page,  $type, [ $key = ""])
void lfGetWhereMember ( $col_date,  $sdate,  $edate,  $type, [ $col_member = "customer_id"])
void lfInitParam ()
void lfPDFDownload ( $image,  $table,  $arrColSize,  $arrAlign,  $sdate,  $edate,  $title, [ $page = ""])
void process ()
Variables
Methods
destroy (line 281)

デストラクタ.

void destroy ()

Redefinition of:
LC_Page::destroy()
デストラクタ.

Redefined in descendants as:
init (line 48)

Page を初期化する.

void init ()

Redefinition of:
LC_Page::init()
Page を初期化する.

Redefined in descendants as:
lfCheckError (line 404)
void lfCheckError ()
lfGetCSVColum (line 1024)
void lfGetCSVColum ( $page, [ $key = ""])
  • $page
  • $key
lfGetDataColCSV (line 884)
void lfGetDataColCSV ( $arrData,  $arrDataCol)
  • $arrData
  • $arrDataCol
lfGetDataColPDF (line 897)
void lfGetDataColPDF ( $arrData,  $arrDataCol,  $len)
  • $arrData
  • $arrDataCol
  • $len
lfGetDateDefault (line 354)
void lfGetDateDefault ()
lfGetGraphBar (line 536)
void lfGetGraphBar ( $arrResults,  $keyname,  $type,  $xtitle,  $ytitle,  $sdate,  $edate)
  • $arrResults
  • $keyname
  • $type
  • $xtitle
  • $ytitle
  • $sdate
  • $edate
lfGetGraphLine (line 427)
void lfGetGraphLine ( $arrResults,  $keyname,  $type,  $xtitle,  $ytitle,  $sdate,  $edate)
  • $arrResults
  • $keyname
  • $type
  • $xtitle
  • $ytitle
  • $sdate
  • $edate
lfGetGraphPie (line 486)
void lfGetGraphPie ( $arrResults,  $keyname,  $type, [ $title = ""], [ $sdate = ""], [ $edate = ""])
  • $arrResults
  • $keyname
  • $type
  • $title
  • $sdate
  • $edate
lfGetGraphPng (line 582)
void lfGetGraphPng ( $keyname)
  • $keyname
lfGetOrderAge (line 733)

年代別集計 *

void lfGetOrderAge ( $type,  $sdate,  $edate,  &$objPage, [ $graph = true])
  • $type
  • $sdate
  • $edate
  • &$objPage
  • $graph
lfGetOrderJob (line 705)

職業別集計 *

void lfGetOrderJob ( $type,  $sdate,  $edate,  &$objPage, [ $graph = true])
  • $type
  • $sdate
  • $edate
  • &$objPage
  • $graph
lfGetOrderMember (line 636)

会員別集計 *

void lfGetOrderMember ( $type,  $sdate,  $edate,  &$objPage, [ $graph = true])
  • $type
  • $sdate
  • $edate
  • &$objPage
  • $graph
lfGetOrderProducts (line 674)

商品別集計 *

void lfGetOrderProducts ( $type,  $sdate,  $edate,  &$objPage, [ $graph = true], [ $mode = ""])
  • $type
  • $sdate
  • $edate
  • &$objPage
  • $graph
  • $mode
lfGetOrderTerm (line 772)

期間別集計 *

void lfGetOrderTerm ( $type,  $sdate,  $edate,  &$objPage, [ $graph = true])
  • $type
  • $sdate
  • $edate
  • &$objPage
  • $graph
lfGetPDFColum (line 909)
void lfGetPDFColum ( $page,  $type, [ $key = ""])
  • $page
  • $type
  • $key
lfGetWhereMember (line 593)
void lfGetWhereMember ( $col_date,  $sdate,  $edate,  $type, [ $col_member = "customer_id"])
  • $col_date
  • $sdate
  • $edate
  • $type
  • $col_member
lfInitParam (line 381)
void lfInitParam ()
lfPDFDownload (line 286)
void lfPDFDownload ( $image,  $table,  $arrColSize,  $arrAlign,  $sdate,  $edate,  $title, [ $page = ""])
  • $image
  • $table
  • $arrColSize
  • $arrAlign
  • $sdate
  • $edate
  • $title
  • $page
lfSaveDateSession (line 335)
void lfSaveDateSession ()
process (line 90)

Page のプロセス.

void process ()

Redefinition of:
LC_Page::process()
Page のプロセス.

Redefined in descendants as:

Inherited Methods

Inherited From LC_Page

LC_Page::allowClientCache()
LC_Page::destroy()
LC_Page::getLocation()
LC_Page::getRootPath()
LC_Page::getToken()
LC_Page::init()
LC_Page::isValidToken()
LC_Page::p()
LC_Page::process()
LC_Page::reload()
LC_Page::sendRedirect()

Documentation generated on Tue, 28 Apr 2009 18:11:57 +0900 by phpDocumentor 1.4.2