ViisonPickwareERPWarehouseManagement

Extends \Shopware\Plugins\ViisonCommon\Controllers\ViisonCommonBaseController

Backend controller for the warehouse management module.

package

Default

Methods

Creates one or more bin locations using the POSTed data.

createBinLocationsAction() 

Creates one or more warehouses using the POSTed data.

createWarehousesAction() 

Deletes the POSTed bin locations.

deleteBinLocationsAction() 

Deletes the POSTed warehouses.

deleteWarehousesAction() 

Validates the POSTed components and uses them to create all possible, not yet existing bin locations, which are then added to the warehouse with the given ID.

generateBinLocationsAction() 

Responds a paginated, filtered and sorted list of bin location article detail mapping data.

getBinLocationArticleDetailListAction() 

Responds a paginated, filtered and sorted list of bin locations.

getBinLocationListAction() 

Uses the POSTed components to create a single bin location code as well as to calculate the number of bin location codes possible for the code components.

getExampleBinLocationAction() 

Responds a paginated, filtered and sorted list of warehouses.

getWarehouseListAction() 

Validates the POSTed components and saves them in the warehouse with the given ID.

saveBinLocationFormatComponentsAction() 

Updates one or more existing bin locations using the POSTed data.

updateBinLocationsAction() 

Updates one or more existing warehouses using the POSTed data.

updateWarehousesAction()