-
Notifications
You must be signed in to change notification settings - Fork 153
Description
Hola buenas tardes, estoy generando una boleta con anticipos igual al valor de la venta
Ejemplo:
Anticipos: 762.68
Venta: 762.68
Entonces genero la boleta con valor 0.00
Al momento de generar el resumen diario me sale este error:
"description": "2255 - El XML no contiene el tag PaidAmount - Detalle: value='ticket: 500000105832482, error: Error en la linea: 4 : (nodo: "/SummaryDocuments/sac:SummaryDocumentsLine/sac:BillingPayment/cbc:PaidAmount" valor: "")'",
---EN EL XML DEL RESUMEN SE ESTA ENVIANDO ASI:
sac:SummaryDocumentsLine
cbc:LineID4</cbc:LineID>
cbc:DocumentTypeCode03</cbc:DocumentTypeCode>
cbc:IDBE01-545</cbc:ID>
cac:AccountingCustomerParty
cbc:CustomerAssignedAccountID16462144</cbc:CustomerAssignedAccountID>
cbc:AdditionalAccountID1</cbc:AdditionalAccountID>
</cac:AccountingCustomerParty>
cac:Status
cbc:ConditionCode1</cbc:ConditionCode>
</cac:Status>
<sac:TotalAmount currencyID="PEN">0.00</sac:TotalAmount>
cac:TaxTotal
<cbc:TaxAmount currencyID="PEN">0.00</cbc:TaxAmount>
cac:TaxSubtotal
<cbc:TaxAmount currencyID="PEN">0.00</cbc:TaxAmount>
cac:TaxCategory
cac:TaxScheme
cbc:ID1000</cbc:ID>
cbc:NameIGV</cbc:Name>
cbc:TaxTypeCodeVAT</cbc:TaxTypeCode>
</cac:TaxScheme>
</cac:TaxCategory>
</cac:TaxSubtotal>
</cac:TaxTotal>
</sac:SummaryDocumentsLine>
