<?xml version="1.0" encoding="iso-8859-1"?>
<turisoftreportfile title="Datos básicos de todos los inquilinos" breakpoint="" group="">
	<parameters>
	</parameters>
	<sql>SELECT
	inqui."NOMBRE_PILA" AS inqui."Nombre",
	inqui."APELLIDO_1" AS inqui."Apellido 1",
	inqui."APELLIDO_2" AS inqui."Apellido 2",
	inqui."País" AS inqui."Nacionalidad",
	inqui."Móvil",
	inqui."Teléf. (I)",
	inqui."E-mail",
	inqui."Dirección",
	inqui."Localidad",
	inqui."Cód. postal" AS inqui."C.Postal",
	inqui."Provincia",
	inqui."PAIS_RESIDENCIA" AS inqui."País",
	inqui."NIF/Pasaporte" AS inqui."DNI/Pasaporte"
FROM
	inqui
ORDER BY
	inqui."NOMBRE_PILA",
	inqui."APELLIDO_1",
	inqui."APELLIDO_2"</sql>
	<totals>
	</totals>
	<footer></footer>
</turisoftreportfile>
