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>
26 lines
567 B
Plaintext
26 lines
567 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
cod_cia [f000 ]
|
|
descripcion [f001 ]
|
|
departamento [f002 ]
|
|
cuenta_no [f003 ]
|
|
us_crea [f004 ]
|
|
fech_crea [f005 ]
|
|
us_mod [f006 ]
|
|
fech_mod [f007 ]
|
|
}
|
|
end
|
|
tables
|
|
iptb00022
|
|
attributes
|
|
f000 = iptb00022.cod_cia;
|
|
f001 = iptb00022.descripcion;
|
|
f002 = iptb00022.departamento;
|
|
f003 = iptb00022.cuenta_no;
|
|
f004 = iptb00022.us_crea;
|
|
f005 = iptb00022.fech_crea;
|
|
f006 = iptb00022.us_mod;
|
|
f007 = iptb00022.fech_mod;
|
|
end
|