43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
{
|
|
------------------------------------------------------------------
|
|
FORMULARIO : CCFMMT002
|
|
OBJETIVO : Capturar las informaciones de los Recibos de
|
|
pago de cada vendedor (CCPRMT002).
|
|
PROGRAMADOR : Ing. Juan Soto.
|
|
FECHA REALIZACION : Marzo 25, 1993.
|
|
------------------------------------------------------------------
|
|
}
|
|
SCHEMA smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Fecha [fe ]
|
|
Vendedor [f001 ][p ]
|
|
Documento Inicial [f002 ]
|
|
Documento Final [f003 ]
|
|
|
|
[a]
|
|
Usuario Creador [f004 ] Usuario Modificador[f006 ]
|
|
Fecha Creacion [f005 ] Fecha Modificacion [f007 ]
|
|
|
|
|
|
}
|
|
end
|
|
tables
|
|
cctb00002
|
|
attributes
|
|
fe = cctb00002.fecha,format = "dd/mm/yyyy";
|
|
f001 = cctb00002.sec_vend,autonext,comments =
|
|
"Digite Codigo Vendedor o Presione Ctrl-W Para Busqueda";
|
|
p = formonly.nombre_emp,noentry;
|
|
f002 = cctb00002.sec_de,autonext,comments =
|
|
"Digite Secuencia Inicial de los Documentos";
|
|
f003 = cctb00002.sec_a,autonext,comments =
|
|
"Digite Secuencia Final de los Documentos";
|
|
a = cctb00002.status_t,noentry;
|
|
f004 = cctb00002.us_crea,noentry;
|
|
f005 = cctb00002.fech_crea,noentry;
|
|
f006 = cctb00002.us_mod,noentry;
|
|
f007 = cctb00002.fech_mod,noentry;
|
|
instructions delimiters " "
|
|
end
|