Files
MBS/PROYECTO/tedirbk/tedir/tefmrp003.per
T

33 lines
888 B
Plaintext

database rayovac
screen size 24 by 80
{
Compania [c]
Mes Comision [m1]
Ano Comision [a2 ]
Codigo Vendedor [b1]-[c1 ]
Ventas [v]
Codigo Producto [a][b][d1][a1 ]
}
end
tables
vetb00028,
vetb00003
attributes
c = vetb00003.cod_cia,include = (1,2),comments =
"1- Rayovac 2- Distribuidora";
m1 = formonly.mes type smallint,include = (1 to 12),comments =
"Digite en formato MM eje. 01 (Enero)";
a2 = formonly.ano;
v = formonly.ventas;
b1 = vetb00028.cod_vend,autonext,
comments = "Digite el codigo del vendedor o el criterio de seleccion";
c1 = vetb00028.sec_vend,
comments = "Digite el codigo del vendedor o el criterio de seleccion";
a = formonly.cod_n;
b = formonly.cod_grupo;
d1 = formonly.cod_tipo;
a1 = formonly.cod_sec;
instructions
delimiters " "
end