What are Products
...
What is the structure
Every customer has many PRODUCT records
Each product has many STOCK records (each represents a receipt into the warehouse)
Each stock record is located in one or many LOCATIONS within the warehouse
A customer is based in a warehouse which is located on a site.
That warehouse has many locations and those are filled with stock which are of a specific product belonging to a customer
Main Import
The structure and field definitions can be found within the PDF located on the following page
...
The attachment below contains multiple sheets
Sheet Name | Reference |
---|---|
Reference | Shows all the fields with some basic sample data and some explanations of what the fields are used for |
FKProduct Group | A list of predefined product groups which the system already contains, should you want to expand this list then let us know. |
FKProduct Type | System Product type table, this is generally used for all products, additions to this will have to be requested |
FK UOM | The Unit of Measure reference table, we have to know how you will measure the product, this is a basic list which can be expanded but should cover cases / liquids |
Import Template | This is where you place your data, we will then load this data into our import tables and then we begin writing scripts to fill the missing fields, and to also derive other fields that are needed for the product import. |
Example Excel Worksheet - Product Import |
|