-- MySQL dump 10.13  Distrib 5.7.12, for Win32 (AMD64)
--
-- Host: localhost    Database: circle_k
-- ------------------------------------------------------
-- Server version	5.7.10-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `catsat_regimenesfiscales`
--

DROP TABLE IF EXISTS `catsat_regimenesfiscales`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catsat_regimenesfiscales` (
  `CATSAT_RegimenesFiscalesID` varchar(50) NOT NULL DEFAULT '0',
  `ClaveRegimenesFiscales` int(11) DEFAULT '0',
  `Descripcion` varchar(100) DEFAULT NULL,
  `AplicaPersonaFisica` varchar(50) DEFAULT '0',
  `AplicaPersonaMoral` varchar(50) DEFAULT '0',
  `FechaInicioVigencia` date DEFAULT NULL,
  `FechaFinVigencia` date DEFAULT NULL,
  `InternalVersion` int(11) DEFAULT '0',
  `Activo` tinyint(4) DEFAULT '0',
  `Predeterminado` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`CATSAT_RegimenesFiscalesID`),
  UNIQUE KEY `ClaveRegimenesFiscales` (`ClaveRegimenesFiscales`),
  KEY `WDIDX_CATSAT_RegimenesFiscales_AplicaPersonaFisica` (`AplicaPersonaFisica`),
  KEY `WDIDX_CATSAT_RegimenesFiscales_AplicaPersonaMoral` (`AplicaPersonaMoral`),
  KEY `WDIDX_CATSAT_RegimenesFiscales_Activo` (`Activo`),
  KEY `WDIDX_CATSAT_RegimenesFiscales_Predeterminado` (`Predeterminado`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `catsat_regimenesfiscales`
--

LOCK TABLES `catsat_regimenesfiscales` WRITE;
/*!40000 ALTER TABLE `catsat_regimenesfiscales` DISABLE KEYS */;
INSERT INTO `catsat_regimenesfiscales` VALUES ('10006',614,'Ingresos por intereses','Sí','No','2016-11-12',NULL,3,1,0),('1006',601,'General de Ley Personas Morales','No','Sí','2016-11-12',NULL,3,1,1),('11006',616,'Sin obligaciones fiscales','Sí','No','2016-11-12',NULL,3,1,0),('12006',620,'Sociedades Cooperativas de Produccion que optan por diferir sus ingresos','No','Sí','2016-11-12',NULL,3,1,0),('13006',621,'Incorporacion Fiscal','Sí','No','2016-11-12',NULL,3,1,0),('14006',622,'Actividades Agricolas, Ganaderas, Silvicolas y Pesqueras','Sí','Sí','2016-11-12',NULL,3,1,0),('15006',623,'Opcional para Grupos de Sociedades','No','Sí','2016-11-12',NULL,3,1,0),('16006',624,'Coordinados','No','Sí','2016-11-12',NULL,3,1,0),('17006',628,'Hidrocarburos','No','Sí','2020-01-01',NULL,3,0,0),('18006',607,'Regimen de Enajenacion o Adquisicion de Bienes','No','Sí','2016-11-12',NULL,3,1,0),('187-1',625,'Regimen de las Actividades Empresariales con ingresos a traves de Plataformas Tecnologicas','Sí','No','2020-01-01',NULL,2,1,0),('187-2',626,'Regimen Simplificado de Confianza','Sí','Sí','2020-01-01',NULL,2,1,0),('19006',629,'De los Regimenes Fiscales Preferentes y de las Empresas Multinacionales','Sí','No','2020-01-01',NULL,3,0,0),('20006',630,'Enajenacion de acciones en bolsa de valores','Sí','No','2020-01-01',NULL,3,0,0),('2006',603,'Personas Morales con Fines no Lucrativos','No','Sí','2016-11-12',NULL,3,1,0),('21006',615,'Regimen de los ingresos por obtencion de premios','Sí','No','2016-11-12',NULL,3,1,0),('3006',605,'Sueldos y Salarios e Ingresos Asimilados a Salarios','Sí','No','2016-11-12',NULL,3,1,0),('4006',606,'Arrendamiento','Sí','No','2016-11-12',NULL,3,1,0),('5006',608,'Demas ingresos','Sí','No','2016-11-12',NULL,3,1,0),('6006',609,'Consolidacion','No','Sí','2016-11-12',NULL,3,0,0),('7006',610,'Residentes en el Extranjero sin Establecimiento Permanente en Mexico','Sí','Sí','2016-11-12',NULL,3,1,0),('8006',611,'Ingresos por Dividendos socios y accionistas','Sí','No','2016-11-12',NULL,3,1,0),('9006',612,'Personas Fisicas con Actividades Empresariales y Profesionales','Sí','No','2016-11-12',NULL,3,1,0);
/*!40000 ALTER TABLE `catsat_regimenesfiscales` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-05-30  9:23:05
