Not all options available

Hi,
I am trying to configure depot according to our needs, but I am not able to do everyting. 1st, I am not able to set the product to the Bin location.
I have bin location configured in Location Types as follows:


I created Bin Locations in the location:

However, I am not able to set the correct bin location of the product:

Do I have to perform additional steps to be able to assign bin location to the item?

2nd thing is related to the stock transfer. I do not have such an option in the Inventory item:
obraz

I am using open OpenBoxes v.0.8.21 installed on the Ubuntu 18.04 with the super-user priviledges.
Thank you for your support!

Check your Depot location type under Configuration > Location Types. There’s no explicit “bin location” feature to enable. Instead, we derive whether the “bin location” feature is enabled by checking whether that location or location type has any of the supported activities (feature) that rely on the existence of a bin location.

Aside: At the time I thought I was being clever, but I’m realizing that we probably need to add a supported activity to explicitly enable bin locations just so this isn’t so confusing.

So make sure that you have enabled either or both of the following two supported activities

  • Putaway Stock
  • Pick Stock

Here’s a screenshot of the default Depot location type.

Thanks, now it is working as expected.
I also have a question about performing consumption of the products. At this moment I am doing this via “Adjust stock” option in the Electronic Stock Card:


Is it correct way of doing this?

Yes, that’s one way to do it.

Assuming you have enabled Adjust Inventory as a supported activity

… you can also adjust inventory for multiple inventory items at a time (Inventory > Manage Inventory).

If you care about tracking the consumption transaction in a more fine-grained but predictable manner you can also use the Stock Transfer or Stock Movement features. In other words, if there’s more to the process and you want to track some of the metadata (dates, people, etc) as well as any inventory exceptions (e.g. damage, scrap, wastage) then you can use these more advanced features to implement your desired workflows.

For example, let’s say you are trying to implement (or at least mimic) a manufacturing process where raw materials are transferred (from a storage facility to a production facility or workstation), consumed, and then returned to storage as a finished good.

For that process, I would create a “production” location to represent where the stock was being sent and consumed and then use a Stock Movement to move the stock to that location. Once the transfer is complete I can log into that production location, consume the raw materials, and record stock for a finished product (potentially, with a manually generated lot number or serial number). And then I can transfer that finished item back to the storage facility.

Note: Since we don’t currently have a manufacturing feature, the work to consume the raw materials and produce the finished goods will need to be done manually.

In the future, I would like to streamline some of these processes to automatically consume the raw materials based on a bill of materials, available stock of raw materials, and desired quantity to produce. Or we could also integrate OpenBoxes with a proper manufacturing system and let that system handle the planning and production steps.

Let me know if you have any other questions.