AbstractVatEcReportGeneratorComponent
extends ReportGeneratorComponent
in package
AbstractYes
Table of Contents
Constants
- LIST_HEAD = []
- REPORT_EXTENSION = 'xlsx'
- REPORT_HEAD = []
- REPORT_HEAD_FILENAME = ''
- REPORT_TYPE_NAME = 'GENERAL'
- ROLL_REF = []
- ROLL_SUM = []
- SQLDIR = APP_PATH . 'Report' . DS . 'sql' . DS
- SUM_HEAD = []
Properties
- $report : mixed
Methods
- __construct() : mixed
- createGenerator() : mixed
- done() : mixed
- generate() : mixed
- getFilename() : mixed
- getFullFilename() : mixed
- getRawSqlFile() : mixed
- getReportDataFor() : mixed
- getReportSummaryHeadFor() : mixed
- getSqlFile() : mixed
- getStorageFilename() : mixed
- prepareSaveDir() : mixed
Constants
LIST_HEAD
public
mixed
LIST_HEAD
= []
REPORT_EXTENSION
public
mixed
REPORT_EXTENSION
= 'xlsx'
REPORT_HEAD
public
mixed
REPORT_HEAD
= []
REPORT_HEAD_FILENAME
public
mixed
REPORT_HEAD_FILENAME
= ''
REPORT_TYPE_NAME
public
mixed
REPORT_TYPE_NAME
= 'GENERAL'
ROLL_REF
public
mixed
ROLL_REF
= []
ROLL_SUM
public
mixed
ROLL_SUM
= []
SQLDIR
public
mixed
SQLDIR
= APP_PATH . 'Report' . DS . 'sql' . DS
SUM_HEAD
public
mixed
SUM_HEAD
= []
Properties
$report
public
mixed
$report
Methods
__construct()
public
__construct(Report $report[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
- $report : Report
- $opt : array<string|int, mixed> = []
createGenerator()
public
static createGenerator(Report $report[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
- $report : Report
- $opt : array<string|int, mixed> = []
done()
public
done() : mixed
generate()
public
generate() : mixed
getFilename()
public
getFilename([mixed $opt = [] ]) : mixed
Parameters
- $opt : mixed = []
getFullFilename()
public
getFullFilename([mixed $opt = [] ]) : mixed
Parameters
- $opt : mixed = []
getRawSqlFile()
public
static getRawSqlFile(mixed $filename) : mixed
Parameters
- $filename : mixed
getReportDataFor()
public
static getReportDataFor(mixed $db, int $user_id, int $country, int $month) : mixed
Parameters
- $db : mixed
- $user_id : int
- $country : int
- $month : int
getReportSummaryHeadFor()
public
static getReportSummaryHeadFor(mixed $db, int $user_id, int $country, int $month) : mixed
Parameters
- $db : mixed
- $user_id : int
- $country : int
- $month : int
getSqlFile()
public
static getSqlFile(mixed $filename) : mixed
Parameters
- $filename : mixed
getStorageFilename()
public
getStorageFilename([mixed $opt = [] ]) : mixed
Parameters
- $opt : mixed = []
prepareSaveDir()
public
prepareSaveDir([mixed $opt = [] ]) : mixed
Parameters
- $opt : mixed = []