31 lines
789 B
Plaintext
31 lines
789 B
Plaintext
SCHEMA smarmotech
|
|
LAYOUT (TEXT="VOLANTE RECIBOS AL CONTADO")
|
|
GRID
|
|
{
|
|
No. Volante de Pago: [p1 ]
|
|
Nombre del cliente : [de ]
|
|
Factura No. : [fa ]
|
|
Cheque No. : [chn ]
|
|
Banco : [bc ][bca ]
|
|
Valor en Cheque : [ch ]
|
|
Valor Efectivo : [ef ]
|
|
}
|
|
end
|
|
|
|
tables
|
|
vetb00012
|
|
attributes
|
|
p1 = formonly.documento,autonext,required,
|
|
comments = "Digite Numero Volante de Pago";
|
|
de = formonly.detalle,upshift;
|
|
fa = formonly.factura;
|
|
chn = formonly.cheque_no,autonext;
|
|
bc = formonly.banco,autonext;
|
|
bca = formonly.descrip1,noentry;
|
|
ch = formonly.valor_cheque,autonext;
|
|
ef = formonly.valor_efectivo,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|