Download

DescriptionSizeDownload

The template works with both the Microsoft Store edition and the desktop edition of the app. Make sure you have installed one of them.

How to use:

  1. Download the EXE package.
  2. Double-click to extract the files into a folder. Make sure you have full access privileges to the folder, such as a subfolder inside “My Documents”.
  3. Open the template.
484 KBDownload

License: Private Use (not for distribution or resale). See our Terms of Use.

Screenshot

The screen shot for Wholesale Invoice Format with Per-Customer Discount Rate

Detail

This is a general-purpose wholesale invoice template. It includes both the "Bill To" and "Ship To" sections.

The 5 columns in the detail section include "Item#", "Description", "Quantity", "Price", and "Line Total". The two taxes set by default are "GST" and "PST".

There is a "Taxable" checkbox column attached to the item# column. These checkboxes allow you to specify whether each item is taxable.

When a wholesale customer is picked up, the "Custom Discount" cell is filled with either a special discount rate you set for the customer or zero. Then, we use the following Excel formula to determine the actual discount level applied to this invoice:

=IF(oknCustomDiscount=0,A10, oknCustomDiscount)

The result of the above formula is assigned to the "oknDiscountRate" cell.

We calculate the taxable total by using the following array formula:

{=SUM(oknTaxable_1:oknTaxable_12*oknLineTotal_1:oknLineTotal_12)}

The result of the above formula is filled into D33. Then the discount is applied to calculate the actual taxable amount, like this:

=D33*(1-oknDiscountRate)

The result of the above formula is filled into the cell "oknLineTotalTaxable". Now let's see the first tax cell:

=ROUND(IF(oknTaxType=0,0, oknTax1Rate*(oknLineTotalTaxable+IF(oknTaxTotalIncludingShippingCost=0,0,oknShippingCost))),2)

This formula is a bit more complex than you might think. It is created this way in order to work with the "Settings" dialog box, where you can set the number of taxes, tax names, and rates.

Format and Specification

Template#c5146
Belongs to

Sales

Format (XLS or XLSX).xlsx
Columns5
Lines12
Line Height (Points)16.50
Print Area$F$4:$N$43
Papaer OrientationPortrait
Default Margins (Points)
Left22.68
Right22.68
Top45.35
Bottom45.35
PriceFree