Skip to main content
Topic: How to create and print multi-selected invoice (Read 1031 times) previous topic - next topic

How to create and print multi-selected invoice

Hi,

I have Sale Table as below,
sale_id       customer_id           product_id      qty     amount
1                     1                              1                      10          10$
2                    1                              2                      5             5$
3                    2                              1                      10          10$
1                     2                              1                      5            5$

Now I want to make invoice for each customer in one page and can print all invoice, or export all invoice to PDF file with break page
Any body suggest me how to do is appreciated
Thanks