31 lines
812 B
Plaintext
31 lines
812 B
Plaintext
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
|