Exported Product & Discounts Details File Format
|
SliQ supports import and export of customer data and product data.
The main purpose of the data import/ export facilities is to allow synchronisation of data between installations of SliQ. For example if 2 people are using copies of SliQ on different PCs and are adding new customers and products, they can export their definitions to each other.
The product data exported from SliQ is in XML into a file with extension .slp. The following is an example products export file containing 2 product definitions:
Example Exported Products File: productsexport.slp
<?xml version="1.0"?> <Products> <ItemCodes> <Format>1</Format> <ItemCode> <ItemCode>Gate Posts</ItemCode> <UniqueID>653bf5cc-a13c-45e1-942b-39941f5a48b2</UniqueID> <Description>Standard Gate Posts</Description> <UnitPrice>10</UnitPrice> <ItemKind>Product</ItemKind> <DiscountType>0</DiscountType> <VATRate> <VATRateValue>0.00</VATRateValue> </VATRate> </ItemCode> <ItemCode> <ItemCode>Regular Purchase Discount</ItemCode> <UniqueID>62168948-b5da-4eb0-90a3-5ca2c2f9acc8</UniqueID> <Description>10% discount for regular purchases</Description> <UnitPrice>10</UnitPrice> <ItemKind>Discount</ItemKind> <DiscountType>0</DiscountType> <VATRate> <VATRateValue>0.00</VATRateValue> </VATRate> </ItemCode> </ItemCodes> </Products>
Product Details File Structure
The XML file contains a series of nested XML elements. These are explained in the following table.
See Also
|
