Mueve ipdir (Productos Terminados) de PROYECTOS a PROYECTO

Instruccion de Johnny: todos los directorios de fuentes de inventario
deben migrarse de la carpeta temporal PROYECTOS a la carpeta real
PROYECTO, ya que PROYECTOS sera eliminada.

Se elimino tambien un archivo suelto sin relacion llamado "ipdir"
que existia en PROYECTO (del commit inicial) y bloqueaba el nombre
de la carpeta.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-04 09:29:01 -04:00
co-authored by Claude Sonnet 5
parent 4532d51e4b
commit b6085d4140
358 changed files with 0 additions and 3213 deletions
+39
View File
@@ -0,0 +1,39 @@
schema smarmotech
TOOLBAR
ITEM nuevo (TEXT="Adicionar", IMAGE="new", COMMENT="Adiciona Registro")
ITEM buscar (TEXT="Consulta clases", IMAGE="find", COMMENT="Modifica Registro")
SEPARATOR
ITEM salir (TEXT="Salir", IMAGE="quit")
END
LAYOUT (TEXT="ADMINISTRACION GRUPOS",STYLE="basic")
GRID
{
Codigo [f0 ]
Descripcion[f001 ]
Inventario [inv ]
[j]
Usuario creador [f005 ] Usuario modificador [f007 ]
Fecha creacion [f006 ] Fecha modificacion [f008 ]
}
END
END
attributes
f0 = formonly.cod_n,noentry;
f001 = formonly.producto, autonext, upshift,
comments = "Digite la descripcion del Grupo";
f005 = formonly.us_crea, noentry;
f006 = formonly.fech_crea, noentry;
f007 = formonly.us_mod, noentry;
f008 = formonly.fech_mod, noentry;
j = formonly.status_t, NOENTRY;
COMBOBOX inv = formonly.cod_inv,ITEMS=(("3","PRODUCTOS TERMINADOS"),("1","MATERIA PRIMA"),("7","REPUESTOS")),DEFAULT=3;
instructions
delimiters " "
end