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
|
||||
{
|
||||
fecha [f000 ]
|
||||
cod_sp [f001 ]
|
||||
cod_sp_sec [f002 ]
|
||||
factura [f003 ]
|
||||
cuenta_no [f004 ]
|
||||
departamento [f005 ]
|
||||
num_doc [f006 ]
|
||||
cod_aux [f007 ]
|
||||
cod_sec [f008 ]
|
||||
detalles [f009 ]
|
||||
debito [f010 ]
|
||||
credito [f011 ]
|
||||
status_t [a]
|
||||
us_crea [f012 ]
|
||||
fech_crea [f013 ]
|
||||
us_mod [f014 ]
|
||||
fech_mod [f015 ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
cptb00003
|
||||
attributes
|
||||
f000 = cptb00003.fecha;
|
||||
f001 = cptb00003.cod_sp;
|
||||
f002 = cptb00003.cod_sp_sec;
|
||||
f003 = cptb00003.factura;
|
||||
f004 = cptb00003.cuenta_no;
|
||||
f005 = cptb00003.departamento;
|
||||
f006 = cptb00003.num_doc;
|
||||
f007 = cptb00003.cod_aux;
|
||||
f008 = cptb00003.cod_sec;
|
||||
f009 = cptb00003.detalles;
|
||||
f010 = cptb00003.debito;
|
||||
f011 = cptb00003.credito;
|
||||
a = cptb00003.status_t;
|
||||
f012 = cptb00003.us_crea;
|
||||
f013 = cptb00003.fech_crea;
|
||||
f014 = cptb00003.us_mod;
|
||||
f015 = cptb00003.fech_mod;
|
||||
end
|
||||
Reference in New Issue
Block a user