Peoplevox XML Goods Ins
Zynk will export the data from the "Goods in summary" report in XML format. All columns documented below will appear in the output file.
Also, you can export the purchase order related to the goods in if you enable the Export Sales Orders task setting.
Tasks
Fields
Goods In Reference Number
| Type |
Example |
XML |
| string |
4604 |
<Goods_in_reference_number>4604</Goods_in_reference_number> |
Delivery Date
| Type |
Example |
XML |
| string |
'05/07/2017 11:42' |
<Delivery_date>'05/07/2017 11:42'</Delivery_date> |
Reconciled Date
| Type |
Example |
XML |
| string |
'05/07/2017 15:48' |
<Reconciled_date>'05/07/2017 15:48'</Reconciled_date> |
Carrier Name
| Type |
Example |
XML |
| string |
Unknown |
<Carrier_name>Unknown</Carrier_name> |
User Name
| Type |
Example |
XML |
| string |
JoeH |
<User_name>JoeH</User_name> |
Item Code
| Type |
Example |
XML |
| string |
STRAPPING |
<Item_code>STRAPPING</Item_code> |
Item Name
| Type |
Example |
XML |
| string |
Strapping 12 x 55 x 3000m |
<Item_name>Strapping 12 x 55 x 3000m</Item_name> |
Item Barcode
| Type |
Example |
XML |
| string |
STRAPPING |
<Item_barcode>STRAPPING</Item_barcode> |
Description
| Type |
Example |
XML |
| string |
|
<Description /> |
Quantity
| Type |
Example |
XML |
| string |
30 |
<Quantity>30</Quantity> |
Default Economic Order Quantity
| Type |
Example |
XML |
| string |
|
<Default_economic_order_quantity /> |
Default Lead Time
| Type |
Example |
XML |
| string |
|
<Default_lead_time /> |
Default Suppliers Part Number
| Type |
Example |
XML |
| string |
|
<Default_suppliers_part_number /> |
Has Serial Number
| Type |
Example |
XML |
| string |
False |
<Has_serial_number>False</Has_serial_number> |
Use Manufacturers Serial Number
| Type |
Example |
XML |
| string |
False |
<Use_manufacturers_serial_number>False</Use_manufacturers_serial_number> |
Reorder Point
| Type |
Example |
XML |
| string |
0 |
<Reorder_point>0</Reorder_point> |
Traceability
| Type |
Example |
XML |
| string |
False |
<Traceability>False</Traceability> |
Shelf Life
| Type |
Example |
XML |
| string |
|
<Shelf_life /> |
Default Number of Items per Container
| Type |
Example |
XML |
| string |
|
<Default_number_of_items_per_container /> |
Default Number of Items per Outer case
| Type |
Example |
XML |
| string |
|
<Default_number_of_items_per_outercase /> |
Buy Price
| Type |
Example |
XML |
| string |
19.82 |
<Buy_price>19.82</Buy_price> |
Wholesale Price
| Type |
Example |
XML |
| string |
0.00 |
<Wholesale_price>0.00</Wholesale_price> |
Retail Price
| Type |
Example |
XML |
| string |
0.00 |
<Retail_price>0.00</Retail_price> |
Weight
| Type |
Example |
XML |
| string |
|
<Weight /> |
Height
| Type |
Example |
XML |
| string |
|
<Height /> |
Width
| Type |
Example |
XML |
| string |
|
<Width /> |
Depth
| Type |
Example |
XML |
| string |
|
<Depth /> |
Unit of Measure
| Type |
Example |
XML |
| string |
Unit |
<Unit_of_measure>Unit</Unit_of_measure> |
| Type |
Example |
XML |
| string |
|
<Tags /> |
Purchase Order Number
| Type |
Example |
XML |
| string |
PO29 |
<Purchase_order_number>PO29</Purchase_order_number> |
Delivery Note Number
| Type |
Example |
XML |
| string |
|
<Delivery_note_number /> |
Attribute 1
| Type |
Example |
XML |
| string |
Gordian |
<Attribute1>Gordian </Attribute1> |
Attribute 2
| Type |
Example |
XML |
| string |
n/a< |
<Attribute2>n/a</Attribute2> |
Attribute 3
| Type |
Example |
XML |
| string |
n/a< |
<Attribute3>n/a</Attribute3> |
Attribute 4
| Type |
Example |
XML |
| string |
|
<Attribute4 /> |
Attribute 5
| Type |
Example |
XML |
| string |
|
<Attribute5 /> |
Attribute 6
| Type |
Example |
XML |
| string |
|
<Attribute6 /> |
Attribute 7
| Type |
Example |
XML |
| string |
|
<Attribute7 /> |
Attribute 8
| Type |
Example |
XML |
| string |
|
<Attribute8 /> |
Attribute 9
| Type |
Example |
XML |
| string |
|
<Attribute9 /> |
Attribute 10
| Type |
Example |
XML |
| string |
|
<Attribute10 /> |
Attribute 11
| Type |
Example |
XML |
| string |
|
<Attribute11 /> |
Attribute 12
| Type |
Example |
XML |
| string |
|
<Attribute12 /> |
Attribute 13
| Type |
Example |
XML |
| string |
|
<Attribute13 /> |
Attribute 14
| Type |
Example |
XML |
| string |
|
<Attribute14 /> |
Attribute 15
| Type |
Example |
XML |
| string |
|
<Attribute15 /> |
Site Reference
| Type |
Example |
XML |
| string |
PrimarySite |
<Site_reference>PrimarySite</Site_reference> |
Purchase Order Supplier
| Type |
Example |
XML |
| string |
Gordian Strapping |
<Purchase_order_supplier>Gordian Strapping</Purchase_order_supplier> |
PurchaseOrder
See Peoplevox XML Sales Orders
Example XML
<?xml version="1.0" encoding="utf-8"?>
<GoodsInSummary
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GoodsIn>
<Goods_in_reference_number>4604</Goods_in_reference_number>
<Delivery_date>'05/07/2017 11:42'</Delivery_date>
<Reconciled_date>'05/07/2017 15:48'</Reconciled_date>
<Carrier_name>Unknown</Carrier_name>
<User_name>JoeH</User_name>
<Item_code>STRAPPING</Item_code>
<Item_name>Strapping 12 x 55 x 3000m</Item_name>
<Item_barcode>STRAPPING</Item_barcode>
<Description />
<Quantity>30</Quantity>
<Default_economic_order_quantity />
<Default_lead_time />
<Default_suppliers_part_number />
<Has_serial_number>False</Has_serial_number>
<Use_manufacturers_serial_number>False</Use_manufacturers_serial_number>
<Reorder_point>0</Reorder_point>
<Traceability>False</Traceability>
<Shelf_life />
<Default_number_of_items_per_container />
<Default_number_of_items_per_outercase />
<Buy_price>19.82</Buy_price>
<Wholesale_price>0.00</Wholesale_price>
<Retail_price>0.00</Retail_price>
<Weight />
<Height />
<Width />
<Depth />
<Unit_of_measure>Unit</Unit_of_measure>
<Tags />
<Purchase_order_number>PO29</Purchase_order_number>
<Delivery_note_number />
<Attribute1>Gordian </Attribute1>
<Attribute2>n/a</Attribute2>
<Attribute3>n/a</Attribute3>
<Attribute4 />
<Attribute5 />
<Attribute6 />
<Attribute7 />
<Attribute8 />
<Attribute9 />
<Attribute10 />
<Attribute11 />
<Attribute12 />
<Attribute13 />
<Attribute14 />
<Attribute15 />
<Site_reference>PrimarySite</Site_reference>
<Purchase_order_supplier>Gordian Strapping</Purchase_order_supplier>
</GoodsIn>
</GoodsInSummary>