-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
206,630 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
PRAGMA foreign_keys=OFF; | ||
BEGIN TRANSACTION; | ||
INSERT INTO ccp_31_condiciones_especiales VALUES('01','Congelados','',''); | ||
INSERT INTO ccp_31_condiciones_especiales VALUES('02','Refrigerados','',''); | ||
INSERT INTO ccp_31_condiciones_especiales VALUES('03','Temperatura controlada','',''); | ||
INSERT INTO ccp_31_condiciones_especiales VALUES('04','Temperatura ambiente','',''); | ||
COMMIT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
PRAGMA foreign_keys=OFF; | ||
BEGIN TRANSACTION; | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('VL','Vehículo ligero de carga (2 llantas en el eje delantero y 2 llantas en el eje trasero)',2,4,'0, 1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('C2','Camión Unitario (2 llantas en el eje delantero y 4 llantas en el eje trasero)',2,6,'0','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('C3','Camión Unitario (2 llantas en el eje delantero y 6 o 8 llantas en los dos ejes traseros)',3,8,'0','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('C2R2','Camión-Remolque (6 llantas en el camión y 8 llantas en remolque)',4,14,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('C3R2','Camión-Remolque (10 llantas en el camión y 8 llantas en remolque)',5,18,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('C2R3','Camión-Remolque (6 llantas en el camión y 12 llantas en remolque)',5,18,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('C3R3','Camión-Remolque (10 llantas en el camión y 12 llantas en remolque)',6,22,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T2S1','Tractocamión Articulado (6 llantas en el tractocamión, 4 llantas en el semirremolque)',3,10,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T2S2','Tractocamión Articulado (6 llantas en el tractocamión, 8 llantas en el semirremolque)',4,14,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T2S3','Tractocamión Articulado (6 llantas en el tractocamión, 12 llantas en el semirremolque)',5,18,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T3S1','Tractocamión Articulado (10 llantas en el tractocamión, 4 llantas en el semirremolque)',4,14,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T3S2','Tractocamión Articulado (10 llantas en el tractocamión, 8 llantas en el semirremolque)',5,18,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T3S3','Tractocamión Articulado (10 llantas en el tractocamión, 12 llantas en el semirremolque)',6,22,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T2S1R2','Tractocamión Semirremolque-Remolque (6 llantas en el tractocamión, 4 llantas en el semirremolque y 8 llantas en el remolque)',5,18,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T2S2R2','Tractocamión Semirremolque-Remolque (6 llantas en el tractocamión, 8 llantas en el semirremolque y 8 llantas en el remolque)',6,22,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T2S1R3','Tractocamión Semirremolque-Remolque (6 llantas en el tractocamión, 4 llantas en el semirremolque y 12 llantas en el remolque)',6,22,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T3S1R2','Tractocamión Semirremolque-Remolque (10 llantas en el tractocamión, 4 llantas en el semirremolque y 8 llantas en el remolque)',6,22,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T3S1R3','Tractocamión Semirremolque-Remolque (10 llantas en el tractocamión, 4 llantas en el semirremolque y 12 llantas en el remolque)',7,26,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T3S2R2','Tractocamión Semirremolque-Remolque (10 llantas en el tractocamión, 8 llantas en el semirremolque y 8 llantas en el remolque)',7,26,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T3S2R3','Tractocamión Semirremolque-Remolque (10 llantas en el tractocamión, 8 llantas en el semirremolque y 12 llantas en el remolque)',8,30,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T3S2R4','Tractocamión Semirremolque-Remolque (10 llantas en el tractocamión, 8 llantas en el semirremolque y 16 llantas en el remolque)',9,34,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T2S2S2','Tractocamión Semirremolque-Semirremolque (6 llantas en el tractocamión, 8 llantas en el semirremolque delantero y 8 llantas en el semirremolque trasero)',6,22,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T3S2S2','Tractocamión Semirremolque-Semirremolque (10 llantas en el tractocamión, 8 llantas en el semirremolque delantero y 8 llantas en el semirremolque trasero)',7,26,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('T3S3S2','Tractocamión Semirremolque-Semirremolque (10 llantas en el tractocamión, 12 llantas en el semirremolque delantero y 8 llantas en el semirremolque trasero)',8,30,'1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('OTROEVGP','Especializado de carga Voluminosa y/o Gran Peso',0,0,'0, 1','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('OTROSG','Servicio de Grúas',0,0,'0','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('GPLUTA','Grúa de Pluma Tipo A',0,0,'0','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('GPLUTB','Grúa de Pluma Tipo B',0,0,'0','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('GPLUTC','Grúa de Pluma Tipo C',0,0,'0','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('GPLUTD','Grúa de Pluma Tipo D',0,0,'0','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('GPLATA','Grúa de Plataforma Tipo A',0,0,'0','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('GPLATB','Grúa de Plataforma Tipo B',0,0,'0','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('GPLATC','Grúa de Plataforma Tipo C',0,0,'0','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_autotransporte VALUES('GPLATD','Grúa de Plataforma Tipo D',0,0,'0','2024-07-17',''); | ||
COMMIT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
PRAGMA foreign_keys=OFF; | ||
BEGIN TRANSACTION; | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B01','Abastecedor','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B02','Barcaza','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B03','Granelero','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B04','Porta Contenedor','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B05','Draga','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B06','Pesquero','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B07','Carga General','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B08','Quimiqueros','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B09','Transbordadores','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B10','Carga RoRo','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B11','Investigación','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B12','Tanquero','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B13','Gasero','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B14','Remolcador','2024-07-17',''); | ||
INSERT INTO ccp_31_configuraciones_maritimas VALUES('B15','Extraordinaria especialización','2024-07-17',''); | ||
COMMIT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
PRAGMA foreign_keys=OFF; | ||
BEGIN TRANSACTION; | ||
INSERT INTO ccp_31_contenedores VALUES('TC01','20''','Contenedor de 6.1 Mts de longitud','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores VALUES('TC02','40''','Contenedor de 12.2 Mts de longitud','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores VALUES('TC03','45''','Contenedor de 13.7 Mts de longitud','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores VALUES('TC04','48''','Contenedor de 14.6 Mts de longitud','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores VALUES('TC05','53''','Contenedor de 16.1 Mts de longitud','2024-07-17',''); | ||
COMMIT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
PRAGMA foreign_keys=OFF; | ||
BEGIN TRANSACTION; | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM001','Contenedores refrigerados de 20FT','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM002','Contenedores refrigerados de 40FT','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM003','Contenedores estándar de 8FT','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM004','Contenedores estándar de 10FT','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM005','Contenedores estándar de 20FT','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM006','Contenedores estándar de 40FT','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM007','Contenedores Open Side','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM008','Contenedor Isotanque','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM009','Contenedor flat racks','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM010','Buque tanque','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM011','Ferri','2024-07-17',''); | ||
INSERT INTO ccp_31_contenedores_maritimos VALUES('CM012','Ferri – Turístico y vacíos','2024-07-17',''); | ||
COMMIT; |
Oops, something went wrong.