Skip to content

Commit

Permalink
Fix description of the BT-32 term
Browse files Browse the repository at this point in the history
  • Loading branch information
printesoi committed Mar 22, 2024
1 parent 615157d commit 87611e5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,20 +282,24 @@ type InvoiceSupplierParty struct {
// despre adresa Vânzătorului.
// Cardinality: 1..1
PostalAddress InvoiceSupplierPostalAddress `xml:"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 PostalAddress"`
// test[cac:PartyTaxScheme/cac:TaxScheme/cbc:ID == 'VAT'] ==>
// Field: TaxScheme.CompanyID
// ID: BT-31
// Term: Identificatorul de TVA al Vânzătorului
// Description: Identificatorul de TVA al Vânzătorului (cunoscut, de
// asemenea, ca numărul de identificare de TVA al Vânzătorului).
// Cardinality: 0..1
TaxScheme *InvoicePartyTaxScheme `xml:"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 PartyTaxScheme,omitempty"`
LegalEntity InvoiceSupplierLegalEntity `xml:"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 PartyLegalEntity"`
// test[cac:PartyTaxScheme/cac:TaxScheme/cbc:ID == ''] ==>
// Field: TaxScheme.CompanyID
// ID: BT-32
// Term: Identificatorul de înregistrare fiscală a Vânzătorului
// Description: Identificarea locală (definită prin adresa Vânzătorului)
// a Vânzătorului pentru scopuri fiscale sau o referinţă care-i permite
// Vânzătorului să demonstreze că este înregistrat la administraţia
// fiscală.
// Cardinality: 0..1
TaxScheme *InvoicePartyTaxScheme `xml:"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 PartyTaxScheme,omitempty"`
LegalEntity InvoiceSupplierLegalEntity `xml:"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 PartyLegalEntity"`
// TODO:
// ID: BG-6
// Term: CONTACTUL VÂNZĂTORULUI
Expand Down Expand Up @@ -443,6 +447,7 @@ type InvoiceCustomerParty struct {
// despre adresa Cumpărătorului.
// Cardinality: 1..1
PostalAddress InvoiceCustomerPostalAddress `xml:"urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 PostalAddress"`
// Field: TaxScheme.CompanyID
// ID: BT-48
// Term: Identificatorul de TVA al Cumpărătorului
// Description: Identificatorul de TVA al Cumpărătorului (cunoscut, de
Expand Down

0 comments on commit 87611e5

Please sign in to comment.