Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
database marmotech
|
||||
screen size 24 by 80
|
||||
{
|
||||
tipo_doc [a0]
|
||||
num_doc [f000 ]
|
||||
cod_sp [f001 ]
|
||||
cod_sp_sec [f002 ]
|
||||
fecha_orig [f003 ]
|
||||
fecha_proc [f004 ]
|
||||
orden_no [f005 ]
|
||||
tipo [a1]
|
||||
aplica_a [f006 ]
|
||||
cta_ctble [f007 ]
|
||||
valor [f008 ]
|
||||
detalle [f009 ]
|
||||
status_t [a]
|
||||
us_crea [f010 ]
|
||||
fech_crea [f011 ]
|
||||
us_mod [f012 ]
|
||||
fech_mod [f013 ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
cptb00001
|
||||
attributes
|
||||
a0 = cptb00001.tipo_doc;
|
||||
f000 = cptb00001.num_doc;
|
||||
f001 = cptb00001.cod_sp;
|
||||
f002 = cptb00001.cod_sp_sec;
|
||||
f003 = cptb00001.fecha_orig;
|
||||
f004 = cptb00001.fecha_proc;
|
||||
f005 = cptb00001.orden_no;
|
||||
a1 = cptb00001.tipo;
|
||||
f006 = cptb00001.aplica_a;
|
||||
f007 = cptb00001.cta_ctble;
|
||||
f008 = cptb00001.valor;
|
||||
f009 = cptb00001.detalle;
|
||||
a = cptb00001.status_t;
|
||||
f010 = cptb00001.us_crea;
|
||||
f011 = cptb00001.fech_crea;
|
||||
f012 = cptb00001.us_mod;
|
||||
f013 = cptb00001.fech_mod;
|
||||
end
|
||||
Reference in New Issue
Block a user