Click to Visit SliQTools!
SliQ Invoicing Software Help Prev Page Prev Page
Introduction
Quick Start
Companies
Adding a Company
Selecting a Company
Deleting a Company
Invoices & Payments
Raising an invoice
Raising a copy of an invoice
Saving an Invoice in PDF form
Editing an invoice
Selecting a customer
Product or Service Invoice?
Inserting a new item
Select an Existing Product
Select an Existing Discount
Enter a new Product Name
Enter a new Discount Name
One-Off Item
Deleting an item
Deleting an invoice
Listing invoices
Adding your logo to invoices
Printing an invoice
Previewing an invoice
Emailing an invoice
Recording a Customer Payment against an invoice
Deleting a payment
Raising a credit note
Making Payments
Discounts
Quotes
Creating a quote
Raising a copy of a quote
Creating an invoice from a quote
Saving a Quote in PDF form
Editing a quote
Selecting a customer
Product or Service Quote?
Inserting a new item
Select an Existing Product
Select an Existing Discount
Enter a new Product Name
Enter a new Discount Name
One-Off Item
Deleting an item
Deleting a quote
Printing a quote
Previewing a quote
Emailing a quote
Customers & Statements
Adding a customer
Editing a customer record
Deleting a customer record
Viewing a Statement
Printing a Statement
Previewing a statement
Emailing a statement
Recording a Customer Payment against an invoice
Saving a Statement as a PDF
Exporting Customer Details
Importing Customer Details
Product & Discount Records
Adding a product
Adding a discount
Editing a product or discount record
Deleting a product or discount record
Exporting Product & Discount Details
Importing Product & Discount Details
Reporting
Unpaid Invoices
Overdue Invoices
Sales by Customer
Sales by Invoice
Printing reports
Previewing reports
Emailing reports
Saving a Report as a PDF
Exporting Reports to Excel
Invoice Payment Terms
Standard Customer Messages
Selecting a Standard Message
Adding a Standard Message
Deleting a Standard Message
Editing a Standard Message
Setup
Business Details, Currency & Tax Name
Template Setup
Choosing a Template
Showing Remittance Slips
Showing Quantity and Each Columns
Configuring a Logo
Showing a PAID watermark
Setting up Page Numbers
Payment Terms
VAT/ Tax Rates
Managing Standard Customer Messages
Backups
Creating a backup
Restoring a backup
Automatic Backups
Data Import/ Export
Exported Customer Details File Format
Exported Product & Discounts Details File Format

invoicing software and quoting software

Exported Customer Details File Format

Top  Previous  Next

 

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 customer data exported from SliQ is in XML into a file with extension .slc. The following is an example customers export file containing 2 customer definitions:

 

Example Exported Customers File: customersexport.slc

 

<?xml version="1.0"?>

<AllCustomers>

<Customers>

   <Format>1</Format>

   <Customer>

     <CompanyName>ACompany Ltd</CompanyName>

     <ContactName>Jim</ContactName>

     <ID>93bdcb6f-19a5-4e23-8223-eedc8b018892</ID>

     <Address>

       2, The High St,

       A town,

       A County

       PY1 12D

     </Address>

     <DeliveryAddress>

       3, The High St,

       A town,

       A County

       PY1 12D

    </DeliveryAddress>

     <PhoneNumber>01987 111222</PhoneNumber>

     <FaxNumber>01234 567896</FaxNumber>

     <EmailAddress>Jim@Acompany.com</EmailAddress>

     <Website>www.acompany.com</Website>

     <Notes>These are notes on the customer preferences</Notes>

     <Term>0</Term>

   </Customer>

   <Customer>

     <CompanyName>AnotherCompany Ltd</CompanyName>

     <ContactName></ContactName>

     <ID>f7fb568e-6c2e-41c5-bc97-e2998621852a</ID>

     <Address></Address>

     <DeliveryAddress></DeliveryAddress>

     <PhoneNumber></PhoneNumber>

     <FaxNumber></FaxNumber>

     <EmailAddress></EmailAddress>

     <Website></Website>

     <Notes></Notes>

     <Term>0</Term>

   </Customer>

</Customers>

</AllCustomers>

 

 

Customer Details File Structure

 

The XML file contains a series of nested XML elements. These are explained in the following table.

 

Element

Description

<?xml version="1.0"?>

<AllCustomers>

<Customers>

...

...

</Customers>

</AllCustomers>

These elements must surround the list of customer definitions.

<Format>1</Format>

This is the version of the format of the customer details file.

 

SliQ 1.4 exports and imports files with format version 1.

<Customer>

....

....

</Customer>

Place each customer definition inside a <Customer> element.

<CompanyName>ACompany Ltd</CompanyName>

The name of the customer.

<ContactName>Jim</ContactName>

The customer's contact name.

<ID></ID>

This is an internal value used by SliQ. If you have written customer information from an external application, this value can be left out or left blank, i.e. written as:

 

<ID></ID>

 

Whenever SliQ imports customer data it assigns a new ID so this value is effectively not used during the export/ import process.

<Address>

2, The High St,

A town,

A County

PY1 12D

</Address>

The customer's address.

<DeliveryAddress>

3, The High St,

A town,

A County

PY1 12D

</DeliveryAddress>

The customer's delivery address.

<PhoneNumber>01987 111222</PhoneNumber>

The customer's telephone number.

<FaxNumber>01234 567896</FaxNumber>

The customer's fax number.

<EmailAddress>Jim@Acompany.com</EmailAddress>

The customer's contact email address.

<Website>www.acompany.com</Website>

The customer's website.

<Notes>

Some notes on the customer

</Notes>

Any notes you wish to keep about the customer.

<Term>0</Term>

The customers standard payment terms - the number of days after invoicing before payment is overdue. 0 = pay on receipt.

 

 

See Also