53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
{
|
|
-----------------------------------------------------------------------------
|
|
FORMULARIO : VEFMMT031
|
|
OBJETIVO : Captura la documentacion de las Notas de credito
|
|
REALIZADO POR : Juan F. Soto
|
|
FECHA : Junio 08, 1994
|
|
-----------------------------------------------------------------------------
|
|
}
|
|
database smarmotech
|
|
|
|
LAYOUT (TEXT="PORCENTAJE NEGOCIACIONES", STYLE="basic")
|
|
GRID
|
|
|
|
{
|
|
<G >
|
|
Numero Cotizacion [f001 ]
|
|
Cliente [f2]-[f003] [b ]
|
|
Vendedor [f004] [c ]
|
|
Fecha [f005 ] Sub Total [s1 ]
|
|
Descuento [d1 ]
|
|
Porcentaje Negociacion [f002 ] Itbi [it ]
|
|
Neto [n1 ]
|
|
USUARIO CREADOR [US ] FECHA CREACION [FE1 ]
|
|
USUARIO MODIFICADOR [US2 ] FECHA MODIFICADOR[FE2 ]
|
|
|
|
}
|
|
end
|
|
|
|
ATTRIBUTES
|
|
|
|
F001 = formonly.pcotizacion;
|
|
f2 = formonly.ptipo;
|
|
f003 = formonly.secCliente;
|
|
b = formonly.nombre;
|
|
f004 = formonly.psecvend;
|
|
c = formonly.nombre_v;
|
|
f005 = formonly.pfecha TYPE date,format='dd/mm/yyyy';
|
|
f002 = formonly.porc_negocio;
|
|
|
|
S1 = formonly.subtotal;
|
|
d1 = formonly.descuento;
|
|
it = formonly.itbis;
|
|
n1 = formonly.pneto;
|
|
|
|
us = formonly.uscrea;
|
|
fe1 = formonly.fechacrea;
|
|
us2 = formonly.usmod;
|
|
fe2 = formonly.fechamod;
|
|
|
|
instructions
|
|
delimiters " "
|
|
end
|