Transfer items in inventory managment app

Hello,
I started to build my own app for my business (a bar) and i have many locations (warhouses) where i place my inventory. its important for me to know where the inventory is placed in any time. i want to make a feature in the app where i can transfer items between warhouses, for example:
transfer 20 bottles of vodka from warhouse A to warhouse B.
any ideas how can i do it?
thanks!

0 2 287
2 REPLIES 2

Any luck so far?

right now i am preparing an inventory system almost like yhe one you do,

i created the following tables:

  • Table for all products i have

  • Table for stores

  • Table for products in โ€œsupplyโ€

  • Table for products out โ€œExportโ€

  • Table for transfer between Stores from โ€œStore Aโ€ to โ€œStore Bโ€
    Each table has a column referencing the Store from Stores table
    so i can easily open the store detailed view and see the related Transferred Products and its Qty.

Top Labels in this Space