inventory module need your help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
carsky
Forum Commoner
Posts: 30
Joined: Sun Jul 08, 2007 3:26 am

inventory module need your help

Post by carsky »

hi guys, im working on the inventory feature of our system..this is for the server side..but i dont have an idea of how to start an inventory module..what i want to create is an inventory module that would allow me to view and delete products..my system is dealing with computer sales..i already have a catalog module that would allow me to add products..but i have a problem with the computer package..example a desktop computer..i have to itemize some computer parts..when a customer purchases a desktop..my inventory module must subtract the items included with the desktop computer..i know you guys dont give out codes here cause your aim here is to help the person understand how to program php..guys i am asking help if maybe you could provide me with a basic inventory module. thanks in advance.
Post Reply