- FIFO and LIFO cannot be implemented because you can have several inventory transactions on the same day with different purchase price and Manager would not be able to sort them within the day as it doesn’t store time of the transaction. And for most transactions, time of transaction is not even known nor relevant. Perpetual weighted average method elegantly solves this problem as it doesn’t rely on time of transaction, just a date.
- Straight-line and other depreciation methods are going to be implemented.
5 Likes