|
id
|
int(11) unsigned
|
|
|
|
|
numero_factura
|
varchar(11)
|
|
|
|
|
tipo_comprobante
|
varchar(60)
|
|
|
Factura
|
|
fecha
|
date
|
|
|
|
|
proyecto_id
|
int(11) unsigned
|
|
|
|
|
factura_relacionada_id
|
int(11) unsigned
|
|
|
|
|
monto_aprobado
|
decimal(12,2)
|
|
|
|
|
monto_base
|
decimal(12,2)
|
|
|
|
|
total_monto_factura
|
decimal(12,2)
|
|
|
|
|
iva
|
decimal(5,2)
|
|
|
22.00
|
|
moneda
|
enum
|
-- |
|
UYU
|
|
tipo_movimiento
|
enum
|
-- |
|
|
|
porcentaje
|
decimal(5,2)
|
|
|
|
|
notas
|
text
|
|
|
|
|
anulada
|
tinyint(1)
|
|
|
0
|
|
created_at
|
datetime
|
|
|
2026-09-14 16:55:42.000000
|
|
updated_at
|
datetime
|
|
|
|