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>
32 lines
782 B
Plaintext
32 lines
782 B
Plaintext
{
|
|
-------------------------------------------------------------------------
|
|
NOMBRE : ipfmwd003
|
|
OBJETIVO : Listado de Transaccion
|
|
DISENO : Tadeo A. Ferreras F.
|
|
FECHA REALIZADO : Abril 12, 1994.
|
|
MODULO UTILIZA : ipprmt044
|
|
--------------------------------------------------------------------------
|
|
}
|
|
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Codigo Movimiento [f0][a ]
|
|
Numero Docuemto [f02 ]
|
|
Fecha [f5 ]
|
|
[f1][f2 ]
|
|
}
|
|
end
|
|
tables
|
|
iptb00006
|
|
attributes
|
|
a = formonly.descrip_mov,noentry;
|
|
f0 = iptb00006.cod_mov;
|
|
f02 = iptb00006.num_doc;
|
|
f1 = formonly.cod_sp,noentry;
|
|
f2 = formonly.cod_sp_sec,noentry;
|
|
f5 = iptb00006.fecha,noentry,format = "dd/mm/yy";
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|