Add item image for open source point of sale
要讓 item info 具有圖片的功能,必須要做幾件事
- Create a table in database to store item_pic related information
- Add auto_loader to load upload library
- Modify controller to support get image info and save image info
- Modify viewer to support form view image and image info
detail we be shown soon ~