Update files gc taxes
FossilOrigin-Name: 9bceb0c3494ecda7acffe86ebd9b4705078db1028fe62686c8f9010c4850959f
This commit is contained in:
		| @@ -46,5 +46,16 @@ | |||||||
|             <SimpleValue>ReteIVA</SimpleValue> |             <SimpleValue>ReteIVA</SimpleValue> | ||||||
|          </Value> |          </Value> | ||||||
|       </Row> |       </Row> | ||||||
|  |       <Row> | ||||||
|  |          <Value ColumnRef="code"> | ||||||
|  |             <SimpleValue>100.00</SimpleValue> | ||||||
|  |          </Value> | ||||||
|  |          <Value ColumnRef="name"> | ||||||
|  |             <SimpleValue>ReteIVA</SimpleValue> | ||||||
|  |          </Value> | ||||||
|  |          <Value ColumnRef="description"> | ||||||
|  |             <SimpleValue>ReteIVA</SimpleValue> | ||||||
|  |          </Value> | ||||||
|  |       </Row> | ||||||
|    </SimpleCodeList> |    </SimpleCodeList> | ||||||
| </gc:CodeList> | </gc:CodeList> | ||||||
|   | |||||||
| @@ -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"> | ||||||
| @@ -158,5 +166,5 @@ | |||||||
| 			<Value ColumnRef="name"> | 			<Value ColumnRef="name"> | ||||||
| 				<SimpleValue>Nombre de la figura tributaria</SimpleValue> | 				<SimpleValue>Nombre de la figura tributaria</SimpleValue> | ||||||
| 			</Value> | 			</Value> | ||||||
| 	</SimpleCodeList> | 		</Row> | ||||||
|       </SimpleCodeList> |       </SimpleCodeList> | ||||||
|   | |||||||
| @@ -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') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user