Job sheet - Tickets

Not all product groups are the same, and there may be a time when a Table, like the one in the example below, does not meet your requirements.

This is where Tickets could be your solution.

You can have a whole page dedicated to an individual product.

Commonly used for Doors, shutters and curtains but can be available for any product you require.

This allows more space for calculations or to show more information in a different layout.

 

Setup of "Tickets" Job Sheets Tickets (1 per page)

You can either download the template job sheet, which has an example of a ticket or add a new Tab to your current Job sheet and name it Tickets

 

When building the template, the layout is for one product per page. BUZ will add additional pages for orders that have multiple products.

Set the print area on the first Ticket only, and have a second ticket setup with all formulas relating to item 2.

The two formulas that we recommend are the INDEX Functions or Cell References. This allows the information to populate in the required area and will produce results vertically, on the following pages rather than in a table, as you would see in the job sheet.

Item Number

Each ticket needs to contain the Item number. For the first ticket, this will be a static value; input the value 1 somewhere on the page; many formulas on this page will reference this cell.

For the following ticket/s, the reference will need to be cell reference+1

This means that the next page will provide references from the following product in the order (if applicable to the order)

Next, we want to define an area from where we will get the data. Generally, this will be on the Job Sheet.

Go to the Job sheet tab, and highlight the table where all the product information populates.

Next, select Formulas in the ribbon bar at the top, and while the area is highlighted below, select Define Name, name the table JobLines and press ok.

Now you have saved an area you can reference in any formula, and it will not move when copied somewhere else, which can be annoying.

Now we need to build the ticket,

Add the headings for the information you want to the page; mine is a list going down; feel free to customise your layout.

Next, I am adding my INDEX Functions.

Here is a quick explanation of the formula

=INDEX is the formula

Joblines refers to the table in the job sheet

A1 is where my Item reference is in the ticket; if your page reference is in a different cell, you will need to add this to the formula

the 1 on the end is the range; this is how many columns to the right the data is in.

For my layout 1 = Item No, 2 = Location, 3 = Material type, 4 = Material colour, etc.

Next, I will add in my Cell References for items that are not available in the Order table, things like Customer details or Order numbers and references.

You can find a complete list in the Data tab; the headings are in Row 4, and the Answers will be populated in Row 5

I have added

Order Number and reference =Data!BC$5&"."&Data!BD$5

Now we have added the initial item; we need to tell BUZ how to copy this for additional items

Copy the cells below

The item reference should be a formula; mine is =A1+1 as the item number is in A1

add all the formulas again, but instead of referencing A1, they need to reference the item number on page 2

Update the whole page; this page will be copied for any extra items included in an order

Finally, update the Datasettings Table to include the first, last row and last column

The data settings should be set to your first printable area, even though you have the formulas for the second item.