# Wholesale - order layout adding goods to products table

**URL:** https://community.glideapps.com/t/wholesale-order-layout-adding-goods-to-products-table/69939
**Category:** Ask for Help
**Created:** [January 24, 2024, 12:57pm UTC](https://community.glideapps.com/t/wholesale-order-layout-adding-goods-to-products-table/69939 "2024-01-24T12:57:31Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Dominik\_Hudzik](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dominik_hudzik/32/68223_2.png) [@Dominik\_Hudzik](https://community.glideapps.com/u/Dominik_Hudzik)
#### Post date: [January 24, 2024, 12:57pm UTC](https://community.glideapps.com/t/wholesale-order-layout-adding-goods-to-products-table/69939/1 "2024-01-24T12:57:31Z")

</div>

hi,  
I’m working on wholesale app.  
I’ve tables with orders and products.  
How can I map a workflow:  
when I receive a shipment  
I should find order matching this shipment  
and system should add quantity of this product in our stack.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 24, 2024, 11:47pm UTC](https://community.glideapps.com/t/wholesale-order-layout-adding-goods-to-products-table/69939/2 "2024-01-24T23:47:36Z")

</div>

> [@Dominik\_Hudzik](#):
>
> when I receive a shipment  
> I should find order matching this shipment

So for this part what would you enter into the app? What will be your criteria of matching?

---

<div class="post-metadata">

### Author: ![Dominik\_Hudzik](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dominik_hudzik/32/68223_2.png) [@Dominik\_Hudzik](https://community.glideapps.com/u/Dominik_Hudzik)
#### Post date: [January 29, 2024, 6:15am UTC](https://community.glideapps.com/t/wholesale-order-layout-adding-goods-to-products-table/69939/3 "2024-01-29T06:15:27Z")

</div>

I’ve decided to add shipment table.  
Automation based on it will add or remove goods from warehouse.  
And order table will be connected to shipment table.

---

<div class="post-metadata">

### Author: ![Dominik\_Hudzik](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dominik_hudzik/32/68223_2.png) [@Dominik\_Hudzik](https://community.glideapps.com/u/Dominik_Hudzik)
#### Post date: [January 29, 2024, 7:08am UTC](https://community.glideapps.com/t/wholesale-order-layout-adding-goods-to-products-table/69939/5 "2024-01-29T07:08:49Z")

</div>

There might be a partial shipment  
and the same good delivered by different suppliers

This is my first system in Glide so I’m going to have more tables. I hope this will help me to have better workflow.
