Backend controller used for auto loading common Ext JS modules for supplier and supplier order management.
package |
Default |
---|
getArticleDetailListAction()
Remark: This method returns articles regardless of their current stock management status, meaning that articles, whose stock is managed, are returned as well as those, whose stock is not managed. This is based on the rational, that customers may sell products, whose exact stock amount is not important (e.g. huge amount with very low purchase price) and which are reordered "at sight". Nevertheless managed articles are treated with higher priority: they are always listed before the unmanaged ones regardless of any custom sorting.
getFabricatorListAction()
unrollIdBlacklistFilter(array $filter, string $idBlacklistFilterName, string $tableName, string $tableFieldKey, string $modelFieldKey, string $filterTableFieldKey = 'supplierId') : array
array
string
string
string
string
string
(optional, default 'supplierId')
array
unrollQueryBlacklistFilter(array $filter, string $blacklistFilterName, string $modelFieldKey, string $query) : array
array
string
string
string
array
NONE
REORDER