Forum Discussion
AnnieRyden
4 years agoQrew Member
Hi Edward!!
Thanks so much for your reply. I really appreciate it. We need to track purchase orders and purchase order lines as well so I think this is the right path. I had found this post from Mark Schnier yesterday and am trying to figure out how to apply this concept to our business:
I'm just wondering how I could create product lines without having to manually create associated purchase order receipt lines now.
------------------------------
Annie Ryden
------------------------------
Thanks so much for your reply. I really appreciate it. We need to track purchase orders and purchase order lines as well so I think this is the right path. I had found this post from Mark Schnier yesterday and am trying to figure out how to apply this concept to our business:
Response from mark shnier:
One Item has many Order Item Lines (ie the order lines)
One Item has many Purchase Order Receipt Lines (somehow you also need to increase inventory, typically via a Purchase Order Header with Many Purchase Order Lines)
One Item has Many manual adjustments (for say cycle counts or damage / loss adjustments.
Then you create a summary field of the total qty on Invoice Order Lines.
Then you create a summary field of the total received on Purchase Orders.
Then you create a summary field of the total manual adjustments.
Then on the item record you create a formula to calculate the current inventory balance.
[Total received] - [Total on orders] + [Total manual adjustments]
Would this mean that I need another table for purchase order lines? In our case one project has many products and many purchase order receipt lines. So I'm thinking my setup should be a parent table: "projects" with two child tables "products" and "purchase order receipt lines".
I'm just wondering how I could create product lines without having to manually create associated purchase order receipt lines now.
------------------------------
Annie Ryden
------------------------------
EdwardHefter
4 years agoQrew Cadet
Depending on how complicated you need to get, you can avoid having another table for PO lines. I set up a system that has the Projects with the Products line, and one field on the Product line is the PO number. There are other fields for the expected date, the actual date it arrived, the serial number (we need to track it), etc. But... this approach doesn't easily allow for Product going in to inventory. You could do it by having an "Inventory" Project, but then you would need a way for the user to move Product from one Project to another.
Having another table for POs and their PO lines gives you much more flexibility. You can have one PO that brings in Product for multiple Projects. You can do RMAs. You can track whether a PO has been received completely. You can do cost tracking.
Are you familiar with Pipelines? You can have one that creates the PO skeleton (parent table and PO lines, but no vendor, prices, expected delivery dates, etc.) whenever Product is added to a Project. There are probably a few other ways to do it, depending on what you want to accomplish.
------------------------------
Edward Hefter
www.Sutubra.com
------------------------------
Having another table for POs and their PO lines gives you much more flexibility. You can have one PO that brings in Product for multiple Projects. You can do RMAs. You can track whether a PO has been received completely. You can do cost tracking.
Are you familiar with Pipelines? You can have one that creates the PO skeleton (parent table and PO lines, but no vendor, prices, expected delivery dates, etc.) whenever Product is added to a Project. There are probably a few other ways to do it, depending on what you want to accomplish.
------------------------------
Edward Hefter
www.Sutubra.com
------------------------------