См. определение в файле 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
См. определение в файле 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
См. определение в файле storestockquantity.php строка 73
◆ DEFAULT_DATE_INTERVAL
const DEFAULT_DATE_INTERVAL = '-30D' |
|
protected |