Product Quantity Update from flat file [V1.3.2]
Update quantity in product table from a csv flat file.
For updating quantities from warehouse/shop inventory system as required such as daily or less.
Adds an item to the catalog menu. To upload and report back the success of uploading product quantities from a csv flat file. This is to allow daily or more frequent updates of quantities where inventory is controlled by another systems such as a pos system in a shop, that controls other sales and purchases. The flat file has to be generated as csv format using model number and quantity that is comma delimited. If this is not possible direct from the shop/warehouse inventory system then usually a report can be generated for use in Excel or OpenOffice that can run a routine to clean up the data and produce a csv file for updating.
The model number is used as a unique product identifier or SKU to match that of the warehouse system. In MySQL I have set the model number in products table as unique.
In the model file I have commented out a statement to allow updating of product options. I have changed the product options value table to include a unique model number and quantity for the option to allow a product as long sleeve shirt in large to directly relate back to the item on the shelf. This is a different modification.
Download from: http://www.opencart.com/index.php?route=contribution/contribution/info&category_id=1&contribution_id=294
For updating quantities from warehouse/shop inventory system as required such as daily or less.
Adds an item to the catalog menu. To upload and report back the success of uploading product quantities from a csv flat file. This is to allow daily or more frequent updates of quantities where inventory is controlled by another systems such as a pos system in a shop, that controls other sales and purchases. The flat file has to be generated as csv format using model number and quantity that is comma delimited. If this is not possible direct from the shop/warehouse inventory system then usually a report can be generated for use in Excel or OpenOffice that can run a routine to clean up the data and produce a csv file for updating.
The model number is used as a unique product identifier or SKU to match that of the warehouse system. In MySQL I have set the model number in products table as unique.
In the model file I have commented out a statement to allow updating of product options. I have changed the product options value table to include a unique model number and quantity for the option to allow a product as long sleeve shirt in large to directly relate back to the item on the shelf. This is a different modification.
Download from: http://www.opencart.com/index.php?route=contribution/contribution/info&category_id=1&contribution_id=294
