|
id
|
int(11) unsigned
|
|
|
|
|
id_cotizacion
|
varchar(20)
|
|
|
|
|
es_adicional
|
tinyint(1)
|
|
|
0
|
|
proyecto_id
|
int(10) unsigned
|
|
|
|
|
nombre
|
varchar(255)
|
|
|
|
|
fecha_ingreso
|
date
|
|
|
2025-06-28
|
|
empresa_id
|
int(11) unsigned
|
|
|
|
|
contacto_id
|
int(11) unsigned
|
|
|
|
|
ubicacion
|
varchar(255)
|
|
|
|
|
rubro
|
enum
|
-- |
|
|
|
estado
|
enum
|
-- |
|
Cotizando
|
|
mano_obra
|
decimal(15,2)
|
|
|
0.00
|
|
moneda_mano
|
enum
|
-- |
|
UYU
|
|
materiales
|
decimal(15,2)
|
|
|
0.00
|
|
jornales
|
decimal(10,2)
|
|
|
|
|
tipo_margen
|
enum
|
-- |
|
Bruto
|
|
margen
|
decimal(5,2)
|
|
|
0.00
|
|
valor_margen
|
decimal(10,2)
|
|
|
0.00
|
|
descuento
|
decimal(5,2)
|
|
|
0.00
|
|
total
|
decimal(10,2)
|
|
|
0.00
|
|
moneda_mat
|
enum
|
-- |
|
UYU
|
|
fecha_procesado
|
date
|
|
|
2025-06-28
|
|
fecha_deadline
|
date
|
|
|
2025-06-28
|
|
descripcion
|
text
|
|
|
|
|
created_by
|
int(11) unsigned
|
|
|
|
|
created_at
|
datetime
|
|
|
|
|
updated_at
|
datetime
|
|
|
|