sschreier / sschreierStoragelocationsw5

Storage locations at articles for Shopware 5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

storage locations at articles for Shopware 5

A shopware 5 plugin for recording the storage location at an article and output them at the order items. The storage location of an article can be entered in an own backend module, for example, in the format "Storage | Row | Rack | Pitch no." and will be assigned to the respective article via a selection field. The storage location of an article in the order views is always read from the article data and is therefore always up to date. Likewise, analogous to the invoice document or the delivery note, the pick list document can be generated, which, in addition to the customer data, contains the article number, the article name, the article quantity and the storage location of the ordered article.

How to install the plugin

via console (recommended)

  1. Download the latest sschreierStoragelocationsw5-master.zip.
  2. Unzip the zip file and rename the folder to sschreierStoragelocationsw5.
  3. Move the folder to the project folder custom/plugins/ .
  4. Connect to the console via ssh:
bin/console sw:plugin:refresh
bin/console sw:plugin:install sschreierStoragelocationsw5
bin/console sw:plugin:activate sschreierStoragelocationsw5

via zip upload

  1. Download the latest sschreierStoragelocationsw5-master.zip.
  2. Unzip the zip file and rename the folder to sschreierStoragelocationsw5.
  3. Zip the folder to sschreierStoragelocationsw5.zip.
  4. Upload the zip in the Shopware Backend.
  5. Install & Activate the plugin.

Plugin update (zip)

  1. Download the latest sschreierStoragelocationsw5-master.zip.
  2. Unzip the zip file and rename the folder to sschreierStoragelocationsw5.
  3. Zip the folder to sschreierStoragelocationsw5.zip.
  4. Upload the zip in the Shopware Backend.
  5. Update the plugin.

Images

assign the storage location to an article

assign the storage location to an article

create the storage locations in the own backend module

create the storage locations in the own backend module

storage location of an article in the order list view

storage location of an article in the order list view

storage location of an article in the order detail view

storage location of an article in the order detail view

storage location of an article on the pick list

storage location of an article on the pick list

About

Storage locations at articles for Shopware 5.


Languages

Language:PHP 62.2%Language:JavaScript 30.2%Language:Smarty 7.6%