CodeIgniter Forums
Anybody have any experience createing an inventory table that uses FIFO? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Anybody have any experience createing an inventory table that uses FIFO? (/showthread.php?tid=26613)



Anybody have any experience createing an inventory table that uses FIFO? - El Forum - 01-18-2010

[eluser]megabyte[/eluser]
I'm looking for any examples, or pointers in the right direction for maintaining an inventory table that uses FIFO (first in first out)


Anybody have any experience createing an inventory table that uses FIFO? - El Forum - 01-22-2010

[eluser]megabyte[/eluser]
Well I have successfully created a simple inventory system that tracks purchases and usage.

If anyone is interested I am happy to share the code in hopes others might be able to refine what I have done.

I think my system is pretty decent but I know there are far more skilled developers than I.

It uses the FIFO (first in first out method) and stores all usages grouped as a single transaction so that they can be updated as a group.

Thanks.


Anybody have any experience createing an inventory table that uses FIFO? - El Forum - 01-24-2010

[eluser]seanloving[/eluser]
[quote author="megabyte" date="1264242048"]If anyone is interested I am happy to share the code in hopes others might be able to refine what I have done.[/quote]

I'm currently building an inventory system and I'd like to see what you (and others?) are doing. I'm jealous that it took you only a few days. I guess my challenge is learning HTML, CSS, PHP, OOP, CI and MySQL all at once.

Thanks
--Sean Loving


Anybody have any experience createing an inventory table that uses FIFO? - El Forum - 01-24-2010

[eluser]megabyte[/eluser]
Well it isn't a full fledged inventory system.

I have more to build onto ti, but the hardest part for me was building the purchase/usage table which uses FIFO.

I'll PM then I can email every thing over to you.