<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>
|