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,41 @@
|
||||
{
|
||||
================================================================================
|
||||
FORMULARIO : IPFMMT007
|
||||
OBJETIVO : Capturar Los Precios Minimos Y de Lista
|
||||
DESENO : JUAN F. SOTO
|
||||
FECHA : AGOSTO 25, 1997.
|
||||
================================================================================
|
||||
}
|
||||
database marmotech
|
||||
screen size 24 by 80
|
||||
{
|
||||
|
||||
Codigo Del Producto [a]-[b]-[c ]-[d ]
|
||||
[des ][un ]
|
||||
Precio Minimo [f004 ]
|
||||
|
||||
Precio De Lista [f005 ]
|
||||
[f]
|
||||
Usuario Creador [f006 ] Fecha Creacion [f007 ]
|
||||
Usuario Modificador [f008 ] Fecha Modificacion [f009 ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
iptb00014
|
||||
attributes
|
||||
a = iptb00014.cod_n,required,comments = "Digite Codigo Producto";
|
||||
b = iptb00014.cod_grupo,required,comments = "Digite Codigo Producto";
|
||||
c = iptb00014.cod_tipo,required,comments = "Digite Codigo Producto";
|
||||
d = iptb00014.cod_sec,required,comments = "Digite Codigo Producto";
|
||||
des = formonly.descripcion;
|
||||
f004 = iptb00014.precio_min,default = 0,comments = "Digite Precio Minimo";
|
||||
f005 = iptb00014.precio_lista,default = 0,comments = "Digite Precio De Lista";
|
||||
un = formonly.unidad;
|
||||
f = iptb00014.status_t,noentry;
|
||||
f006 = iptb00014.us_crea,noentry;
|
||||
f007 = iptb00014.fech_crea,noentry;
|
||||
f008 = iptb00014.us_mod,noentry;
|
||||
f009 = iptb00014.fech_mod,noentry;
|
||||
instructions
|
||||
delimiters " "
|
||||
end
|
||||
Reference in New Issue
Block a user