Transfer number of products from one warehouse to another

Hello

I just started with glideapp and I’m building a custom inventory management app. I am trying to create the option for transfering goods/products from one warehous to another. Please any sugestion?

I already created the list of products, multi wearhouses, and need to register transfer products from main warehous to the others, but could not find the relation as it does not allow me to create a form which would allow me to chose the product, output from one warehouse, and than input to another warehouse.

Thanks in advance.

So do you have a field to store the warehouse ID that is tied to the products in the Products table?

My thinking is, if you need to store the “log” of moving as well:

  • Create a Logs table.
  • In the details screen of the product, create a form that choose the new warehouse’s ID for the product to be moved to. Make sure you also log the product ID in the log.
  • Create a relation in the Products table using the product ID, to the Logs table.
  • Use a single column > last to get the last Warehouse ID tied to the product.

With the approach above, you would also need to think about how to log the first warehouse ID when the product is added to the system.

2 Likes

Hopefully you will find this Live Build from Loqode school helpful. Marco shows warehouse transfer set up in this video. Mind you, it is a multi-session build. The following is episode 2.

Are you Marco’s new marketing manager? :joy:

(just kidding - his stuff is always great)

1 Like

:sweat_smile: I am lacking my own Glide skills but want to be helpful to the community and Loqode school is where I dwell :rofl: :rofl:
I am also probably biased due to being his fiancé :blush:

5 Likes

Today I learned. We can allow this type of bias :sweat_smile: .

2 Likes

Thanks a lot ThinhDinh for your instruction, for sure need to work more on these.

I found it very helpful, there are many good things that I’m going to implement.

Please, may you share with me also the other parts/episodes of same Build Session? I checked in YouTube channel, seems that are not listed…
:handshake:

Thanks a lot :wave:

1 Like

Have you checked at http://loqode.com/

1 Like

yep. I just asked for joining :slight_smile:

Thanks

2 Likes