UserExportComponent
extends Injectable
in package
Class UserExportComponent
Table of Contents
Constants
- exportColoumDefs = ['client' => 'Client ID', 'user_country' => 'FBM Warehouse Country', 'company_country' => 'Company Country', 'vat_country' => 'VAT Country', 'vat_id' => 'VAT ID', 'vat_id_ok' => 'Valid VAT ID', 'start' => 'Validity Date Start', 'end' => 'Validity Date End', 'takeover' => 'Takeover by Hellotax', 'user_id' => 'User ID', 'is_active' => 'Active', 'access_blocked' => 'Access Blocked', 'permission' => 'Permission', 'api_status' => 'Tool Status', 'mws' => 'MWS Filled', 'product_ratio' => 'Product with Values', 'created_at' => 'Created', 'updated_at' => 'Last Update', "storage_detected_date" => "Storage Detected Date", "threshold_exceed_date" => "Threshold Exceeded Date"]
Properties
- $productCntList : mixed
- $trans : Translator
- $userList : mixed
- $userVatList : mixed
Methods
- __construct() : mixed
- extendUserList() : mixed
- formatUser() : mixed
- loadAdditionData() : mixed
Constants
exportColoumDefs
public
mixed
exportColoumDefs
= ['client' => 'Client ID', 'user_country' => 'FBM Warehouse Country', 'company_country' => 'Company Country', 'vat_country' => 'VAT Country', 'vat_id' => 'VAT ID', 'vat_id_ok' => 'Valid VAT ID', 'start' => 'Validity Date Start', 'end' => 'Validity Date End', 'takeover' => 'Takeover by Hellotax', 'user_id' => 'User ID', 'is_active' => 'Active', 'access_blocked' => 'Access Blocked', 'permission' => 'Permission', 'api_status' => 'Tool Status', 'mws' => 'MWS Filled', 'product_ratio' => 'Product with Values', 'created_at' => 'Created', 'updated_at' => 'Last Update', "storage_detected_date" => "Storage Detected Date", "threshold_exceed_date" => "Threshold Exceeded Date"]
Properties
$productCntList
public
mixed
$productCntList
= []
$trans read-only
public
Translator
$trans
$userList
public
mixed
$userList
= false
$userVatList
public
mixed
$userVatList
= []
Methods
__construct()
public
__construct([array<string|int, mixed> $userList = [] ]) : mixed
Parameters
- $userList : array<string|int, mixed> = []
extendUserList()
public
extendUserList() : mixed
formatUser()
public
formatUser(InfinitUserRow $row) : mixed
Parameters
- $row : InfinitUserRow
loadAdditionData()
public
loadAdditionData() : mixed