Page 1 of 1

XML Sales Order Import "QuantityThisDel" issue

PostPosted: Mon Jun 15, 2015 7:26 pm
by Sunny
Hi,
When we import an XML file with updated line segment as :
<QuantityThisDel>1</QuantityThisDel>
back into JIWA, it updates the Demand column.
Can you please check this?

Thanks in advance

Sunny

Re: XML Sales Order Import "QuantityThisDel" issue

PostPosted: Thu Jun 18, 2015 1:04 pm
by Mike.Sheen
Sunny wrote:Hi,
When we import an XML file with updated line segment as :
<QuantityThisDel>1</QuantityThisDel>
back into JIWA, it updates the Demand column.
Can you please check this?

Thanks in advance

Sunny


Hi Sunny,

I don't find this behaviour. Below is the XML I used to test (I created a new order, exported and modified it to be as per the document below, then imported it). What you might like to do is tell us what version of Jiwa you are using, and also provide a sample document you are importing - there is significance in what other quantity fields you provide and what those values are.

Code: Select all
<?xml version="1.0" encoding="utf-16"?>
<JiwaDocument xmlns:jiwa="http://www.jiwa.com.au/xml/schemas" Type="JiwaFinancials.Jiwa.JiwaSales.SalesOrder.SalesOrder"> 
  <InvoiceID xmlns="JiwaFinancials.Jiwa.JiwaSales.SalesOrder.XML">1901e73d986f48fe9147</InvoiceID>
  <Debtor xmlns="JiwaFinancials.Jiwa.JiwaSales.SalesOrder.XML">
    <AccountNo>1001</AccountNo>
    <Name>Brown's Computer Centre</Name>
  </Debtor>
  <Lines xmlns="JiwaFinancials.Jiwa.JiwaSales.SalesOrder.XML">
    <Line>
      <InvoiceLineID>48fd8693c5f34d3f837f</InvoiceLineID>
      <ItemNo>1</ItemNo>
      <InventoryID>000000000K00000000BQ</InventoryID>
      <PartNo>1170</PartNo>
      <Description>Keyboard - Wireless Illuminated Computer PC Keyboard K800</Description>           
      <QuantityThisDel>1.000000</QuantityThisDel>     
    </Line>
  </Lines>
</JiwaDocument>

Re: XML Sales Order Import "QuantityThisDel" issue  Topic is solved

PostPosted: Tue Jun 30, 2015 1:03 pm
by Sunny
We were using version 115- I think this has been corrected in later versions.
Thanks for your help, Mike.