Online OIOUBL Dokumentation
|
InvoiceLine
|
|
InvoiceLine specification
Name |
InvoiceLine
(Show as PDF)
|
Alternative Term |
|
Definition |
Information about an Invoice Line |
|
Fields
UBL-Name |
Name |
Datatype |
Usage |
Cardinality |
ID |
ID |
Identifier
|
Yes |
1 |
Definition |
The identifier for the Invoice Line |
|
UUID |
UUID |
Identifier
|
Bilateral |
0..1 |
Definition |
A computer-generated universally unique identifier (UUID) for the Invoice Line instance |
See also |
OIOUBL_GUIDE_UUID
|
|
Note |
Note |
Text
|
Yes |
0..1 |
Definition |
Free form text applying to the Invoice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. |
|
InvoicedQuantity |
InvoicedQuantity |
Quantity
|
Yes |
1 |
Definition |
The quantity (of Items) on the Invoice Line |
|
LineExtensionAmount |
LineExtensionAmount |
Amount
|
Yes |
1 |
Definition |
The total amount for the Invoice Line including Allowance Charges but net of taxes |
|
TaxPointDate |
TaxPointDate |
Date
|
Bilateral |
0..1 |
Definition |
The date of the Invoice Line used to indicate the point at which tax becomes applicable. |
Businessrules |
Not used in Denmark |
|
AccountingCostCode |
AccountingCostCode |
Code
|
Bilateral |
0..1 |
Definition |
The Buyer's accounting code applied to the Invoice Line |
Recommendation |
Only used in Procurement-BilSim, Procurement-BilSimR, Procurement-BilBas-1.0 |
|
AccountingCost |
AccountingCost |
Text
|
Yes |
0..1 |
Definition |
The Buyer's accounting code applied to the Invoice Line |
Recommendation |
Only used in Procurement-BilSim, Procurement-BilSimR, Procurement-BilBas-1.0 |
|
FreeOfChargeIndicator |
FreeOfChargeIndicator |
Indicator
|
Yes |
0..1 |
Definition |
Indicates whether the Invoice Line is Free Of Charge (default = False) |
Businessrules |
Used to specify that items are free of charge, no matter the price. |
|
|
Subclasses in class InvoiceLine
UBL-Name |
Name |
Usage |
Cardinality |
Reference to the printed documentation |
See also |
OrderLineReference |
OrderLineReference |
Yes |
0..1 |
Common Library, 3.66 |
|
Definition |
An association to Order Line Reference |
Datatype |
OrderLineReference
|
Businessrules |
Only use if OrderReference is specified on header level |
Dependency |
/Invoice.OrderReference.ID |
|
DespatchLineReference |
DespatchLineReference |
Bilateral |
0..n |
Common Library, 3.58 |
|
Definition |
An association to Despatch Line Reference |
Datatype |
LineReference
|
|
ReceiptLineReference |
ReceiptLineReference |
Bilateral |
0..n |
Common Library, 3.58 |
|
Definition |
An association to Receipt Line Reference |
Datatype |
LineReference
|
|
BillingReference |
BillingReference |
Bilateral |
0..n |
Common Library, 3.6 |
|
|
PricingReference |
PricingReference |
Bilateral |
0..1 |
Common Library, 3.83 |
|
|
DocumentReference |
DocumentReference |
Yes |
0..n |
Common Library, 3.36 |
OIOUBL_GUIDE_DOKUMENTREF
|
|
OriginatorParty |
OriginatorParty |
Bilateral |
0..1 |
Common Library, 3.70 |
|
Definition |
The party who originated Order (to which the Invoice is related) |
Datatype |
Party
|
|
Delivery |
Delivery |
Yes |
0..n |
Common Library, 3.29 |
OIOUBL_GUIDE_LEVERING
|
Definition |
An association to Delivery |
Datatype |
Delivery
|
Businessrules |
Only use if not specified on header level |
|
AllowanceCharge |
AllowanceCharge |
Yes |
0..n |
Common Library, 3.4 |
OIOUBL_GUIDE_RABAT
|
|
TaxTotal |
TaxTotal |
Yes |
1..n |
Common Library, 3.104 |
OIOUBL_GUIDE_SKAT
|
Definition |
An association to Tax Total |
Datatype |
TaxTotal
|
|
Item |
Item |
Yes |
1 |
Common Library, 3.49 |
|
Definition |
An association to Item |
Datatype |
Item
|
|
Price |
Price |
Yes |
1 |
Common Library, 3.81 |
OIOUBL_GUIDE_PRISER
|
Definition |
An association to agreed Price |
Datatype |
Price
|
|
|
Excluded classes and fields in InvoiceLine
Name |
Name |
Type |
PaymentTerms |
PaymentTerms |
Class |
DeliveryTerms |
DeliveryTerms |
Class |
|
Example<cac:InvoiceLine >
<cbc:ID >1</cbc:ID>
<cbc:Note >Note på linjen</cbc:Note>
<cbc:InvoicedQuantity unitCode="EA" >1.00</cbc:InvoicedQuantity>
<cbc:LineExtensionAmount currencyID="DKK" >5000.00</cbc:LineExtensionAmount>
<cbc:AccountingCost >1234567890</cbc:AccountingCost>
<cbc:FreeOfChargeIndicator >true</cbc:FreeOfChargeIndicator>
+ <cac:OrderLineReference />
+ <cac:DocumentReference />
+ <cac:AllowanceCharge />
+ <cac:TaxTotal />
+ <cac:Item />
+ <cac:Price />
</cac:InvoiceLine>
|
|
|