Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md

This commit is contained in:
2026-08-18 20:59:52 -04:00
commit 454973e269
5978 changed files with 2664094 additions and 0 deletions
+65
View File
@@ -0,0 +1,65 @@
database exterior
screen size 24 by 80
{
num_doc [f000 ]
fecha [f001 ]
fact_no [f002 ]
conduce_no [f003 ]
orden_compra [f004 ]
tipo [a0]
cod_sp [f005 ]
cod_sp_sec [f006 ]
cod_mov [f007 ]
cod_n [f008 ]
cod_grupo [f009 ]
cod_tipo [f010 ]
cod_sec [f011 ]
cantidad_1 [f012 ]
cantidad_2 [f013 ]
depto_de [f014 ]
depto_a [f015 ]
cod_seccion [a1]
cond_recep [a]
uso_tiempo [b]
}
screen
{
bodega [f016 ]
status_t [c]
us_crea [f017 ]
fech_crea [f018 ]
us_mod [f019 ]
fech_mod [f020 ]
}
end
tables
intb00006
attributes
f000 = intb00006.num_doc;
f001 = intb00006.fecha;
f002 = intb00006.fact_no;
f003 = intb00006.conduce_no;
f004 = intb00006.orden_compra;
a0 = intb00006.tipo;
f005 = intb00006.cod_sp;
f006 = intb00006.cod_sp_sec;
f007 = intb00006.cod_mov;
f008 = intb00006.cod_n;
f009 = intb00006.cod_grupo;
f010 = intb00006.cod_tipo;
f011 = intb00006.cod_sec;
f012 = intb00006.cantidad_1;
f013 = intb00006.cantidad_2;
f014 = intb00006.depto_de;
f015 = intb00006.depto_a;
a1 = intb00006.cod_seccion;
a = intb00006.cond_recep;
b = intb00006.uso_tiempo;
f016 = intb00006.bodega;
c = intb00006.status_t;
f017 = intb00006.us_crea;
f018 = intb00006.fech_crea;
f019 = intb00006.us_mod;
f020 = intb00006.fech_mod;
end