Forum Discussion
EdwardHefter
4 years agoQrew Cadet
The way I've traditionally seen this done is that the items coming in from Purchase Orders (or Transfer Orders or whatever signals someone else to send material to you) go either to a project or into inventory. If they go to a project, it is pretty straightforward and it sounds like you are set up for that. If they go into inventory, you start to run into a lot of decisions to make, most of them dealing with accounting practices instead of “real world” tracking of items.
The simplest is to just keep track of how many of each item are in inventory, and the Purchase Orders make the quantity go up and transferring inventory to different Projects make the quantity go down. From an accounting perspective (since the same item may cost something different depending on how many you buy or when you buy, like steel and wood products!), you may need to keep track of which Purchase Order an item came in on and which specific item gets transferred to a Project. Sure, one WidgetXYZ is exactly the same as a different WidgetXYZ, but if they had different costs when they came in, there will be a different cost assigned to the Project.
There are other ways to keep track of inventory (inventory cost more than inventory), like FIFO or LIFO which can get complicated, too.
For just generally keeping track of how many items you have, though, having a bucket called inventory should work. If you want to just have a Project called Inventory, that should work too, if there is a way in your system to transfer items from one Project to another.
------------------------------
Edward Hefter
www.Sutubra.com
------------------------------
The simplest is to just keep track of how many of each item are in inventory, and the Purchase Orders make the quantity go up and transferring inventory to different Projects make the quantity go down. From an accounting perspective (since the same item may cost something different depending on how many you buy or when you buy, like steel and wood products!), you may need to keep track of which Purchase Order an item came in on and which specific item gets transferred to a Project. Sure, one WidgetXYZ is exactly the same as a different WidgetXYZ, but if they had different costs when they came in, there will be a different cost assigned to the Project.
There are other ways to keep track of inventory (inventory cost more than inventory), like FIFO or LIFO which can get complicated, too.
For just generally keeping track of how many items you have, though, having a bucket called inventory should work. If you want to just have a Project called Inventory, that should work too, if there is a way in your system to transfer items from one Project to another.
------------------------------
Edward Hefter
www.Sutubra.com
------------------------------
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
------------------------------