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>
22 lines
461 B
Plaintext
22 lines
461 B
Plaintext
SCHEMA smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Fecha Inicial [k ]
|
|
Fecha Final [p ]
|
|
Codigo Mov. [k1 ]
|
|
Transportista [t1 ][t2 ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
iptb00006
|
|
attributes
|
|
k = formonly.fech_in,format = "dd/mm/yyyy";
|
|
p = formonly.fech_fi,format = "dd/mm/yyyy";
|
|
k1 = formonly.cod_mov;
|
|
t1 = formonly.cod_transp;
|
|
t2 = formonly.sec_transp;
|
|
instructions
|
|
delimiters " "
|
|
end
|