Jump to content
We've recently updated our Privacy Statement, available here ×

Invoice with terms and conditions on the back


willeja

Recommended Posts

Hello,

I created an invoice that looks like this:

  • title: company details + customer details
  • detail 1: subreport with invoice lines
  • detail 2: some comments on the invoice
  • column footer: subreport with total calculation
  • page footer: page number + text "terms and conditions: see back"

When there are a lot of invoice lines, this wil be spread over mulitple pages. eg:

  • page 1:
    • title
    • detail 1
    • column footer
    • page footer
  • page 2:
    • detail 1
    • detail 2
    • column footer
    • page footer

Now I want to print the terms and conditions on every even page like this:

  • page 1:
    • title
    • detail 1
    • column footer
    • page footer
  • page 2:
    • Terms and Conditions
  • page 3:
    • detail 1
    • detail 2
    • column footer
    • page footer
  • page 4:
    • Terms and conditions

I can't find a way to do this. Anyone with a solution?

Regards,

Jan

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

You could place your terms and condition into a subreport that is just printed when master page_number % 2 == 0 (as printwhenexpression)

The SubReport should be placed in page or column_header of the masterReport (depends on your layout) with the property "runtobottom" set to true so that he uses the whole page size.

 

Of course the terms and condition subreport should never has more than one page itself!

 

hth + regards from Dresden/Germany

C-Box

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...