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,55 @@
|
||||
database rayovac
|
||||
screen size 24 by 80
|
||||
{
|
||||
PERIODO BASE DESDE [f3 ] AL [f4 ]
|
||||
<Esc> Continua Consultando <Ctrl-C> Cancela Operacion
|
||||
\g----------------------------------------------------------------------------\g
|
||||
CONSUMO D I A S DIAS PROD.
|
||||
MATERIAL DEL PERIODO EXISTENCIA PRODUCCION LLEGADA C/ORDEN
|
||||
\g----------------------------------------------------------------------------\g
|
||||
[a]-[b]-[c ]-[d ][f5 ][f7 ][f8 ] [f9 ] [f20 ]
|
||||
[f1 ][f2 ]
|
||||
\g-------------------------------------------------------------------------\g
|
||||
\g---------------- O R D E N E S P E N D I E N T E S --------------------\g
|
||||
ORDEN CANT. ORDENADA CANT. RECIBIDA BALANCE ENTREGA
|
||||
\g-------------------------------------------------------------------------\g
|
||||
[f10 ] [f11 ][f14 ] [f12 ] [f13 ]
|
||||
[f10 ] [f11 ][f14 ] [f12 ] [f13 ]
|
||||
[f10 ] [f11 ][f14 ] [f12 ] [f13 ]
|
||||
[f10 ] [f11 ][f14 ] [f12 ] [f13 ]
|
||||
[f15 ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
intb00001,
|
||||
cotb00001
|
||||
attributes
|
||||
a = intb00001.cod_n,autonext,
|
||||
comments = "Digite el NIVEL o <Esc> Para Todos";
|
||||
b = intb00001.cod_grupo,autonext,
|
||||
comments = "Digite el GRUPO o <Esc> Para Todos";
|
||||
c = intb00001.cod_tipo,autonext,
|
||||
comments = "Digite el TIPO o <Esc> Para Todos";
|
||||
d = intb00001.cod_sec,autonext,
|
||||
comments = "Digite la SECUENCIA o <Esc> Para Todos";
|
||||
f1 = formonly.descrip_esp,noentry;
|
||||
f2 = formonly.unidad_med,noentry;
|
||||
f3 = formonly.fech_in type date,format = "dd/mm/yy", autonext,
|
||||
comments = "Utilice el formato 'DDMMAA' o <Esc> Para Todas";
|
||||
f4 = formonly.fech_fi type date,format = "dd/mm/yy", autonext,
|
||||
comments = "Utilice el formato 'DDMMAA' o <Esc> Para Todas";
|
||||
f5 = formonly.consumo1,noentry;
|
||||
f7 = formonly.existe1,noentry;
|
||||
f8 = formonly.dias2,noentry;
|
||||
f20 = formonly.dias_orden;
|
||||
f9 = formonly.dia_llegada,noentry;
|
||||
f10 = formonly.num_oc,noentry;
|
||||
f11 = formonly.ordenada,noentry,right;
|
||||
f12 = formonly.cantidad,noentry,right;
|
||||
f13 = formonly.fecha_llegada type date,noentry,format = "dd/mm/yy";
|
||||
f14 = formonly.recibida,noentry,right;
|
||||
f15 = formonly.remanente,noentry,right;
|
||||
instructions
|
||||
delimiters " "
|
||||
screen record sp1[4](num_oc,ordenada,recibida,cantidad,fecha_llegada)
|
||||
end
|
||||
Reference in New Issue
Block a user