I tried doing this a while back for inventory of equipment for resale,
but the problem I ran into is that it was hard to keep track of
identical items purchased for different amounts at different times,
and use that as a basis for sale price.
- Zack
> I tried doing this a while back for inventory of equipment for resale,
> but the problem I ran into is that it was hard to keep track of
> identical items purchased for different amounts at different times,
> and use that as a basis for sale price.
Something that I'm going to implement this month is the ability to use
commodity "notes" as a price indicator. For example:
2010-08-08 Sample
Assets:Inventory 1 HOME (120 Broadway) @ $10,000
Equity
2010-08-10 Sample
Assets:Inventory 1 HOME (245 Eastwick) @ $30,000
Equity
2010-08-20 Sample
Assets:Cash 1 HOME (120 Broadway) @ $15,000
Income:Profit $-5,000
Assets:Inventory
John
> Varying purchase prices for a single inventory item is where things
> get tricky. I would need a way to record each purchase price and
> ledger's reporting facilities would also need to be aware of what
> method of inventory valuation I am using (LIFO, FIFO, weighted
> average, etc.).
Ledger does not automate "lot" selection in any way, such as LIFO or FIFO.
These must be manually modelled by the user, if desired.
John