Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
database smarmotech
|
||||
screen size 24 by 80
|
||||
{
|
||||
Codigo [a0 ]
|
||||
Nombre [f000 ]
|
||||
Unidad [f008]
|
||||
Modelo [f001 ]
|
||||
Serie [f002 ]
|
||||
Fabricante [f003 ]
|
||||
[j]
|
||||
|
||||
|
||||
Usuario Creador [f004 ] Usuario Modificador [f006 ]
|
||||
Fecha Creacion [f005 ] Fecha Modificacion [f007 ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
irtb00009
|
||||
attributes
|
||||
a0 = irtb00009.codigo, upshift, autonext,
|
||||
comments="Digite el codigo de la unidad de medida";
|
||||
f000 = irtb00009.nombre, upshift,
|
||||
comments="Digite el nombre de la unidad de medida";
|
||||
f008 = irtb00009.unidad_med, upshift,
|
||||
comments="Digite la unidad medida de la unidad de medida";
|
||||
f001 = irtb00009.modelo,UPSHIFT,autonext;
|
||||
f002 = irtb00009.serie,upshift,autonext;
|
||||
f003 = irtb00009.fabricante,upshift,autonext;
|
||||
f004 = irtb00009.us_crea, noentry;
|
||||
f005 = irtb00009.fech_crea, noentry;
|
||||
f006 = irtb00009.us_mod, noentry;
|
||||
f007 = irtb00009.fech_mod, noentry;
|
||||
j = irtb00009.status_t, noentry;
|
||||
instructions
|
||||
delimiters " "
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user