SaleSavStatisticsCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class SaleSavStatisticsCommand
Table of Contents
Properties
- $dbConnection : mixed
- $originAgentTable : mixed
- $originManufactureSavTable : mixed
- $originProductSavTable : mixed
- $output : mixed
Methods
- configure() : mixed
- execute() : int|void|null
- initTablesRapportAgentsStat() : void
- create select table for statistic Agent Sav
- initTablesRapportManufactureStat() : void
- create select table for statistic manufacture Sav
- savAgentStat() : void
- savManufactureStat() : void
Properties
$dbConnection
private
mixed
$dbConnection
$originAgentTable
private
mixed
$originAgentTable
= 'mz_rapport_agent_sav_stat'
$originManufactureSavTable
private
mixed
$originManufactureSavTable
= 'mz_rapport_manufacture_sav_stat'
$originProductSavTable
private
mixed
$originProductSavTable
= 'mz_rapport_product_sav_stat'
$output
private
mixed
$output
Methods
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
int|void|nullinitTablesRapportAgentsStat()
create select table for statistic Agent Sav
protected
initTablesRapportAgentsStat() : void
initTablesRapportManufactureStat()
create select table for statistic manufacture Sav
protected
initTablesRapportManufactureStat() : void
savAgentStat()
protected
savAgentStat() : void
savManufactureStat()
protected
savManufactureStat() : void