Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md

This commit is contained in:
2026-08-18 20:59:52 -04:00
commit 454973e269
5978 changed files with 2664094 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
database rayovac
screen size 24 by 80
{
Codigo [b]-[c]-[d1]-[e01]
Descripcion Espanol [f004 ]
Descripcion Ingles [f005 ]
Unidad de Medida [a0 ]
[j]
Usuario Creador [f006 ] Usuario Modificador [f008 ]
Fecha Creacion [f007 ] Fecha Modificacion [f009 ]
}
end
tables
intb00001
attributes
b = intb00001.cod_n, autonext,
comments = "Digite el NIVEL del bien o Servicio";
c = intb00001.cod_grupo, autonext,
comments = "Digite el GRUPO del bien o Servicio";
d1 = intb00001.cod_tipo, autonext,
comments = "Digite el TIPO del bien o Servicio";
e01 = intb00001.cod_sec, autonext,
comments = "Digite el SECUENCIA del bien o Servicio";
f004 = intb00001.descrip_esp, upshift, required,
comments = "Digite el nombre del Articulo en ESPANOL";
f005 = intb00001.descrip_ing, upshift,
comments = "Digite el nombre del Articulo en INGLES";
a0 = intb00001.unidad_med, upshift, required,
comments = "Digite la unidad de medida del articulo";
f006 = intb00001.us_crea, noentry;
f007 = intb00001.fech_crea, noentry;
f008 = intb00001.us_mod, noentry;
f009 = intb00001.fech_mod, noentry;
j = intb00001.status_t, noentry;
instructions
delimiters " "
end