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>
30 lines
705 B
Plaintext
30 lines
705 B
Plaintext
database rayovac
|
|
screen size 24 by 80
|
|
#
|
|
# Database not found or no system permission.
|
|
# See error number -329.
|
|
#
|
|
# The name "rayovac" is not an existing database name.
|
|
# See error number -2810.
|
|
{
|
|
Articulo [a][b][c ][d ]
|
|
Fecha Inicial [k ]
|
|
Fecha Final [p ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
irtb00006
|
|
attributes
|
|
a = irtb00006.cod_n;
|
|
b = irtb00006.cod_grupo;
|
|
c = irtb00006.cod_tipo;
|
|
d = irtb00006.cod_sec;
|
|
k = formonly.fech_in type date,format = "dd/mm/yy",
|
|
comments = "Introduzca Fecha Inicial ";
|
|
p = formonly.fech_fi type date,format = "dd/mm/yy",
|
|
comments = "Introduzca Fecha Final";
|
|
instructions
|
|
delimiters " "
|
|
end
|