INSERT INTO Sys_Modulos (IdMod,Consecutivo,Descripcion,Valor,nModulo) VALUES ('GAT',173,'GESTION DE ASOCIADOS',0,'MAIN') GO INSERT INTO ClaseTar (IdClase,NomClase,Inactivo) VALUES ('VAS','VINCULACION ASOCIADOS',0) INSERT INTO ClaseTar (IdClase,NomClase,Inactivo) VALUES ('LAP','LIQUIDACION DE APORTES ASOCIADOS',0) GO INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('VAT','CONTRATOS DE VINCULACION DE ASOCIADOS',0,'',0,1) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('DVT','DEVOLUCION DE CONTRATOS DE VINCULACION',0,'',0,1) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('SIA','SALDOS INICIALES DE APORTES',0,'',0,0) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('TAA','TRASLADO DE APORTES',0,'',0,1) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('DAA','DEVOLUCION DE APORTES ADICIONALES',0,'',0,0) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('APA','APORTES ADICIONALES',0,'',0,0) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('DTD','DEVOLUCION DE TRASLADO DE APORTES',0,'',0,0) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('LAA','LIQUIDACION DE APORTES ASOCIADOS',0,'',0,1) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('DLA','DEVOLUCION DE LIQUIDACION DE APORTES',0,'',0,1) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('APG','APORTES EN GARANTIA',0,'',0,1) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('DAG','DEVOLUCIÓN DE APORTES EN GARANTIA',0,'',0,0) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('ALA','AJUSTES A LIQUIDACION DE APORTES',0,'',0,0) INSERT INTO Sys_TiposDoc (IdDoc,TipoDoc,ConsUnico,Leyenda,Inactivo,IntegraCias) VALUES ('DAL','DEVOLUCION DE AJUSTES A LIQUIDACIONES DE APORTES',0,'',0,0) GO INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('VAT',1,'CUENTA TRANSITORIA VINCULADOS','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('VAT',2,'CUENTA DE APORTES','C') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DVT',1,'CUENTA DE APORTES','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DVT',2,'CUENTA TRANSITORIA VINCULADOS','C') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('TAA',1,'CUENTA DE APORTES','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('TAA',2,'CUENTA DE APORTES (C)','C') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('TAA',3,'CUENTA TRANSITORIA APORTES','C') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DTD',1,'CUENTA DE APORTES (D)','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DTD',2,'CUENTA DE APORTES (C)','C') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DTD',3,'CUENTA TRANSITORIA APORTES','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('LAA',1,'CUENTA POR COBRAR ASOCIADOS','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('LAA',2,'CUENTA DE APORTES','C') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DLA',2,'CUENTA POR COBRAR ASOCIADOS','C') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DLA',1,'CUENTA DE APORTES','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('ALA',1,'CUENTA POR COBRAR ASOCIADOS','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('ALA',2,'CUENTA DE APORTES','C') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DAL',1,'CUENTA DE APORTES','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DAL',2,'CUENTA POR COBRAR ASOCIADOS','C') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('APA',1,'CUENTA TRANSITORIA APORTES','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('APA',2,'APORTES','C') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DAA',1,'APORTES','D') INSERT INTO Sys_TiposDocCue (IdDoc,IdClase,ClaseCuenta,TipoMov) VALUES ('DAA',2,'CUENTA TRANSITORIA APORTES','C') GO