Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
-------------------------------------------------------------------------------
|
||||
FORMULARIO : CGFMRP017
|
||||
OBJETIVO : Pantalla para el programa que lista la relacion de
|
||||
cheques en transitos (CGPRRP017)
|
||||
PROGRAMADOR : Tadeo A. Ferreras
|
||||
FECHA REALIZACION : Septiembre 03, 1993
|
||||
-------------------------------------------------------------------------------
|
||||
}
|
||||
schema smarmotech
|
||||
screen size 24 by 80
|
||||
{
|
||||
Fecha Final [f0 ]
|
||||
Cuenta No [f2 ]
|
||||
Cheque No [f3 ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
cgtb00005
|
||||
attributes
|
||||
f0 = formonly.fecha1 type date,format="dd/mm/yy",comments=
|
||||
"Digite Fecha Final de la Relacion con el Formato DDMMYY";
|
||||
f2 = cgtb00005.cuenta_no;
|
||||
f3 = cgtb00005.cheque_no;
|
||||
end
|
||||
Reference in New Issue
Block a user