コード例 #1
0
ファイル: FiInvoice.php プロジェクト: jasonhai/onehome
 /**
  * @Author: ANH DUNG Sep 15, 2014
  * @Todo: calc report
  * @Param: $model model 
  */
 public static function ToExcelReport()
 {
     if (isset($_SESSION['REPORT_DATA']['COUNT_TRANS']) && isset($_GET['to_excel'])) {
         ExportExcel::ReportFinancial();
     }
 }