-
-
Save rafnixg/dd79f44abe5fb500bd4c56efea9f3848 to your computer and use it in GitHub Desktop.
Comprobantes Facturación Electrónica SUNAT UBL 2.1 (Factura, Boleta, Nota de Crédito, Nota de Débito), generados con Greenter https://giansalex.github.io/greenter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"> | |
<ext:UBLExtensions> | |
<ext:UBLExtension /> | |
</ext:UBLExtensions> | |
<cbc:UBLVersionID>2.1</cbc:UBLVersionID> | |
<cbc:CustomizationID>2.0</cbc:CustomizationID> | |
<cbc:ID>B001-1</cbc:ID> | |
<cbc:IssueDate>2018-10-15</cbc:IssueDate> | |
<cbc:IssueTime>00:44:53</cbc:IssueTime> | |
<cbc:InvoiceTypeCode listID="0101">03</cbc:InvoiceTypeCode> | |
<cbc:Note languageLocaleID="1000"><![CDATA[SON CIENTO DIECIOCHO CON 00/100 SOLES]]></cbc:Note> | |
<cbc:DocumentCurrencyCode>PEN</cbc:DocumentCurrencyCode> | |
<cac:Signature> | |
<cbc:ID>20123456789</cbc:ID> | |
<cbc:Note>GREENTER</cbc:Note> | |
<cac:SignatoryParty> | |
<cac:PartyIdentification> | |
<cbc:ID>20123456789</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[GREENTER S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
</cac:SignatoryParty> | |
<cac:DigitalSignatureAttachment> | |
<cac:ExternalReference> | |
<cbc:URI>#SIGN-GREEN</cbc:URI> | |
</cac:ExternalReference> | |
</cac:DigitalSignatureAttachment> | |
</cac:Signature> | |
<cac:AccountingSupplierParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20123456789</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[GREENTER S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[GREENTER]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cbc:ID>150101</cbc:ID> | |
<cbc:AddressTypeCode>0000</cbc:AddressTypeCode> | |
<cbc:CitySubdivisionName>-</cbc:CitySubdivisionName> | |
<cbc:CityName>LIMA</cbc:CityName> | |
<cbc:CountrySubentity>LIMA</cbc:CountrySubentity> | |
<cbc:District>LIMA</cbc:District> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LOS GERANIOS 321]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingSupplierParty> | |
<cac:AccountingCustomerParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="1">20203030</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[PERSON 1]]></cbc:RegistrationName> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingCustomerParty> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">100.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:LegalMonetaryTotal> | |
<cbc:LineExtensionAmount currencyID="PEN">100.00</cbc:LineExtensionAmount> | |
<cbc:PayableAmount currencyID="PEN">118.00</cbc:PayableAmount> | |
</cac:LegalMonetaryTotal> | |
<cac:InvoiceLine> | |
<cbc:ID>1</cbc:ID> | |
<cbc:InvoicedQuantity unitCode="NIU">2</cbc:InvoicedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">100.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">59.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>01</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">100.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>10</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>C023</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">50.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:InvoiceLine> | |
</Invoice> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"> | |
<ext:UBLExtensions> | |
<ext:UBLExtension> | |
<ext:UBLExtension /> | |
</ext:UBLExtension> | |
</ext:UBLExtensions> | |
<cbc:UBLVersionID>2.1</cbc:UBLVersionID> | |
<cbc:CustomizationID>2.0</cbc:CustomizationID> | |
<cbc:ID>F001-123</cbc:ID> | |
<cbc:IssueDate>2018-10-15</cbc:IssueDate> | |
<cbc:IssueTime>01:06:32</cbc:IssueTime> | |
<cbc:InvoiceTypeCode listID="0101">01</cbc:InvoiceTypeCode> | |
<cbc:Note languageLocaleID="1000"><![CDATA[SON DOSCIENTOS TREINTA Y SEIS CON OO/100 SOLES]]></cbc:Note> | |
<cbc:DocumentCurrencyCode>PEN</cbc:DocumentCurrencyCode> | |
<cac:AdditionalDocumentReference> | |
<cbc:ID>F001-111</cbc:ID> | |
<cbc:DocumentTypeCode>02</cbc:DocumentTypeCode> | |
<cbc:DocumentStatusCode>1</cbc:DocumentStatusCode> | |
<cac:IssuerParty> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
</cac:IssuerParty> | |
</cac:AdditionalDocumentReference> | |
<cac:Signature> | |
<cbc:ID>20000000001</cbc:ID> | |
<cbc:Note>GREENTER</cbc:Note> | |
<cac:SignatoryParty> | |
<cac:PartyIdentification> | |
<cbc:ID>20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[EMPRESA SAC]]></cbc:Name> | |
</cac:PartyName> | |
</cac:SignatoryParty> | |
<cac:DigitalSignatureAttachment> | |
<cac:ExternalReference> | |
<cbc:URI>#SIGN-GREEN</cbc:URI> | |
</cac:ExternalReference> | |
</cac:DigitalSignatureAttachment> | |
</cac:Signature> | |
<cac:AccountingSupplierParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[EMPRESA SAC]]></cbc:Name> | |
</cac:PartyName> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cbc:ID>150101</cbc:ID> | |
<cbc:AddressTypeCode>0000</cbc:AddressTypeCode> | |
<cbc:CitySubdivisionName>NONE</cbc:CitySubdivisionName> | |
<cbc:CityName>LIMA</cbc:CityName> | |
<cbc:CountrySubentity>LIMA</cbc:CountrySubentity> | |
<cbc:District>LIMA</cbc:District> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LS]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingSupplierParty> | |
<cac:AccountingCustomerParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA 1]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LOS GIRASOLES]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingCustomerParty> | |
<cac:PrepaidPayment> | |
<cbc:ID>1</cbc:ID> | |
<cbc:PaidAmount currencyID="PEN">100.00</cbc:PaidAmount> | |
</cac:PrepaidPayment> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">100.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:LegalMonetaryTotal> | |
<cbc:LineExtensionAmount currencyID="PEN">100.00</cbc:LineExtensionAmount> | |
<cbc:PrepaidAmount currencyID="PEN">100.00</cbc:PrepaidAmount> | |
<cbc:PayableAmount currencyID="PEN">118.00</cbc:PayableAmount> | |
</cac:LegalMonetaryTotal> | |
<cac:InvoiceLine> | |
<cbc:ID>1</cbc:ID> | |
<cbc:InvoicedQuantity unitCode="NIU">2</cbc:InvoicedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">200.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">118.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>01</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>10</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>P001</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">100.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:InvoiceLine> | |
</Invoice> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"> | |
<ext:UBLExtensions> | |
<ext:UBLExtension> | |
<ext:ExtensionContent /> | |
</ext:UBLExtension> | |
</ext:UBLExtensions> | |
<cbc:UBLVersionID>2.1</cbc:UBLVersionID> | |
<cbc:CustomizationID>2.0</cbc:CustomizationID> | |
<cbc:ID>F001-123</cbc:ID> | |
<cbc:IssueDate>2018-10-15</cbc:IssueDate> | |
<cbc:IssueTime>01:13:04</cbc:IssueTime> | |
<cbc:InvoiceTypeCode listID="1001">01</cbc:InvoiceTypeCode> | |
<cbc:Note languageLocaleID="1000"><![CDATA[SON DOSCIENTOS TREINTA Y SEIS CON OO/100 SOLES]]></cbc:Note> | |
<cbc:Note languageLocaleID="2006"><![CDATA[Operación sujeta a detracción]]></cbc:Note> | |
<cbc:DocumentCurrencyCode>PEN</cbc:DocumentCurrencyCode> | |
<cac:Signature> | |
<cbc:ID>20000000001</cbc:ID> | |
<cbc:Note>GREENTER</cbc:Note> | |
<cac:SignatoryParty> | |
<cac:PartyIdentification> | |
<cbc:ID>20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[EMPRESA SAC]]></cbc:Name> | |
</cac:PartyName> | |
</cac:SignatoryParty> | |
<cac:DigitalSignatureAttachment> | |
<cac:ExternalReference> | |
<cbc:URI>#SIGN-GREEN</cbc:URI> | |
</cac:ExternalReference> | |
</cac:DigitalSignatureAttachment> | |
</cac:Signature> | |
<cac:AccountingSupplierParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[EMPRESA SAC]]></cbc:Name> | |
</cac:PartyName> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cbc:ID>150101</cbc:ID> | |
<cbc:AddressTypeCode>0000</cbc:AddressTypeCode> | |
<cbc:CitySubdivisionName>NONE</cbc:CitySubdivisionName> | |
<cbc:CityName>LIMA</cbc:CityName> | |
<cbc:CountrySubentity>LIMA</cbc:CountrySubentity> | |
<cbc:District>LIMA</cbc:District> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LS]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingSupplierParty> | |
<cac:AccountingCustomerParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA 1]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LOS GIRASOLES]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingCustomerParty> | |
<cac:PaymentMeans> | |
<cbc:PaymentMeansCode>001</cbc:PaymentMeansCode> | |
<cac:PayeeFinancialAccount> | |
<cbc:ID>0004-3342343243</cbc:ID> | |
</cac:PayeeFinancialAccount> | |
</cac:PaymentMeans> | |
<cac:PaymentTerms> | |
<cbc:PaymentMeansID>014</cbc:PaymentMeansID> | |
<cbc:PaymentPercent>4</cbc:PaymentPercent> | |
<cbc:Amount currencyID="PEN">9.44</cbc:Amount> | |
</cac:PaymentTerms> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:LegalMonetaryTotal> | |
<cbc:LineExtensionAmount currencyID="PEN">200.00</cbc:LineExtensionAmount> | |
<cbc:PayableAmount currencyID="PEN">236.00</cbc:PayableAmount> | |
</cac:LegalMonetaryTotal> | |
<cac:InvoiceLine> | |
<cbc:ID>1</cbc:ID> | |
<cbc:InvoicedQuantity unitCode="NIU">2</cbc:InvoicedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">200.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">118.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>01</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>10</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>P001</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">100.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:InvoiceLine> | |
</Invoice> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"> | |
<ext:UBLExtensions> | |
<ext:UBLExtension> | |
<ext:ExtensionContent /> | |
</ext:UBLExtension> | |
</ext:UBLExtensions> | |
<cbc:UBLVersionID>2.1</cbc:UBLVersionID> | |
<cbc:CustomizationID>2.0</cbc:CustomizationID> | |
<cbc:ID>F001-123</cbc:ID> | |
<cbc:IssueDate>2018-10-15</cbc:IssueDate> | |
<cbc:IssueTime>01:04:16</cbc:IssueTime> | |
<cbc:DueDate>2018-10-15</cbc:DueDate> | |
<cbc:InvoiceTypeCode listID="0101">01</cbc:InvoiceTypeCode> | |
<cbc:Note languageLocaleID="1000"><![CDATA[SON DOSCIENTOS CON OO/100 SOLES]]></cbc:Note> | |
<cbc:DocumentCurrencyCode>PEN</cbc:DocumentCurrencyCode> | |
<cac:Signature> | |
<cbc:ID>20000000001</cbc:ID> | |
<cbc:Note>GREENTER</cbc:Note> | |
<cac:SignatoryParty> | |
<cac:PartyIdentification> | |
<cbc:ID>20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[EMPRESA SAC]]></cbc:Name> | |
</cac:PartyName> | |
</cac:SignatoryParty> | |
<cac:DigitalSignatureAttachment> | |
<cac:ExternalReference> | |
<cbc:URI>#SIGN-GREEN</cbc:URI> | |
</cac:ExternalReference> | |
</cac:DigitalSignatureAttachment> | |
</cac:Signature> | |
<cac:AccountingSupplierParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[EMPRESA SAC]]></cbc:Name> | |
</cac:PartyName> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cbc:ID>150101</cbc:ID> | |
<cbc:AddressTypeCode>0000</cbc:AddressTypeCode> | |
<cbc:CitySubdivisionName>NONE</cbc:CitySubdivisionName> | |
<cbc:CityName>LIMA</cbc:CityName> | |
<cbc:CountrySubentity>LIMA</cbc:CountrySubentity> | |
<cbc:District>LIMA</cbc:District> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LS]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingSupplierParty> | |
<cac:AccountingCustomerParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA 1]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LOS GIRASOLES]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingCustomerParty> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">0.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">0</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cac:TaxScheme> | |
<cbc:ID>9997</cbc:ID> | |
<cbc:Name>EXO</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:LegalMonetaryTotal> | |
<cbc:LineExtensionAmount currencyID="PEN">200.00</cbc:LineExtensionAmount> | |
<cbc:PayableAmount currencyID="PEN">200.00</cbc:PayableAmount> | |
</cac:LegalMonetaryTotal> | |
<cac:InvoiceLine> | |
<cbc:ID>1</cbc:ID> | |
<cbc:InvoicedQuantity unitCode="NIU">2</cbc:InvoicedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">200.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">100.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>01</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">0.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">0.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>20</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>9997</cbc:ID> | |
<cbc:Name>EXO</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>P001</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">100.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:InvoiceLine> | |
</Invoice> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"> | |
<ext:UBLExtensions> | |
<ext:UBLExtension> | |
<ext:ExtensionContent /> | |
</ext:UBLExtension> | |
</ext:UBLExtensions> | |
<cbc:UBLVersionID>2.1</cbc:UBLVersionID> | |
<cbc:CustomizationID>2.0</cbc:CustomizationID> | |
<cbc:ID>F001-123</cbc:ID> | |
<cbc:IssueDate>2018-10-15</cbc:IssueDate> | |
<cbc:IssueTime>01:10:18</cbc:IssueTime> | |
<cbc:InvoiceTypeCode listID="0101">01</cbc:InvoiceTypeCode> | |
<cbc:Note languageLocaleID="1002"><![CDATA[TRANSFERENCIA GRATUITA DE UN BIEN Y/O SERVICIO PRESTADO GRATUITAMENTE]]></cbc:Note> | |
<cbc:DocumentCurrencyCode>PEN</cbc:DocumentCurrencyCode> | |
<cac:Signature> | |
<cbc:ID>20123456789</cbc:ID> | |
<cbc:Note>GREENTER</cbc:Note> | |
<cac:SignatoryParty> | |
<cac:PartyIdentification> | |
<cbc:ID>20123456789</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[GREENTER S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
</cac:SignatoryParty> | |
<cac:DigitalSignatureAttachment> | |
<cac:ExternalReference> | |
<cbc:URI>#SIGN-GREEN</cbc:URI> | |
</cac:ExternalReference> | |
</cac:DigitalSignatureAttachment> | |
</cac:Signature> | |
<cac:AccountingSupplierParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20123456789</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[GREENTER S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[GREENTER]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cbc:ID>150101</cbc:ID> | |
<cbc:AddressTypeCode>0000</cbc:AddressTypeCode> | |
<cbc:CitySubdivisionName>-</cbc:CitySubdivisionName> | |
<cbc:CityName>LIMA</cbc:CityName> | |
<cbc:CountrySubentity>LIMA</cbc:CountrySubentity> | |
<cbc:District>LIMA</cbc:District> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LOS GERANIOS 321]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingSupplierParty> | |
<cac:AccountingCustomerParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA 1]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[JR. NIQUEL MZA. F LOTE. 3 URB. INDUSTRIAL INFANTAS - LIMA - LIMA -PERU]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingCustomerParty> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">0.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">0</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cac:TaxScheme> | |
<cbc:ID>9996</cbc:ID> | |
<cbc:Name>GRA</cbc:Name> | |
<cbc:TaxTypeCode>FRE</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:LegalMonetaryTotal> | |
<cbc:LineExtensionAmount currencyID="PEN">0.00</cbc:LineExtensionAmount> | |
<cbc:PayableAmount currencyID="PEN">0.00</cbc:PayableAmount> | |
</cac:LegalMonetaryTotal> | |
<cac:InvoiceLine> | |
<cbc:ID>1</cbc:ID> | |
<cbc:InvoicedQuantity unitCode="NIU">2</cbc:InvoicedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">0.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">100.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>02</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>11</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>9996</cbc:ID> | |
<cbc:Name>GRA</cbc:Name> | |
<cbc:TaxTypeCode>FRE</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>P001</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">0.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:InvoiceLine> | |
</Invoice> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"> | |
<ext:UBLExtensions> | |
<ext:UBLExtension> | |
<ext:ExtensionContent /> | |
</ext:UBLExtension> | |
</ext:UBLExtensions> | |
<cbc:UBLVersionID>2.1</cbc:UBLVersionID> | |
<cbc:CustomizationID>2.0</cbc:CustomizationID> | |
<cbc:ID>F001-123</cbc:ID> | |
<cbc:IssueDate>2018-10-14</cbc:IssueDate> | |
<cbc:IssueTime>01:02:03</cbc:IssueTime> | |
<cbc:DueDate>2018-10-15</cbc:DueDate> | |
<cbc:InvoiceTypeCode listID="0101">01</cbc:InvoiceTypeCode> | |
<cbc:Note languageLocaleID="1000"><![CDATA[SON DOSCIENTOS TREINTA Y SEIS CON OO/100 SOLES]]></cbc:Note> | |
<cbc:DocumentCurrencyCode>PEN</cbc:DocumentCurrencyCode> | |
<cac:Signature> | |
<cbc:ID>20000000001</cbc:ID> | |
<cbc:Note>GREENTER</cbc:Note> | |
<cac:SignatoryParty> | |
<cac:PartyIdentification> | |
<cbc:ID>20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[EMPRESA SAC]]></cbc:Name> | |
</cac:PartyName> | |
</cac:SignatoryParty> | |
<cac:DigitalSignatureAttachment> | |
<cac:ExternalReference> | |
<cbc:URI>#SIGN-GREEN</cbc:URI> | |
</cac:ExternalReference> | |
</cac:DigitalSignatureAttachment> | |
</cac:Signature> | |
<cac:AccountingSupplierParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[EMPRESA SAC]]></cbc:Name> | |
</cac:PartyName> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cbc:ID>150101</cbc:ID> | |
<cbc:AddressTypeCode>0000</cbc:AddressTypeCode> | |
<cbc:CitySubdivisionName>NONE</cbc:CitySubdivisionName> | |
<cbc:CityName>LIMA</cbc:CityName> | |
<cbc:CountrySubentity>LIMA</cbc:CountrySubentity> | |
<cbc:District>LIMA</cbc:District> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LS]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingSupplierParty> | |
<cac:AccountingCustomerParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA 1]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LOS GIRASOLES]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingCustomerParty> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:LegalMonetaryTotal> | |
<cbc:LineExtensionAmount currencyID="PEN">200.00</cbc:LineExtensionAmount> | |
<cbc:PayableAmount currencyID="PEN">236.00</cbc:PayableAmount> | |
</cac:LegalMonetaryTotal> | |
<cac:InvoiceLine> | |
<cbc:ID>1</cbc:ID> | |
<cbc:InvoicedQuantity unitCode="NIU">2</cbc:InvoicedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">200.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">118.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>01</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>10</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>P001</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">100.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:InvoiceLine> | |
</Invoice> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"> | |
<ext:UBLExtensions> | |
<ext:UBLExtension> | |
<ext:ExtensionContent /> | |
</ext:UBLExtension> | |
</ext:UBLExtensions> | |
<cbc:UBLVersionID>2.1</cbc:UBLVersionID> | |
<cbc:CustomizationID>2.0</cbc:CustomizationID> | |
<cbc:ID>F001-123</cbc:ID> | |
<cbc:IssueDate>2018-10-15</cbc:IssueDate> | |
<cbc:IssueTime>01:11:46</cbc:IssueTime> | |
<cbc:InvoiceTypeCode listID="2001">01</cbc:InvoiceTypeCode> | |
<cbc:Note languageLocaleID="1000"><![CDATA[SON DOSCIENTOS TREINTA Y SEIS CON OO/100 SOLES]]></cbc:Note> | |
<cbc:Note languageLocaleID="2000"><![CDATA[COMPROBANTE DE PERCEPCIÓN]]></cbc:Note> | |
<cbc:DocumentCurrencyCode>PEN</cbc:DocumentCurrencyCode> | |
<cac:Signature> | |
<cbc:ID>20123456789</cbc:ID> | |
<cbc:Note>GREENTER</cbc:Note> | |
<cac:SignatoryParty> | |
<cac:PartyIdentification> | |
<cbc:ID>20123456789</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[GREENTER S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
</cac:SignatoryParty> | |
<cac:DigitalSignatureAttachment> | |
<cac:ExternalReference> | |
<cbc:URI>#SIGN-GREEN</cbc:URI> | |
</cac:ExternalReference> | |
</cac:DigitalSignatureAttachment> | |
</cac:Signature> | |
<cac:AccountingSupplierParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20123456789</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[GREENTER S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[GREENTER]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cbc:ID>150101</cbc:ID> | |
<cbc:AddressTypeCode>0000</cbc:AddressTypeCode> | |
<cbc:CitySubdivisionName>-</cbc:CitySubdivisionName> | |
<cbc:CityName>LIMA</cbc:CityName> | |
<cbc:CountrySubentity>LIMA</cbc:CountrySubentity> | |
<cbc:District>LIMA</cbc:District> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LOS GERANIOS 321]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingSupplierParty> | |
<cac:AccountingCustomerParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA 1]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[JR. NIQUEL MZA. F LOTE. 3 URB. INDUSTRIAL INFANTAS - LIMA - LIMA -PERU]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingCustomerParty> | |
<cac:PaymentTerms> | |
<cbc:ID>Percepcion</cbc:ID> | |
<cbc:Amount currencyID="PEN">204.00</cbc:Amount> | |
</cac:PaymentTerms> | |
<cac:AllowanceCharge> | |
<cbc:ChargeIndicator>true</cbc:ChargeIndicator> | |
<cbc:AllowanceChargeReasonCode>51</cbc:AllowanceChargeReasonCode> | |
<cbc:MultiplierFactorNumeric>2</cbc:MultiplierFactorNumeric> | |
<cbc:Amount currencyID="PEN">4.00</cbc:Amount> | |
<cbc:BaseAmount currencyID="PEN">200.00</cbc:BaseAmount> | |
</cac:AllowanceCharge> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:LegalMonetaryTotal> | |
<cbc:LineExtensionAmount currencyID="PEN">200.00</cbc:LineExtensionAmount> | |
<cbc:PayableAmount currencyID="PEN">236.00</cbc:PayableAmount> | |
</cac:LegalMonetaryTotal> | |
<cac:InvoiceLine> | |
<cbc:ID>1</cbc:ID> | |
<cbc:InvoicedQuantity unitCode="NIU">2</cbc:InvoicedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">200.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">118.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>01</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>10</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>P001</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">100.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:InvoiceLine> | |
</Invoice> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<DespatchAdvice xmlns="urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"> | |
<ext:UBLExtensions> | |
<ext:UBLExtension> | |
<ext:ExtensionContent> | |
</ext:ExtensionContent> | |
</ext:UBLExtension> | |
</ext:UBLExtensions> | |
<cbc:UBLVersionID>2.1</cbc:UBLVersionID> | |
<cbc:CustomizationID>1.0</cbc:CustomizationID> | |
<cbc:ID>T001-123</cbc:ID> | |
<cbc:IssueDate>2018-10-17</cbc:IssueDate> | |
<cbc:IssueTime>21:11:21</cbc:IssueTime> | |
<cbc:DespatchAdviceTypeCode>09</cbc:DespatchAdviceTypeCode> | |
<cbc:Note><![CDATA[NOTA GUIA]]></cbc:Note> | |
<cac:OrderReference> | |
<cbc:ID>T001-00001</cbc:ID> | |
<cbc:OrderTypeCode listAgencyName="PE:SUNAT" listName="SUNAT:Identificador de Tipo de Documento" listURI="urn:pe:gob:sunat:cpe:see:gem:catalogos:catalogo01">09</cbc:OrderTypeCode> | |
</cac:OrderReference> | |
<cac:AdditionalDocumentReference> | |
<cbc:ID>213123</cbc:ID> | |
<cbc:DocumentTypeCode listAgencyName="PE:SUNAT" listName="SUNAT:Identificador de documento relacionado" listURI="urn:pe:gob:sunat:cpe:see:gem:catalogos:catalogo21">02</cbc:DocumentTypeCode> | |
</cac:AdditionalDocumentReference> | |
<cac:DespatchSupplierParty> | |
<cbc:CustomerAssignedAccountID schemeID="6">20123456789</cbc:CustomerAssignedAccountID> | |
<cac:Party> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[GREENTER S.A.C]]></cbc:RegistrationName> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:DespatchSupplierParty> | |
<cac:DeliveryCustomerParty> | |
<cbc:CustomerAssignedAccountID schemeID="6">20000000002</cbc:CustomerAssignedAccountID> | |
<cac:Party> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[CLIENT SAC]]></cbc:RegistrationName> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:DeliveryCustomerParty> | |
<cac:SellerSupplierParty> | |
<cbc:CustomerAssignedAccountID schemeID="6">20000000003</cbc:CustomerAssignedAccountID> | |
<cac:Party> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA SA]]></cbc:RegistrationName> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:SellerSupplierParty> | |
<cac:Shipment> | |
<cbc:ID>1</cbc:ID> | |
<cbc:HandlingCode>01</cbc:HandlingCode> | |
<cbc:Information>VENTA</cbc:Information> | |
<cbc:GrossWeightMeasure unitCode="KGM">12.500</cbc:GrossWeightMeasure> | |
<cbc:TotalTransportHandlingUnitQuantity>2</cbc:TotalTransportHandlingUnitQuantity> | |
<cbc:SplitConsignmentIndicator>false</cbc:SplitConsignmentIndicator> | |
<cac:ShipmentStage> | |
<cbc:TransportModeCode>01</cbc:TransportModeCode> | |
<cac:TransitPeriod> | |
<cbc:StartDate>2018-10-17</cbc:StartDate> | |
</cac:TransitPeriod> | |
<cac:CarrierParty> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000002</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[TRANSPORTES S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
</cac:CarrierParty> | |
<cac:TransportMeans> | |
<cac:RoadTransport> | |
<cbc:LicensePlateID>ABI-453</cbc:LicensePlateID> | |
</cac:RoadTransport> | |
</cac:TransportMeans> | |
<cac:DriverPerson> | |
<cbc:ID schemeID="1">40003344</cbc:ID> | |
</cac:DriverPerson> | |
</cac:ShipmentStage> | |
<cac:Delivery> | |
<cac:DeliveryAddress> | |
<cbc:ID>150101</cbc:ID> | |
<cbc:StreetName>AV LIMA</cbc:StreetName> | |
</cac:DeliveryAddress> | |
</cac:Delivery> | |
<cac:TransportHandlingUnit> | |
<cbc:ID>XD-2232</cbc:ID> | |
</cac:TransportHandlingUnit> | |
<cac:OriginAddress> | |
<cbc:ID>150203</cbc:ID> | |
<cbc:StreetName>AV ITALIA</cbc:StreetName> | |
</cac:OriginAddress> | |
<cac:FirstArrivalPortLocation> | |
<cbc:ID>123</cbc:ID> | |
</cac:FirstArrivalPortLocation> | |
</cac:Shipment> | |
<cac:DespatchLine> | |
<cbc:ID>1</cbc:ID> | |
<cbc:DeliveredQuantity unitCode="ZZ">2</cbc:DeliveredQuantity> | |
<cac:OrderLineReference> | |
<cbc:LineID>1</cbc:LineID> | |
</cac:OrderLineReference> | |
<cac:Item> | |
<cbc:Name><![CDATA[PROD 1]]></cbc:Name> | |
<cac:SellersItemIdentification> | |
<cbc:ID>PROD1</cbc:ID> | |
</cac:SellersItemIdentification> | |
<cac:CommodityClassification> | |
<cbc:ItemClassificationCode listID="UNSPSC" listAgencyName="GS1 US" listName="Item Classification">P001</cbc:ItemClassificationCode> | |
</cac:CommodityClassification> | |
</cac:Item> | |
</cac:DespatchLine> | |
</DespatchAdvice> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<CreditNote xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"> | |
<ext:UBLExtensions> | |
<ext:UBLExtension> | |
<ext:ExtensionContent /> | |
</ext:UBLExtension> | |
</ext:UBLExtensions> | |
<cbc:UBLVersionID>2.1</cbc:UBLVersionID> | |
<cbc:CustomizationID>2.0</cbc:CustomizationID> | |
<cbc:ID>FF01-123</cbc:ID> | |
<cbc:IssueDate>2018-10-15</cbc:IssueDate> | |
<cbc:IssueTime>00:00:01</cbc:IssueTime> | |
<cbc:Note languageLocaleID="1000"><![CDATA[SON DOSCIENTOS TREINTA Y SEIS CON 00/100 SOLES]]></cbc:Note> | |
<cbc:DocumentCurrencyCode>PEN</cbc:DocumentCurrencyCode> | |
<cac:DiscrepancyResponse> | |
<cbc:ReferenceID>F001-111</cbc:ReferenceID> | |
<cbc:ResponseCode>07</cbc:ResponseCode> | |
<cbc:Description>DEVOLUCION POR ITEM</cbc:Description> | |
</cac:DiscrepancyResponse> | |
<cac:BillingReference> | |
<cac:InvoiceDocumentReference> | |
<cbc:ID>F001-111</cbc:ID> | |
<cbc:DocumentTypeCode>01</cbc:DocumentTypeCode> | |
</cac:InvoiceDocumentReference> | |
</cac:BillingReference> | |
<cac:DespatchDocumentReference> | |
<cbc:ID>001-213</cbc:ID> | |
<cbc:DocumentTypeCode>09</cbc:DocumentTypeCode> | |
</cac:DespatchDocumentReference> | |
<cac:Signature> | |
<cbc:ID>20123456789</cbc:ID> | |
<cbc:Note>GREENTER</cbc:Note> | |
<cac:SignatoryParty> | |
<cac:PartyIdentification> | |
<cbc:ID>20123456789</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[GREENTER S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
</cac:SignatoryParty> | |
<cac:DigitalSignatureAttachment> | |
<cac:ExternalReference> | |
<cbc:URI>#SIGN-GREEN</cbc:URI> | |
</cac:ExternalReference> | |
</cac:DigitalSignatureAttachment> | |
</cac:Signature> | |
<cac:AccountingSupplierParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20123456789</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[GREENTER S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[GREENTER]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cbc:ID>150101</cbc:ID> | |
<cbc:AddressTypeCode>0000</cbc:AddressTypeCode> | |
<cbc:CitySubdivisionName>-</cbc:CitySubdivisionName> | |
<cbc:CityName>LIMA</cbc:CityName> | |
<cbc:CountrySubentity>LIMA</cbc:CountrySubentity> | |
<cbc:District>LIMA</cbc:District> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LOS GERANIOS 321]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingSupplierParty> | |
<cac:AccountingCustomerParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA 1]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[JR. NIQUEL MZA. F LOTE. 3 URB. INDUSTRIAL INFANTAS - LIMA - LIMA -PERU]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingCustomerParty> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:LegalMonetaryTotal> | |
<cbc:PayableAmount currencyID="PEN">236.00</cbc:PayableAmount> | |
</cac:LegalMonetaryTotal> | |
<cac:CreditNoteLine> | |
<cbc:ID>1</cbc:ID> | |
<cbc:CreditedQuantity unitCode="NIU">2</cbc:CreditedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">100.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">56.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>01</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">100.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>10</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>C023</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">50.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:CreditNoteLine> | |
<cac:CreditNoteLine> | |
<cbc:ID>2</cbc:ID> | |
<cbc:CreditedQuantity unitCode="NIU">2</cbc:CreditedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">100.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">56.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>01</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">100.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>10</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>C02</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">50.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:CreditNoteLine> | |
</CreditNote> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<DebitNote xmlns="urn:oasis:names:specification:ubl:schema:xsd:DebitNote-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"> | |
<ext:UBLExtensions> | |
<ext:UBLExtension> | |
<ext:ExtensionContent /> | |
</ext:UBLExtension> | |
</ext:UBLExtensions> | |
<cbc:UBLVersionID>2.1</cbc:UBLVersionID> | |
<cbc:CustomizationID>2.0</cbc:CustomizationID> | |
<cbc:ID>FF01-123</cbc:ID> | |
<cbc:IssueDate>2018-10-15</cbc:IssueDate> | |
<cbc:IssueTime>00:00:03</cbc:IssueTime> | |
<cbc:Note languageLocaleID="1000"><![CDATA[SON DOSCIENTOS TREINTA Y SEIS CON 00/100 SOLES]]></cbc:Note> | |
<cbc:DocumentCurrencyCode>PEN</cbc:DocumentCurrencyCode> | |
<cac:DiscrepancyResponse> | |
<cbc:ReferenceID>F001-111</cbc:ReferenceID> | |
<cbc:ResponseCode>02</cbc:ResponseCode> | |
<cbc:Description>AUMENTO EN EL VALOR</cbc:Description> | |
</cac:DiscrepancyResponse> | |
<cac:OrderReference> | |
<cbc:ID>0014232</cbc:ID> | |
</cac:OrderReference> | |
<cac:BillingReference> | |
<cac:InvoiceDocumentReference> | |
<cbc:ID>F001-111</cbc:ID> | |
<cbc:DocumentTypeCode>01</cbc:DocumentTypeCode> | |
</cac:InvoiceDocumentReference> | |
</cac:BillingReference> | |
<cac:Signature> | |
<cbc:ID>20123456789</cbc:ID> | |
<cbc:Note>GREENTER</cbc:Note> | |
<cac:SignatoryParty> | |
<cac:PartyIdentification> | |
<cbc:ID>20123456789</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[GREENTER S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
</cac:SignatoryParty> | |
<cac:DigitalSignatureAttachment> | |
<cac:ExternalReference> | |
<cbc:URI>#SIGN-GREEN</cbc:URI> | |
</cac:ExternalReference> | |
</cac:DigitalSignatureAttachment> | |
</cac:Signature> | |
<cac:AccountingSupplierParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20123456789</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyName> | |
<cbc:Name><![CDATA[GREENTER S.A.C]]></cbc:Name> | |
</cac:PartyName> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[GREENTER]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cbc:ID>150101</cbc:ID> | |
<cbc:AddressTypeCode>0000</cbc:AddressTypeCode> | |
<cbc:CitySubdivisionName>-</cbc:CitySubdivisionName> | |
<cbc:CityName>LIMA</cbc:CityName> | |
<cbc:CountrySubentity>LIMA</cbc:CountrySubentity> | |
<cbc:District>LIMA</cbc:District> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[AV LOS GERANIOS 321]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingSupplierParty> | |
<cac:AccountingCustomerParty> | |
<cac:Party> | |
<cac:PartyIdentification> | |
<cbc:ID schemeID="6">20000000001</cbc:ID> | |
</cac:PartyIdentification> | |
<cac:PartyLegalEntity> | |
<cbc:RegistrationName><![CDATA[EMPRESA 1]]></cbc:RegistrationName> | |
<cac:RegistrationAddress> | |
<cac:AddressLine> | |
<cbc:Line><![CDATA[JR. NIQUEL MZA. F LOTE. 3 URB. INDUSTRIAL INFANTAS - LIMA - LIMA -PERU]]></cbc:Line> | |
</cac:AddressLine> | |
<cac:Country> | |
<cbc:IdentificationCode>PE</cbc:IdentificationCode> | |
</cac:Country> | |
</cac:RegistrationAddress> | |
</cac:PartyLegalEntity> | |
</cac:Party> | |
</cac:AccountingCustomerParty> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">200.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">36.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:RequestedMonetaryTotal> | |
<cbc:PayableAmount currencyID="PEN">236.00</cbc:PayableAmount> | |
</cac:RequestedMonetaryTotal> | |
<cac:DebitNoteLine> | |
<cbc:ID>1</cbc:ID> | |
<cbc:DebitedQuantity unitCode="NIU">2</cbc:DebitedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">100.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">56.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>01</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">100.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>10</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>C023</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">50.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:DebitNoteLine> | |
<cac:DebitNoteLine> | |
<cbc:ID>2</cbc:ID> | |
<cbc:DebitedQuantity unitCode="NIU">2</cbc:DebitedQuantity> | |
<cbc:LineExtensionAmount currencyID="PEN">100.00</cbc:LineExtensionAmount> | |
<cac:PricingReference> | |
<cac:AlternativeConditionPrice> | |
<cbc:PriceAmount currencyID="PEN">56.000000</cbc:PriceAmount> | |
<cbc:PriceTypeCode>01</cbc:PriceTypeCode> | |
</cac:AlternativeConditionPrice> | |
</cac:PricingReference> | |
<cac:TaxTotal> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxSubtotal> | |
<cbc:TaxableAmount currencyID="PEN">100.00</cbc:TaxableAmount> | |
<cbc:TaxAmount currencyID="PEN">18.00</cbc:TaxAmount> | |
<cac:TaxCategory> | |
<cbc:Percent>18</cbc:Percent> | |
<cbc:TaxExemptionReasonCode>10</cbc:TaxExemptionReasonCode> | |
<cac:TaxScheme> | |
<cbc:ID>1000</cbc:ID> | |
<cbc:Name>IGV</cbc:Name> | |
<cbc:TaxTypeCode>VAT</cbc:TaxTypeCode> | |
</cac:TaxScheme> | |
</cac:TaxCategory> | |
</cac:TaxSubtotal> | |
</cac:TaxTotal> | |
<cac:Item> | |
<cbc:Description><![CDATA[PROD 1]]></cbc:Description> | |
<cac:SellersItemIdentification> | |
<cbc:ID>C02</cbc:ID> | |
</cac:SellersItemIdentification> | |
</cac:Item> | |
<cac:Price> | |
<cbc:PriceAmount currencyID="PEN">50.000000</cbc:PriceAmount> | |
</cac:Price> | |
</cac:DebitNoteLine> | |
</DebitNote> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment