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:
@@ -0,0 +1,30 @@
|
||||
database smarmotech
|
||||
screen size 24 by 80
|
||||
{
|
||||
Codigo Producto [f000 ]
|
||||
Nombre [f001 ]
|
||||
Tipo Producto [f006]
|
||||
Descripcion [f007 ]
|
||||
[b]
|
||||
Usuario Creador [f002 ] Usuario Modificador [f004 ]
|
||||
Fecha Creacion [f003 ] Fecha Modificacion [f005 ]
|
||||
|
||||
|
||||
}
|
||||
end
|
||||
tables
|
||||
iptb00020,iptb00024
|
||||
attributes
|
||||
f000 = iptb00020.cod_n;
|
||||
f001 = iptb00020.producto,upshift;
|
||||
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;
|
||||
instructions
|
||||
delimiters
|
||||
" "
|
||||
end
|
||||
Reference in New Issue
Block a user