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

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

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

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

const DEFAULT_DATE_INTERVAL = '-30D'
 

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

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

Методы

◆ 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 строка 53

◆ 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 строка 22

◆ 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 строка 105

◆ 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 строка 73

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

◆ DEFAULT_DATE_INTERVAL

const DEFAULT_DATE_INTERVAL = '-30D'
protected

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