ZUGFeRD Service: Abfrage EN16931_ID ergänzt
This commit is contained in:
parent
aed71268de
commit
7b4d519691
@ -49,6 +49,7 @@ Public Class Form1
|
|||||||
Dim groupScope = oRow.Item("GROUP_SCOPE")
|
Dim groupScope = oRow.Item("GROUP_SCOPE")
|
||||||
Dim specification = oRow.Item("SPECIFICATION")
|
Dim specification = oRow.Item("SPECIFICATION")
|
||||||
Dim oItemType = oRow.Item("ITEM_TYPE")
|
Dim oItemType = oRow.Item("ITEM_TYPE")
|
||||||
|
Dim oEN16931_ID = oRow.Item("EN16931_ID")
|
||||||
|
|
||||||
Args.PropertyMap.Add(xmlPath, New XmlItemProperty() With {
|
Args.PropertyMap.Add(xmlPath, New XmlItemProperty() With {
|
||||||
.Description = description,
|
.Description = description,
|
||||||
@ -58,7 +59,8 @@ Public Class Form1
|
|||||||
.IsGrouped = isGrouped,
|
.IsGrouped = isGrouped,
|
||||||
.GroupScope = groupScope,
|
.GroupScope = groupScope,
|
||||||
.Specification = specification,
|
.Specification = specification,
|
||||||
.ItemType = oItemType',.XMLPath = xmlPath.Replace(".Value", "")
|
.ItemType = oItemType,
|
||||||
|
.EN16931_ID = oEN16931_ID
|
||||||
})
|
})
|
||||||
Next
|
Next
|
||||||
|
|
||||||
|
|||||||
@ -185,6 +185,7 @@ Public Class ThreadRunner
|
|||||||
Dim oGroupScope = oRow.Item("GROUP_SCOPE")
|
Dim oGroupScope = oRow.Item("GROUP_SCOPE")
|
||||||
Dim oSpecification = oRow.Item("SPECIFICATION")
|
Dim oSpecification = oRow.Item("SPECIFICATION")
|
||||||
Dim oItemType = oRow.Item("ITEM_TYPE")
|
Dim oItemType = oRow.Item("ITEM_TYPE")
|
||||||
|
Dim oEN16931Value = oRow.Item("EN16931_ID")
|
||||||
|
|
||||||
pArgs.PropertyMap.Add(oXmlPath, New XmlItemProperty() With {
|
pArgs.PropertyMap.Add(oXmlPath, New XmlItemProperty() With {
|
||||||
.Description = oDescription,
|
.Description = oDescription,
|
||||||
@ -195,7 +196,8 @@ Public Class ThreadRunner
|
|||||||
.GroupScope = oGroupScope,
|
.GroupScope = oGroupScope,
|
||||||
.Specification = oSpecification,
|
.Specification = oSpecification,
|
||||||
.XMLPath = oXmlPath.Replace(".Value", ""),
|
.XMLPath = oXmlPath.Replace(".Value", ""),
|
||||||
.ItemType = oItemType
|
.ItemType = oItemType,
|
||||||
|
.EN16931_ID = oEN16931Value
|
||||||
})
|
})
|
||||||
Next
|
Next
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user