Romania: Invoice Type Codes

You must specify the Invoice Type using the Invoice Types codes that are required by the Romanian Tax Authority.

Elements

Use the InvoiceTypeCode element to model this information:

Element Name (Path)CardinalityDescription
Invoice Type Code (Invoice/InvoiceTypeCode)0..1A code signifying the type of the Invoice.

Restrictions

You must use one of the following codes. The following codes are required by the Romanian Tax Authority. These codes are UNTDID 1001 compliant:

CodeNameDescription
380InvoiceAn invoice that represents a transaction from a Supplier to a Buyer.
381Credit noteThe credit note is used to correct amounts or settle balances between a Supplier to a Buyer.
You are not required to provide a reference to the previous invoice. However, we recommend that you do so.
384Corrected invoiceThis invoice type is used to correct or cancel a previously sent invoice. Therefore it is mandatory to provide the reference to the original invoice. You can use the BillingReference element to specify the previous invoice. More detail is provided in the VRBL: Preceding Document Reference topic.
389Self-billed invoiceA self-billing invoice is an agreement between a Supplier and a Buyer. The buyer prepares the invoice and sends it to the supplier along with the payment.
751Invoice - information for accounting purposesA document message containing accounting related information such as monetary summations, seller ID and
VAT information. This may not be a complete invoice according to legal requirements.

Example

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cbc:InvoiceTypeCode>381</cbc:InvoiceTypeCode>
	<!-- Code omitted for clarity -->
</ubl:Invoice>