Update files gc taxes

FossilOrigin-Name: 9bceb0c3494ecda7acffe86ebd9b4705078db1028fe62686c8f9010c4850959f
This commit is contained in:
root 2022-09-07 17:11:39 +00:00
parent 5cf929cca9
commit 3862b3e934
4 changed files with 74 additions and 51 deletions

View File

@ -1,50 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- DIAN Genericode listas de validacion :: Ultima modificación 18-02-2019 - evb--> <!-- DIAN Genericode listas de validacion :: Ultima modificación 18-02-2019 - evb-->
<gc:CodeList xmlns:gc="http://docs.oasis-open.org/codelist/ns/genericode/1.0/"> <gc:CodeList xmlns:gc="http://docs.oasis-open.org/codelist/ns/genericode/1.0/">
<Identification> <Identification>
<ShortName>TarifaImpuestos</ShortName> <ShortName>TarifaImpuestos</ShortName>
<LongName xml:lang="es">Tarifas por Impuesto</LongName> <LongName xml:lang="es">Tarifas por Impuesto</LongName>
<Version>1</Version> <Version>1</Version>
<CanonicalUri>urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos</CanonicalUri> <CanonicalUri>urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos</CanonicalUri>
<CanonicalVersionUri>urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos-2.1</CanonicalVersionUri> <CanonicalVersionUri>urn:dian:names:especificacion:ubl:listacodigos:gc:TarifaImpuestos-2.1</CanonicalVersionUri>
<LocationUri>http://dian.gov.co/ubl/os-ubl-2.0/cl/gc/default/TarifaImpuestos-2.1.gc</LocationUri> <LocationUri>http://dian.gov.co/ubl/os-ubl-2.0/cl/gc/default/TarifaImpuestos-2.1.gc</LocationUri>
<Agency> <Agency>
<LongName xml:lang="es">DIAN (Dirección de Impuestos y Aduanas Nacionales)</LongName> <LongName xml:lang="es">DIAN (Dirección de Impuestos y Aduanas Nacionales)</LongName>
<Identifier>195</Identifier> <Identifier>195</Identifier>
</Agency> </Agency>
</Identification> </Identification>
<ColumnSet> <ColumnSet>
<Column Id="code" Use="required"> <Column Id="code" Use="required">
<ShortName>Code</ShortName> <ShortName>Code</ShortName>
<LongName xml:lang="es">Codigo Comun</LongName> <LongName xml:lang="es">Codigo Comun</LongName>
<Data Type="normalizedString"/> <Data Type="normalizedString"/>
</Column> </Column>
<Column Id="name" Use="required"> <Column Id="name" Use="required">
<ShortName>Name</ShortName> <ShortName>Name</ShortName>
<LongName xml:lang="es">Nombre</LongName> <LongName xml:lang="es">Nombre</LongName>
<Data Type="string"/> <Data Type="string"/>
</Column> </Column>
<Column Id="description" Use="required"> <Column Id="description" Use="required">
<ShortName>Description</ShortName> <ShortName>Description</ShortName>
<LongName xml:lang="es">Descripcion</LongName> <LongName xml:lang="es">Descripcion</LongName>
<Data Type="string"/> <Data Type="string"/>
</Column> </Column>
<Key Id="codeKey"> <Key Id="codeKey">
<ShortName>CodeKey</ShortName> <ShortName>CodeKey</ShortName>
<ColumnRef Ref="code"/> <ColumnRef Ref="code"/>
</Key> </Key>
</ColumnSet> </ColumnSet>
<SimpleCodeList> <SimpleCodeList>
<Row> <Row>
<Value ColumnRef="code"> <Value ColumnRef="code">
<SimpleValue>15.00</SimpleValue> <SimpleValue>15.00</SimpleValue>
</Value> </Value>
<Value ColumnRef="name"> <Value ColumnRef="name">
<SimpleValue>ReteIVA</SimpleValue> <SimpleValue>ReteIVA</SimpleValue>
</Value> </Value>
<Value ColumnRef="description"> <Value ColumnRef="description">
<SimpleValue>ReteIVA</SimpleValue> <SimpleValue>ReteIVA</SimpleValue>
</Value> </Value>
</Row> </Row>
</SimpleCodeList> <Row>
</gc:CodeList> <Value ColumnRef="code">
<SimpleValue>100.00</SimpleValue>
</Value>
<Value ColumnRef="name">
<SimpleValue>ReteIVA</SimpleValue>
</Value>
<Value ColumnRef="description">
<SimpleValue>ReteIVA</SimpleValue>
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>

View File

@ -150,6 +150,14 @@
<SimpleValue>Sordicom</SimpleValue> <SimpleValue>Sordicom</SimpleValue>
</Value> </Value>
</Row> </Row>
<Row>
<Value ColumnRef="code">
<SimpleValue>30</SimpleValue>
</Value>
<Value ColumnRef="name">
<SimpleValue>Impuesto al Consumo de Datos</SimpleValue>
</Value>
</Row>
<Row> <Row>
<Value ColumnRef="code"> <Value ColumnRef="code">
<SimpleValue>ZZ</SimpleValue> <SimpleValue>ZZ</SimpleValue>
@ -158,5 +166,5 @@
<SimpleValue>Nombre de la figura tributaria</SimpleValue> <SimpleValue>Nombre de la figura tributaria</SimpleValue>
</Value> </Value>
</Row> </Row>
</SimpleCodeList> </SimpleCodeList>
</gc:CodeList> </gc:CodeList>

View File

@ -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') TipoDocumento = CodeList(path_for_codelist('TipoDocumento-2.1.gc'), 'code', 'name')
TipoImpuesto = CodeList(path_for_codelist('TipoImpuesto-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')) .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') CodigoPrecioReferencia = CodeList(path_for_codelist('CodigoPrecioReferencia-2.1.gc'), 'code', 'name')
MediosPago = CodeList(path_for_codelist('MediosPago-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') FormasPago = CodeList(path_for_codelist('FormasPago-2.1.gc'), 'code', 'name')