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
+30
View File
@@ -0,0 +1,30 @@
schema smarmotech
LAYOUT (TEXT="TIPOS PRODUCTOS")
GRID
{
Tipo Producto [f006]
Descripcion [f007 ]
Inventario [inv ]
[b]
Usuario Creador [f002 ] Usuario Modificador [f004 ]
Fecha Creacion [f003 ] Fecha Modificacion [f005 ]
}
end
tables
iptb00020,iptb00024
attributes
f006 = iptb00024.cod_tipo;
f007 = iptb00024.descripcion,upshift;
b = iptb00020.status_t,noentry;
f002 = iptb00020.us_crea,noentry;
f003 = iptb00020.fech_crea,noentry;
f004 = iptb00020.us_mod,noentry;
f005 = iptb00020.fech_mod,NOENTRY;
COMBOBOX inv = formonly.cod_inv,ITEMS=(("3","PRODUCTOS TERMINADOS"),("1","MATERIA PRIMA"),("7","REPUESTOS")),DEFAULT=3;
instructions
delimiters
" "
end