Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
|
||||
database rayovac
|
||||
screen size 24 by 80
|
||||
{
|
||||
Ano Balance Final de Cash-Flow [p ]
|
||||
Balances Finales Cash-Flow: Real [f2 ]
|
||||
Presupuesto[f3 ]
|
||||
[i]
|
||||
Usuario Creador [j ] Usuario Modificador [l ]
|
||||
Fecha Creacion [k ] Fecha Modificacion [m ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
tetb00007
|
||||
attributes
|
||||
p = tetb00007.ano,comments = "Digite El Ano Del Valance Final";
|
||||
f2 = tetb00007.valor,upshift,comments =
|
||||
"Digite Balance Final Real de Movimientos del Cash-Flow";
|
||||
f3 = tetb00007.valor1,upshift,comments =
|
||||
"Digite Balance Final Presupuesto de Movimientos del Cash-Flow";
|
||||
i = tetb00007.status_t,noentry;
|
||||
j = tetb00007.us_crea,noentry;
|
||||
k = tetb00007.fech_crea,noentry;
|
||||
l = tetb00007.us_mod,noentry;
|
||||
m = tetb00007.fech_mod,noentry;
|
||||
end
|
||||
|
||||
instructions
|
||||
delimiters " "
|
||||
Reference in New Issue
Block a user