46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
fecha [f000 ]
|
|
tipo [f001 ]
|
|
ref [f002 ]
|
|
cuenta_no [f003 ]
|
|
departamento [f004 ]
|
|
num_doc [f005 ]
|
|
cod_aux [f006 ]
|
|
cod_sec [f007 ]
|
|
detalles [f008 ]
|
|
detalle_1 [f009 ]
|
|
detalle_2 [f010 ]
|
|
debito [f011 ]
|
|
credito [f012 ]
|
|
status_t [a]
|
|
us_crea [f013 ]
|
|
fech_crea [f014 ]
|
|
us_mod [f015 ]
|
|
fech_mod [f016 ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00004
|
|
attributes
|
|
f000 = cgtb00004.fecha;
|
|
f001 = cgtb00004.tipo;
|
|
f002 = cgtb00004.ref;
|
|
f003 = cgtb00004.cuenta_no;
|
|
f004 = cgtb00004.departamento;
|
|
f005 = cgtb00004.num_doc;
|
|
f006 = cgtb00004.cod_aux;
|
|
f007 = cgtb00004.cod_sec;
|
|
f008 = cgtb00004.detalles;
|
|
f009 = cgtb00004.detalle_1;
|
|
f010 = cgtb00004.detalle_2;
|
|
f011 = cgtb00004.debito;
|
|
f012 = cgtb00004.credito;
|
|
a = cgtb00004.status_t;
|
|
f013 = cgtb00004.us_crea;
|
|
f014 = cgtb00004.fech_crea;
|
|
f015 = cgtb00004.us_mod;
|
|
f016 = cgtb00004.fech_mod;
|
|
end
|