Closed fhuancco closed 3 years ago
Cogratulations! You have just created your first issue. Thanks for contributting to this project! We will answer you as soon as possible' first issue
@fhuancco La agregación de las guías de remisión están en progreso. Puedes ver el progreso en https://github.com/project-openubl/xbuilder/pull/38
La agregación de guías de remisión se hará de la siguiente manera:
InvoiceInputModel input = InvoiceInputModel.Builder.anInvoiceInputModel()
.withSerie("F001")
.withNumero(1)
.withGuiasRemisionRelacionadas(Arrays.asList(
GuiaRemisionRelacionadaInputModel.Builder.aGuiaRemisionRelacionadaInputModel()
.withSerieNumero("0001-002020")
.withTipoDocumento(Catalog1_Guia.GUIA_REMISION_TRANSPORTISTA.toString())
.build(),
GuiaRemisionRelacionadaInputModel.Builder.aGuiaRemisionRelacionadaInputModel()
.withSerieNumero("0002-002020")
.withTipoDocumento(Catalog1_Guia.GUIA_REMISION_TRANSPORTISTA.toString())
.build()
))
.build();
Qué te parece la forma de agregar guías?
También se estan agregando la forma de agregar otros documentos tributarios relacionados al documento:
https://github.com/project-openubl/xbuilder/pull/40
InvoiceInputModel input = InvoiceInputModel.Builder.anInvoiceInputModel()
.withSerie("F001")
.withNumero(1)
.withOtrosDocumentosTributariosRelacionados(Arrays.asList(
DocTribRelacionadoInputModel_Invoice.Builder.aDocTribRelacionadoInputModel_Invoice()
.withSerieNumero("F001-1")
.withTipoDocumento(Catalog12_Doc_Trib_Relacionado_Invoice.DECLARACION_SIMPLIFICADA_DE_IMPORTACION.toString())
.build(),
DocTribRelacionadoInputModel_Invoice.Builder.aDocTribRelacionadoInputModel_Invoice()
.withSerieNumero("F002-2")
.withTipoDocumento(Catalog12_Doc_Trib_Relacionado_Invoice.DECLARACION_SIMPLIFICADA_DE_IMPORTACION.toString())
.build()
))
.build();
Agregando anticipos en https://github.com/project-openubl/xbuilder/pull/42
InvoiceInputModel input = InvoiceInputModel.Builder.anInvoiceInputModel()
.withSerie("F001")
.withNumero(1)
.withAnticipos(Arrays.asList(
AnticipoInputModel.Builder.anAnticipoInputModel()
.withSerieNumero("B999-1")
.withTipoDocumento(Catalog12_Anticipo.BOLETA_DE_VENTA_EMITIDA_POR_ANTICIPOS.toString())
.withMontoTotal(new BigDecimal("180"))
.build(),
AnticipoInputModel.Builder.anAnticipoInputModel()
.withSerieNumero("B999-2")
.withTipoDocumento(Catalog12_Anticipo.BOLETA_DE_VENTA_EMITIDA_POR_ANTICIPOS.toString())
.withMontoTotal(new BigDecimal("180"))
.build()
))
.build();
@fhuancco Procederé a cerrar este ISSUE ya que la versión 1.2.1.Final de Builder incluye lo requerido en este ISSUE. Para mayor información lee la versión actualizada de la documentación en https://project-openubl.github.io/docs/xbuilder/examples/guia-remision-relacionada . Si piensas que hay cambios requeridos o bugs no dudes en reabrir este ISSUE o crear uno nuevo.
Incluir los documentos Relacionados en la factura Electronica segun : 12 Tipo y número de la guía de remisión relacionada con la operación que se factura. Referencia a las guías de remisión remitente o transportista, según corresponda, autorizadas por la SUNAT para sustentar el traslado de los bienes. Pueden existir múltiples guías de remisión, por lo que el número de elementos de este tipo es ilimitado. Se utilizará el Catálogo N° 01: “Código de Tipo de Documento”. ejemplo: