File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed
core/src/main/resources/templates Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 1313 <cbc : ReferenceDate >{fechaEmisionComprobantes}</cbc : ReferenceDate >
1414 <cbc : IssueDate >{fechaEmision}</cbc : IssueDate >
1515 {#include ubl/common/signature.xml firmante=this.firmante /}
16- <cac : AccountingSupplierParty >
17- <cbc : CustomerAssignedAccountID >{proveedor.ruc}</cbc : CustomerAssignedAccountID >
18- <cbc : AdditionalAccountID >6</cbc : AdditionalAccountID >
19- <cac : Party >
20- <cac : PartyLegalEntity >
21- <cbc : RegistrationName ><![CDATA[ {proveedor.razonSocial}]]> </cbc : RegistrationName >
22- </cac : PartyLegalEntity >
23- </cac : Party >
24- </cac : AccountingSupplierParty >
16+ {#include ubl/sunat/include/supplier.xml proveedor=this.proveedor /}
2517 {#each comprobantes.orEmpty}
2618 <sac : VoidedDocumentsLine >
2719 <cbc : LineID >{it_index.add(1)}</cbc : LineID >
Original file line number Diff line number Diff line change 22 <cbc : CustomerAssignedAccountID >{proveedor.ruc}</cbc : CustomerAssignedAccountID >
33 <cbc : AdditionalAccountID >6</cbc : AdditionalAccountID >
44 <cac : Party >
5- <#if proveedor.nombreComercial?? >
6- <cac:PartyName >
7- <cbc:Name ><![CDATA[{proveedor.nombreComercial}]] ></cbc:Name >
8- </cac:PartyName >
9- </#if >
10- <#if proveedor.codigoPostal?? >
11- <cac:PostalAddress >
12- <cbc:ID >{proveedor.codigoPostal}</cbc:ID >
13- </cac:PostalAddress >
14- </#if >
155 <cac : PartyLegalEntity >
166 <cbc : RegistrationName ><![CDATA[ {proveedor.razonSocial}]]> </cbc : RegistrationName >
177 </cac : PartyLegalEntity >
You can’t perform that action at this time.
0 commit comments