Definition Type: ComplexType
Name: InvoiceLedgerEntryType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: InvoiceLedgerEntry.xsd
Abstract
Documentation:
A purchase ledger invoice or debit memo that has not yet been approved for payment. Deprecation of VOUCHER, ORIGREF: From OAGIS 7.2.1: ORIGREF is the link that ties back to a sub ledger transaction entry ID. It is the identifier of an original transaction or document. For example, it could be the receipt or the summarized inventory activity. This is the singular field that refers to an audit record. Together with the Sender information, the ORIGREF is part of the referencing system, which will enable drill back audit trail functionality. PN: The ORIGREF field represents the voucher or unapproved invoice identifier. VOUCHER is the internal identifier associated with the external supplier's invoice. REMITTANCE refers to a reference identifier to print on remittance advice, for example, supplier invoice number. In OAGIS 8: All of these can be accomplished with an InvoiceReference. REMITTANCE field in until the RemittanceAdvice BOD is part of OAGIS.
Collapse XSD Schema Diagram:
Drilldown into InvoiceLedgerEntryLine in schema invoiceledgerentry_xsd Drilldown into InvoiceLedgerEntryHeader in schema invoiceledgerentry_xsdXSD Diagram of InvoiceLedgerEntryType in schema invoiceledgerentry_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="InvoiceLedgerEntryType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">A purchase ledger invoice or debit memo that has not yet  been approved for payment.</xsd:documentation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">Deprecation of VOUCHER, ORIGREF:
From OAGIS 7.2.1:
ORIGREF is the link that ties back to a sub ledger transaction entry ID.  It is the identifier of an original transaction or document.  For example, it could be the receipt or the summarized inventory activity.  This is the singular field that refers to an audit record.  Together with the Sender information, the ORIGREF is part of the referencing system, which will enable drill back audit trail functionality.
PN: The ORIGREF field represents the voucher or unapproved invoice identifier.
VOUCHER is the internal identifier associated with the external supplier's invoice.
REMITTANCE refers to a reference identifier to print on remittance advice, for example, supplier invoice number.

In OAGIS 8:
All of these can be accomplished with an InvoiceReference. REMITTANCE field in until the RemittanceAdvice BOD is part of OAGIS.
</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="InvoiceLedgerEntryHeader" minOccurs="0" />
        <xsd:element ref="InvoiceLedgerEntryLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InvoiceLedgerEntryHeader nsA:InvoiceLedgerEntryHeader 0 (1)
InvoiceLedgerEntryLine nsA:InvoiceLedgerEntryLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:InvoiceLedgerEntry