Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс StoreStockQuantity

Открытые статические члены

static getOutgoingQuantityForStores (array $userFilter=[])
 
static getOutgoingQuantityForProducts (array $userFilter=[])
 
static getOutgoingQuantityForProductsOnStore (int $storeId, array $userFilter=[])
 
static getReceivedQuantityForStores (array $userFilter=[])
 
static getReceivedQuantityForProducts (array $userFilter=[])
 
static getReceivedQuantityForProductsOnStore (int $storeId, array $userFilter=[])
 

Защищенные данные

const DEFAULT_DATE_INTERVAL = '-30D'
 

Подробное описание

См. определение в файле storestockquantity.php строка 13

Методы

◆ getOutgoingQuantityForProducts()

static getOutgoingQuantityForProducts ( array $userFilter = [])
static

Returns the received outgoing for each product for all stores

Аргументы
array$userFilter
Возвращает
array

См. определение в файле storestockquantity.php строка 53

◆ getOutgoingQuantityForProductsOnStore()

static getOutgoingQuantityForProductsOnStore ( int $storeId,
array $userFilter = [] )
static

Returns the overall outgoing quantity for each product in the store For the filter format,

См. также
StoreStockQuantity::getIncomingOutgoingQuantitiesFromDocuments
Аргументы
int$storeId
array$userFilter
Возвращает
array

См. определение в файле storestockquantity.php строка 76

◆ getOutgoingQuantityForStores()

static getOutgoingQuantityForStores ( array $userFilter = [])
static

Returns the overall outgoing quantity for each store For the filter format,

См. также
StoreStockQuantity::getIncomingOutgoingQuantitiesFromDocuments
Аргументы
array$userFilter
Возвращает
array

См. определение в файле storestockquantity.php строка 23

◆ getReceivedQuantityForProducts()

static getReceivedQuantityForProducts ( array $userFilter = [])
static

Returns the received quantity for each product for all stores

Аргументы
array$userFilter
Возвращает
array

См. определение в файле storestockquantity.php строка 120

◆ getReceivedQuantityForProductsOnStore()

static getReceivedQuantityForProductsOnStore ( int $storeId,
array $userFilter = [] )
static

Returns the received quantity for each product in the store For the filter format,

См. также
StoreStockQuantity::getIncomingOutgoingQuantitiesFromDocuments
Аргументы
int$storeId
array$userFilter
Возвращает
array

См. определение в файле storestockquantity.php строка 145

◆ getReceivedQuantityForStores()

static getReceivedQuantityForStores ( array $userFilter = [])
static

Returns the overall received quantity for each store For the filter format,

См. также
StoreStockQuantity::getIncomingOutgoingQuantitiesFromDocuments
Аргументы
array$userFilter
Возвращает
array

См. определение в файле storestockquantity.php строка 91

Данные класса

◆ DEFAULT_DATE_INTERVAL

const DEFAULT_DATE_INTERVAL = '-30D'
protected

См. определение в файле storestockquantity.php строка 15