Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
database marmotech
|
||||
screen size 24 by 80
|
||||
{
|
||||
|
||||
Ano [f000 ]
|
||||
Mes [me] [n ]
|
||||
Ventas [k]
|
||||
Vendedor [ve ][n1 ]
|
||||
Codigo Producto [a][b][c ][d ]
|
||||
[des ]
|
||||
Cantidad [f002 ] Valor [va ]
|
||||
[j]
|
||||
Usuario Creador [f003 ] Usuario Modificador[f005 ]
|
||||
Fecha Creacion [f004 ]Fecha Modificacion [f006 ]
|
||||
|
||||
|
||||
}
|
||||
end
|
||||
tables
|
||||
vetb00045
|
||||
attributes
|
||||
f000 = vetb00045.ano,required;
|
||||
me = vetb00045.mes,required;
|
||||
k = vetb00045.ventas;
|
||||
va = vetb00045.valor;
|
||||
a = vetb00045.cod_n,required;
|
||||
b = vetb00045.cod_grupo,required;
|
||||
c = vetb00045.cod_tipo,required;
|
||||
d = vetb00045.cod_sec,required;
|
||||
ve = vetb00045.sec_vend,required;
|
||||
n1 = formonly.nombre_v;
|
||||
f002 = vetb00045.cantidad,required;
|
||||
n = formonly.nombre_mes;
|
||||
j = vetb00045.status_t,noentry;
|
||||
des = formonly.descripcion;
|
||||
f003 = vetb00045.us_crea,noentry;
|
||||
f004 = vetb00045.fech_crea,noentry;
|
||||
f005 = vetb00045.us_mod,noentry;
|
||||
f006 = vetb00045.fech_mod,noentry;
|
||||
instructions
|
||||
delimiters " "
|
||||
end
|
||||
Reference in New Issue
Block a user