Created
January 24, 2018 03:48
-
-
Save variux/b6d7b7fe0d574acdad51b113d02d74fa to your computer and use it in GitHub Desktop.
This file contains hidden or 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"?> | |
<FacturaElectronica xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://tribunet.hacienda.go.cr/docs/esquemas/2017/v4.2/facturaElectronica"> | |
<Clave>50609011800011717071900000000000000000034987656238</Clave> | |
<NumeroConsecutivo>00000000000000000032</NumeroConsecutivo> | |
<FechaEmision>2018-01-08T20:25:49.049Z</FechaEmision> | |
<Emisor> | |
<Nombre>Alvaro Andres Zuniga Hernandez</Nombre> | |
<Identificacion> | |
<Tipo>01</Tipo> | |
<Numero>117170719</Numero> | |
</Identificacion> | |
<Ubicacion> | |
<Provincia>1</Provincia> | |
<Canton>06</Canton> | |
<Distrito>01</Distrito> | |
<Barrio>13</Barrio> | |
<OtrasSenas>Gr Rural 100 mts este 50 mts norte, 50 mts este Casa Amarilla</OtrasSenas> | |
</Ubicacion> | |
<Telefono> | |
<CodigoPais>506</CodigoPais> | |
<NumTelefono>85778249</NumTelefono> | |
</Telefono> | |
<Fax> | |
<CodigoPais>506</CodigoPais> | |
<NumTelefono>00000000</NumTelefono> | |
</Fax> | |
<CorreoElectronico>[email protected]</CorreoElectronico> | |
</Emisor> | |
<Receptor> | |
<Nombre>Alfaro Hernandez IT Corporation</Nombre> | |
<Identificacion> | |
<Tipo>02</Tipo> | |
<Numero>3101660919</Numero> | |
</Identificacion> | |
<NombreComercial>ITCO S.A</NombreComercial> | |
<Ubicacion> | |
<Provincia>1</Provincia> | |
<Canton>01</Canton> | |
<Distrito>05</Distrito> | |
<Barrio>11</Barrio> | |
<OtrasSenas>Edificio Cagioca, segundo piso</OtrasSenas> | |
</Ubicacion> | |
<Telefono> | |
<CodigoPais>506</CodigoPais> | |
<NumTelefono>22516262</NumTelefono> | |
</Telefono> | |
<Fax> | |
<CodigoPais>506</CodigoPais> | |
<NumTelefono>00000000</NumTelefono> | |
</Fax> | |
<CorreoElectronico>[email protected]</CorreoElectronico> | |
</Receptor> | |
<CondicionVenta>01</CondicionVenta> | |
<MedioPago>01</MedioPago> | |
<DetalleServicio> | |
<LineaDetalle> | |
<NumeroLinea>1</NumeroLinea> | |
<Codigo> | |
<Tipo>01</Tipo> | |
<Codigo>4500</Codigo> | |
</Codigo> | |
<Cantidad>1.000</Cantidad> | |
<UnidadMedida>Sp</UnidadMedida> | |
<UnidadMedidaComercial /> | |
<Detalle>Servicios de desarrollo web para el cliente avon.cr</Detalle> | |
<PrecioUnitario>450000.00000</PrecioUnitario> | |
<MontoTotal>450000.000000</MontoTotal> | |
<NaturalezaDescuento /> | |
<SubTotal>450000.0000000</SubTotal> | |
<MontoTotalLinea>450000.00</MontoTotalLinea> | |
</LineaDetalle> | |
</DetalleServicio> | |
<ResumenFactura> | |
<CodigoMoneda>CRC</CodigoMoneda> | |
<TipoCambio>576.74000</TipoCambio> | |
<TotalServGravados>0.00000</TotalServGravados> | |
<TotalServExentos>450000.00000</TotalServExentos> | |
<TotalMercanciasGravadas>0.00000</TotalMercanciasGravadas> | |
<TotalMercanciasExentas>0.00000</TotalMercanciasExentas> | |
<TotalGravado>0.00000</TotalGravado> | |
<TotalExento>450000.00000</TotalExento> | |
<TotalVenta>450000.00000</TotalVenta> | |
<TotalDescuentos>0.00000</TotalDescuentos> | |
<TotalVentaNeta>450000.00000</TotalVentaNeta> | |
<TotalImpuesto>0.00000</TotalImpuesto> | |
<TotalComprobante>450000.00000</TotalComprobante> | |
</ResumenFactura> | |
<Normativa> | |
<NumeroResolucion>DGT-R-48-2016</NumeroResolucion> | |
<FechaResolucion>20-02-2017 13:22:22</FechaResolucion> | |
</Normativa> | |
<Otros> | |
<OtroTexto codigo="obs">Probando</OtroTexto> | |
</Otros> | |
</FacturaElectronica> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment