From 3862b3e93462a5f8946c99c94220c5d3aaac99b6 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Sep 2022 17:11:39 +0000 Subject: [PATCH] Update files gc taxes FossilOrigin-Name: 9bceb0c3494ecda7acffe86ebd9b4705078db1028fe62686c8f9010c4850959f --- .../codelist/TarifaImpuestoReteIVA-2.1.gc | 111 ++++++++++-------- ...-2.1.gc => TarifaImpuestoReteRenta-2.1.gc} | 0 .../fe/data/dian/codelist/TipoImpuesto-2.1.gc | 10 +- facho/fe/data/dian/codelist/__init__.py | 4 + 4 files changed, 74 insertions(+), 51 deletions(-) rename facho/fe/data/dian/codelist/{TarifaImpuestoReteFuente-2.1.gc => TarifaImpuestoReteRenta-2.1.gc} (100%) diff --git a/facho/fe/data/dian/codelist/TarifaImpuestoReteIVA-2.1.gc b/facho/fe/data/dian/codelist/TarifaImpuestoReteIVA-2.1.gc index 2720b0e..cd62b2d 100644 --- a/facho/fe/data/dian/codelist/TarifaImpuestoReteIVA-2.1.gc +++ b/facho/fe/data/dian/codelist/TarifaImpuestoReteIVA-2.1.gc @@ -1,50 +1,61 @@ - - - - - TarifaImpuestos - Tarifas por Impuesto - 1 - urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos - urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos-2.1 - http://dian.gov.co/ubl/os-ubl-2.0/cl/gc/default/TarifaImpuestos-2.1.gc - - DIAN (Dirección de Impuestos y Aduanas Nacionales) - 195 - - - - - Code - Codigo Comun - - - - Name - Nombre - - - - Description - Descripcion - - - - CodeKey - - - - - - - 15.00 - - - ReteIVA - - - ReteIVA - - - - + + + + + TarifaImpuestos + Tarifas por Impuesto + 1 + urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos + urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos-2.1 + http://dian.gov.co/ubl/os-ubl-2.0/cl/gc/default/TarifaImpuestos-2.1.gc + + DIAN (Dirección de Impuestos y Aduanas Nacionales) + 195 + + + + + Code + Codigo Comun + + + + Name + Nombre + + + + Description + Descripcion + + + + CodeKey + + + + + + + 15.00 + + + ReteIVA + + + ReteIVA + + + + + 100.00 + + + ReteIVA + + + ReteIVA + + + + diff --git a/facho/fe/data/dian/codelist/TarifaImpuestoReteFuente-2.1.gc b/facho/fe/data/dian/codelist/TarifaImpuestoReteRenta-2.1.gc similarity index 100% rename from facho/fe/data/dian/codelist/TarifaImpuestoReteFuente-2.1.gc rename to facho/fe/data/dian/codelist/TarifaImpuestoReteRenta-2.1.gc diff --git a/facho/fe/data/dian/codelist/TipoImpuesto-2.1.gc b/facho/fe/data/dian/codelist/TipoImpuesto-2.1.gc index 4d1bf8b..90a591a 100644 --- a/facho/fe/data/dian/codelist/TipoImpuesto-2.1.gc +++ b/facho/fe/data/dian/codelist/TipoImpuesto-2.1.gc @@ -150,6 +150,14 @@ Sordicom + + + 30 + + + Impuesto al Consumo de Datos + + ZZ @@ -158,5 +166,5 @@ Nombre de la figura tributaria - + diff --git a/facho/fe/data/dian/codelist/__init__.py b/facho/fe/data/dian/codelist/__init__.py index c9f00f0..837009d 100644 --- a/facho/fe/data/dian/codelist/__init__.py +++ b/facho/fe/data/dian/codelist/__init__.py @@ -82,6 +82,10 @@ TipoAmbiente = CodeList(path_for_codelist('TipoAmbiente-2.1.gc'), 'code', 'name' TipoDocumento = CodeList(path_for_codelist('TipoDocumento-2.1.gc'), 'code', 'name') TipoImpuesto = CodeList(path_for_codelist('TipoImpuesto-2.1.gc'), 'code', 'name')\ .update(CodeList(path_for_codelist('TipoImpuesto-2.1.custom.gc'), 'code', 'name')) +TarifaImpuesto = CodeList(path_for_codelist('TarifaImpuestoINC-2.1.gc'), 'code', 'name')\ + .update(CodeList(path_for_codelist('TarifaImpuestoIVA-2.1.gc'), 'code', 'name'))\ + .update(CodeList(path_for_codelist('TarifaImpuestoReteIVA-2.1.gc'), 'code', 'name'))\ + .update(CodeList(path_for_codelist('TarifaImpuestoReteRenta-2.1.gc'), 'code', 'name')) CodigoPrecioReferencia = CodeList(path_for_codelist('CodigoPrecioReferencia-2.1.gc'), 'code', 'name') MediosPago = CodeList(path_for_codelist('MediosPago-2.1.gc'), 'code', 'name') FormasPago = CodeList(path_for_codelist('FormasPago-2.1.gc'), 'code', 'name')