Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
database marmotech
|
||||
screen size 24 by 80
|
||||
{
|
||||
Cantidad Meses a Proyectar [e ]
|
||||
|
||||
Fecha Inicial del Plan [f ] Codigo Del Material [a]-[b]-[c ]-[d ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
cotb00026
|
||||
attributes
|
||||
e = formonly.meses_py,autonext ,
|
||||
comments = "Digite la Cantidad de Meses del Plan";
|
||||
f = formonly.fecha_inicial_py type date, autonext, format = "dd/mm/yy",
|
||||
comments = "Digite la Fecha Inicial del Plan. Use el formato DDMMAA";
|
||||
a = formonly.cod_n,autonext;
|
||||
b = formonly.cod_grupo,autonext;
|
||||
c = formonly.cod_tipo,autonext;
|
||||
d = formonly.cod_sec,autonext;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user