PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → printing invoices
printing invoices
Iniciado por danny.corstjens, 21,feb. 2015 12:25 - 1 respuesta
Miembro registrado
1 mensaje
Publicado el 21,febrero 2015 - 12:25
I've recently discovered WinDev 19, so not very expirienced at all.

I want to print invoices stored in a windev file as : order nb/article nb/price/nb sold/invoice nb/statsus, whith several articles per order nb and several order nb.
The file looks like :
order nb 1/art nb 1/9,99/100/00001/1
order nb 1/art nb 2/19,99/100/00001/1
order nb 1/art nb 3/29,99/100/00001/1
order nb 2/art nb 2/19,99/100/00002/1
order nb 3/art nb 4/39,99/100/00002/1
order nb 3/art nb 1/9,99/100/00003/1
order nb 3/art nb 4/39,99/100/00002/2
order nb 3/art nb 1/9,99/100/00003/2
...

I want to print invoices of the whole file with status code = 1 and 1 invoice per page listing all articles involved in that order nb.

I think i could do this by programming the break (= order nb or invoice nb) and perform a printing command, but isn't there an easier or standard, pre-defined method ?

thanks.
Publicado el 21,febrero 2015 - 16:13
Hi Danny

There are many different ways of doing things in windev... So you MAY be
looking for the report editor and it's break/sections management, it's
subreports management, and so on and so forth...

A little light reading of the help on the reporting functions may be in
order :-)

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 2/21/2015 6:25 AM, Danny C. wrote:
I've recently discovered WinDev 19, so not very expirienced at all.

I want to print invoices stored in a windev file as : order nb/article
nb/price/nb sold/invoice nb/statsus, whith several articles per order nb
and several order nb.
The file looks like : order nb 1/art nb 1/9,99/100/00001/1
order nb 1/art nb 2/19,99/100/00001/1
order nb 1/art nb 3/29,99/100/00001/1
order nb 2/art nb 2/19,99/100/00002/1
order nb 3/art nb 4/39,99/100/00002/1
order nb 3/art nb 1/9,99/100/00003/1
order nb 3/art nb 4/39,99/100/00002/2
order nb 3/art nb 1/9,99/100/00003/2
...

I want to print invoices of the whole file with status code = 1 and 1
invoice per page listing all articles involved in that order nb.

I think i could do this by programming the break (= order nb or invoice
nb) and perform a printing command, but isn't there an easier or
standard, pre-defined method ?

thanks.