Hi to every one!
i use asprunner from last year but i am not a programmer
until today all i need i was found inside asprunner functionality.
but... form now i need to create a couple of print page
i working with sql db
i have a master tabel with two detail table
I have prepare a query with union all clause to obtain a report that contain all info i need
quote_id, title, custumer_id,custumer_name, customer_address, part_type,part_id,part_description, price,quantity, price*quantity as Tot1
i have made a report for
quote_id
customer_id
part_type
with sum with Tot1
i sign to show part_id,part_description, price,quantity, Tot1
I work but...
i can not toch nothing in view page or print friendly (?) page
if i try to add some other field (like customer address that i do not sign for show) it not really work
i need some help to create a print page for only one Quote with all detail related to it , in the some page with a look more "trendy" just like a normal invoice
Some suggestion ?
Idea ?
Thanks in advance for everyone would help me.
Carlo