SaleExportCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Methods
- configure() : mixed
- execute() : mixed
- Executes the sale export process for the specified date range.
Methods
configure()
protected
configure() : mixed
execute()
Executes the sale export process for the specified date range.
protected
execute(InputInterface $input, OutputInterface $output) : mixed
This method retrieves sales data from the database based on the provided date range and other criteria. It generates a CSV file with the relevant sale information and logs the process. The method also updates the export log
Parameters
- $input : InputInterface
- $output : OutputInterface