34 lines
934 B
Plaintext
34 lines
934 B
Plaintext
{
|
|
-------------------------------------------------------------------------
|
|
NOMBRE : cgfmwd002
|
|
OBJETIVO : Anula cheques contables
|
|
DISENO : Ing. Juan F.Soto
|
|
FECHA REALIZADO : Marzo 1 , 1994.
|
|
MODULO UTILIZA : cgprmt005
|
|
--------------------------------------------------------------------------
|
|
}
|
|
SCHEMA smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Cuenta Contable [f01 ][a ]
|
|
Cheque no. [f02 ]
|
|
Codigo Suplidor [f1][f2 ][b ]
|
|
Fecha [f5 ] Monto Cheque [f6 ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00005,cgtb00004,cgtb00001
|
|
attributes
|
|
f01 = formonly.cuenta_p;
|
|
a = cgtb00001.descripcion,noentry;
|
|
f02 = formonly.numero;
|
|
f1 = formonly.cod_sp,noentry;
|
|
f2 = formonly.cod_sp_sec,noentry;
|
|
b = formonly.nom_sup,noentry;
|
|
f5 = cgtb00004.fecha,noentry,format = "dd/mm/yy";
|
|
f6 = formonly.monto,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|