Adding line numbers to a packing slip (or invoice) |
Top Previous Next |
This example demonstrates: •How to auto-number the lines of a packing slip (or invoice, or sales receipt, or any other QuickBooks form) •How to use FormCalc SST's statistical function COUNTA Adding Line Numbers to a Packing Slip (or Invoice)Like many companies that ship out products, Deep Blue Pool Supply prepares and prints out packing slips by applying a Packing Slip template to their QuickBooks invoices. Because the number of items being shipped can cause confusion as orders are filled, Deep Blue wants to add line numbers to their packing slips. QuickBooks has no option for doing this, but it's simple to do with FormCalc SST. QuickBooks SetupAdd a column to the Packing Slip (or Invoice) template, to hold the line numbers1.Open the Invoice form. 2.Apply the Packing Slip template you use, by selecting it in the invoice's Template field. 3.Click on Formatting > Customize Data Layout in the invoice form's menu/ribbon bar.
4.Click on the Columns tab.
5.On the Other 1 line, checkmark the boxes in both the Screen and Print columns, change the field's title to Line No., and enter 1 in the Order column to make Line No. the first field on the form. (You don't have to make Line No. the first field, but that's where most people prefer to see it.)
6.Click OK to close the Additional Customization window.
FormCalc SST SetupTake a snapshot of the Packing Slip formFormCalc SST needs to take a snapshot of the Packing Slip (which is really an invoice with the Packing Slip template applied). 1.Don't take a snapshot of a blank packing slip! Include at least three Item lines, as shown on the form sample above. Also, enter "dummy" numbers in the Line No. column on all three lines so that FormCalc SST won't think they are blank. 2.In FormCalc SST, choose File > New from the main menu to begin a new file.
3.Click the Action button in the main toolbar.
4.Click on the New Snapshot button.
5.Indicate the column type of the Item column and the Line No. columns (at least).
6.Enter a formula to generate the line numbers in the Line No. column.
7.Click on the Save As button and supply a filename, to save the FormCalc SST file.
Processing QuickBooks Packing SlipsTo process a Packing Slip in QuickBooks: 1.In QuickBooks, open the Invoice for which you want to create a Packing Slip. 2.Be sure your Packing Slip template is applied to the invoice.
3.Press the FormCalc SST hotkey, which is F11 unless you have changed it in Preferences.
4.Process the form by either (1) pressing the hotkey a second time, or (2) clicking on the Process this QuickBooks form button.
Note that there's a blank line inserted between some of the Item lines in this example. That was to demonstrate that this approach—the formula we used—only numbers lines that have an Item name on them. As you can see, the blank line is not numbered (indicated by the red arrow). "But I want every line numbered, including blank lines!"If you'd prefer to have the blank lines numbered too, no problem. In fact there are a couple different ways to accomplish that. One would be to just slightly change the formula from the example above. If you enter it this way:
FormCalc SST will number every line. If that approach doesn't make sense to you, here's an even simpler formula for the Line No. column:
This formula simply adds 1 to the number from the row above it, thus numbering each line. |