How to implement an inventory system?
I am trying to implement an inventory system for a small clothing business. Basically I would like a website (disregarding user credentials) where the owner can log how many hoodies he开发者_如何学编程's delivering, he currently has "in progress", etc etc. There are a couple parameters such as color, size, etc.
What do I use to make this kind of web app? - HTML for visuals - PHP for visual aspects - and mySQL for database?
Based on your very vague description, I would suggest that any one of a number of freely available open source content management systems could be configured to satisfy your requirements without too much difficulty.
E.g.
- http://drupal.org
- http://joomla.org
- http://wordpress.org
精彩评论