ViisonPickwareERPStockOverview

Extends \Shopware\Plugins\ViisonCommon\Controllers\ViisonCommonBaseController

package

Default

Methods

getArticles

getArticles( $start,  $limit,  $filterStr = '',  $filterStockProblems = false,  $orderBy = '',  $direction = '',  $planningFrom = null,  $planningTo = null) : array<mixed,>
static
Throws
\Zend_Db_Statement_Exception

Arguments

$start

$limit

$filterStr

$filterStockProblems

$orderBy

$direction

$planningFrom

$planningTo

Response

array<mixed,>

Fetches and responds all articles, which don't have a stock entry yet.

getArticlesAction() 

getOrdersAction

getOrdersAction() 
Throws
\Zend_Db_Statement_Exception

Returns a selection query for the amount of ordered but not sent articles using GREATEST function, so we never get negative values for quantity-shipped, this could occur when an order position gets canceled but the merchandise won't be added to the stock again (broken article). We also deduct any shipped quantity if ViisonPickwareMobile is installed.

getSelectOpenSumQuery() : string
static

Response

string

getViewParams

getViewParams() : array

Response

array

salesByDayAction

salesByDayAction() 
Throws
\Zend_Db_Statement_Exception

updateArticleAction

updateArticleAction()