PDA

View Full Version : [SOLVED:] FIFO, LIFO, Inventory system



hareshvalani
01-21-2021, 11:40 PM
hello everyone





this is my 1st post here


i want to create inventory which i want to use fifo & lifo system,
i have 6 table likes open stock, purchase, sales, purchase return, sales return, dead stock, now i want to implement fifo & lifo method inventory with valuation of closing stock or current stock

experts please guide me how to implement this

OBP
01-22-2021, 06:46 AM
I am not sure why you would want ot use opposing systems at the same time but I think that basically all that is required is an "Entered Stock Date" field which can be used in 2 queries, one to sort in ascending order and one to sort in descending order.

hareshvalani
01-25-2021, 02:53 AM
thank you for your good idea i do the same

i found one excel file which have fifo system and i used that code for my project
most of my needs will end after i full use that code & implement as per my needs

once again thanks for replay