Skip to content

Importing Stock Transactions into Sage 50 UK

This task will import stock transactions to Sage 50 that is supplied in Sage 50 UK Stock Transaction XML format.

Settings

Sage 50 Connection

Required
The connection to Sage 50 UK to use. See the Connecting to Sage 50 UK article if you require more information on how to create/manage connections.

Fail File

Required
The name of a file for "failed" imports to be sent to

Input File

Required
The source file that you want to import in Zynk XML format

Success File

Required
The name of a file for "successful" imports to be sent to.

Zynk Settings

See Common Task Settings

Examples

Sample input file, for full documentation and samples see Sage 50 UK Stock Transaction XML:

<?xml version="1.0"?>
<Company
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <StockTransactions>
    <StockTransaction>
      <StockCode>PROD001</StockCode>
      <StockTransactionType>MovementIn</StockTransactionType>
      <StockTransactionDate>2014-01-01T00:00:00</StockTransactionDate>
      <Details>Test Product</Details>
      <Reference>Movement In</Reference>
      <Qty>20</Qty>
      <SalesPrice>15</SalesPrice>
      <CostPrice>10</CostPrice>
    </StockTransaction>
  </StockTransactions>
</Company>