Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
|
||||
{
|
||||
# SISTEMA : SISTEMA DE PRODUCCION
|
||||
# FORMULARIO : PRFMRP007.PER
|
||||
# PROCESO : CAPTURA DE PARAMENTROS PARA IMPRESION DEL PROGRAMA
|
||||
# PRPRRP007.4GL (PROD. ACUMULADA EN RANGO DE ANOS)
|
||||
# AUTOR : TADEO A. FERRERAS
|
||||
# FECHA : NOVIEMBRE 02, 1994
|
||||
}
|
||||
database marmotech
|
||||
screen
|
||||
{
|
||||
Ano Inicial[k ]
|
||||
Ano Final [k1 ]
|
||||
Mes Final [p ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
intb00006
|
||||
attributes
|
||||
k = formonly.ano type smallint,autonext,
|
||||
comments = "Digite el Ano Inicial Para Impresion";
|
||||
k1 = formonly.ano_f type smallint,autonext,
|
||||
comments = "Digite el Ano Final Para Impresion";
|
||||
p = formonly.mes type smallint,comments = "Digite el mes para impresion";
|
||||
instructions
|
||||
delimiters " "
|
||||
end
|
||||
Reference in New Issue
Block a user