Krayin inventory transfer extension allows Krayin CRM users to transfer stocks between the same warehouses or different.
Inventory transfer can be partial or complete transfer. During the transfer of the inventory between two warehouses, it can be chosen, loaded, in transit and received.
In addition, to manage the purchase orders, you can check the Krayin purchase ordering extension.
- Transfer of bac to bac – easily transfer inventory items between different bins in the same warehouse.
- Partial operation of inventory picking
- Partial inventory receipt operation.
- Warehouse warehouse transfer – Facilitate smooth and effective stock transfer between different warehouse locations.
- Monitor the stock levels between warehouses to ensure optimal distribution and avoid stocks or overflow.
- Change the journal function to follow each work managed on the transfer of inventory.
- Add notes, files and can print inventory printing.
To install the Krayin inventory transfer extension, follow these detailed steps:
Extract and merge files::
- Decompress the extension package.
- Merge the
packages
Extension file in the root directory of your Krayin CRM project.
Update the automatic composer::
"Webkul\InventoryTransfer\": "packages/Webkul/InventoryTransfer/src"
- Open it
composer.json
file in the root of your project. - Below
'psr-4'
Section, add the following line to ensure proper functioning of the implementation of the extension:
"Webkul\\InventoryTransfer\\": "packages/Webkul/InventoryTransfer/src"
Save the service provider::
- In the
config/app.php
file, locate the'providers'
painting. - Add the following line to record the inventory transfer service provider:
Webkul\InventoryTransfer\Providers\InventoryTransferServiceProvider::class,
Save the module service provider::
- In the
config/concord.php
file, locate the'modules'
painting. - Add the following line to record the inventory transfer service provider:
Webkul\InventoryTransfer\Providers\ModuleServiceProvider::class,
Configure assets quickly::
- Open it
config/krayin-vite.php
deposit. - Below
'viters'
Section, add the following configuration for the inventory transfer extension:
'inventory_transfer' => [ 'hot_file' => 'inventory-transfer-vite.hot', 'build_directory' => 'inventory-transfer/build', 'package_assets_directory' => 'src/Resources/assets', ],
Update the automatic composer::
- Run the following command to update Autoload COMPOSE files:
composer dump-autoload
Execute migration of the database::
– Run the following command to migrate the necessary tables in your database:
php artisan migrate
Sow the database::
- Generate the necessary data by operating:
php artisan db:seed --class=\Webkul\InventoryTransfer\Database\Seeders\DatabaseSeeder
Publish static assets::
- Finally, publish the static assets of the extension to the public directory with the following order:
php artisan vendor:publish --provider=\Webkul\InventoryTransfer\Providers\InventoryTransferServiceProvider
Connect to the administration backend and browse the parameters-> warehouse.
Here, add and manage the warehouses if necessary.
Create a warehouse and will be listed in the respective section.

Now, for a respective warehouse, press the Display button and access the location section.

Here, the user must add the warehouse lines and the locations of the columns.
To do this, press the Add location button.

Now enter the name of the location like Row1column2SHELVE1 (R1C2S1) and save it.
The location saved is visible for the warehouse.

Allow the location of the warehouse – products
Access product lists and press the respective product display option.

Now go to the stocks section and press the Assign link for the respective warehouse.

Enter the product location in the warehouse and press the Save button after that.

Finally, the location of the warehouse is assigned to the product.
Bac to bac – Inventory transfer in the same warehouse
Navigate in inventory transfers-> Create an inventory transfer and create a new transfer.

Now select in and towards the inventory transfer of the warehouse next to it add the reference number.

The inventory transfer of the bac to bac is created in the pending state.

Measures:
Add products –
Press the Add Products to add the product inventory to transfer to the same warehouse.

Keep the product locations now and press ADD.

Once the product is added, it is displayed as below.

Choose products:
Press the Pick Products option. In addition, you can add a note or fixation next to it or cancel the transfer.

Enter the amount of choice and press save after that.

Press, receive the inventory to receive the inventory and allocate to the same warehouse.

The inventory is received.

The transfer of respective inventory shows the status as received.

Inventory transfer – between different warehouses
Navigate in inventory transfers-> Create an inventory transfer and create a new transfer.

Now select the FROM and TO warehouses and set a reference number and press the Save button.

The inventory transfer section appears.

Measures:
Add products –
Press the Add Products to add the inventory of products to transfer to another warehouse.

Now define the product locations.

Once the product is added, it is displayed as below.

Choose products:
Press the Pick Products option. In addition, you can add a note or fixation next to it or cancel the transfer.

Partial shipping and full shipping option available.
Partial::
To send the partial inventory, enter the amount of choice and press the backup.

Inventory transfer is successfully created.

Now press the loading option and enter the description and save.

You can see the inventory display as a loaded.

Now press the Send inventory option and enter the shipping method and tracking number and save.

The transfer will be successfully updated.

The other user of the warehouse will now receive an inventory by supporting the reception option for receipt.

After that, the inventory must be awarded a location in the warehouse and press Save.

Now you can see that the inventory is partially received.

The user can see the state partially received for the partial inventory received.

Remaining inventory transfer:
Press the Pick Inventory button and automatically filling the remaining inventory, Press Save.

Inventory transfer for completion initiates.

When loading the inventory, add the description of the same thing and press save.

After loading the inventory, you can see the success message for the same.

Add the shipping method and tracking number and press save.

Receive the inventory and attribute the location of the inventory warehouse.

After the safeguard, the inventory is received and transfers.

The receiver user can now check that inventory transfer is fully completed.

So it was a lot on the Krayin inventory transfer extension
Version of the supported frame – 2.0.2
Comments are closed, but trackbacks and pingbacks are open.