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,31 @@
|
||||
SCHEMA smarmotech
|
||||
screen size 24 by 80
|
||||
{
|
||||
|
||||
Ordenamiento [k]
|
||||
Origen [p]
|
||||
Codigo [a ]-[b ]-[c ]-[d ]
|
||||
Tipo Informacion[tp ]
|
||||
Formato Reporte [fm ]
|
||||
Lista Precios [cod ]
|
||||
|
||||
[p000 ] Total Saldo [f ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
iptb00002,vetb00025
|
||||
ATTRIBUTES
|
||||
COMBOBOX cod = formonly.cod_lista,ITEMS=(("1","GENERAL"),("2","PRECIOS FERIA"));
|
||||
COMBOBOX fm = formonly.formato type char,ITEMS=(("PDF","ACROBAT READER"),("SVG","SCREEN"));
|
||||
COMBOBOX tp = formonly.tipo_info type char,ITEMS=("CON EXISTENCIA","SIN EXISTENCIAS","TODOS");
|
||||
PROGRESSBAR p000 = formonly.progreso,VALUEMIN=0,VALUEMAX=100,COLOR=GREEN;
|
||||
p = vetb00025.ventas,comments = "1- LOCAL 2-EXPORTACION";
|
||||
a = iptb00002.cod_n;
|
||||
b = iptb00002.cod_grupo;
|
||||
c = iptb00002.cod_tipo;
|
||||
d = iptb00002.cod_sec;
|
||||
f = formonly.total5 type decimal(10,2);
|
||||
k = formonly.decide type char,required,autonext,
|
||||
comments = "Digite A - Alfabetico N - Numerico",
|
||||
include = ("A","N"),upshift;
|
||||
end
|
||||
Reference in New Issue
Block a user