Summary
Description
The process changes depending on whether the payment is before or when you raise the invoice, or after. The same rules apply to customers and suppliers.
This article only applies to the UK. Under Irish legislation, VAT calculates at the full value when you apply a settlement discount.
Find out more in the HMRC guide VAT - Prompt Payment Discounts. If you have any queries about specific VAT implications for your business, refer to HMRC.
Resolution
Customer settlement discount
Create the invoice for the discounted net and VAT amounts if you're paid before or when you raise the invoice. If the invoice is paid later, it must show the full net and VAT amounts.
Settlement discount from your supplier
Enter the invoice or order for the full net and VAT value
If you meet the settlement terms, enter a discount with VAT included when posting the supplier payment for the invoice.
NOTE: In the steps below, the following example is used: A purchase invoice for £120, which is made up from £100 net plus £20 VAT, with a settlement discount of 10%.
- Click Bank accounts then Supplier payment.
- Choose the supplier account, enter the payment date, amount and any reference you want.
- For the outstanding invoice, go to the Payment column and enter the amount you're paying. In our example, the amount paid is £90.00 + VAT = £108.00.
- For the outstanding invoice, go to the Discount column and enter the discount, then click Save, then Close. In our example, the discount amount is £10.00 + VAT = £12.00.
- As the settlement discount should include VAT, check the Discount inc. VAT? checkbox.
- Click Save.
You've now recorded the supplier payment and settlement discount. The discount posts a credit note that records the net discount, £10.00, against the nominal code, 5009, and reduces your purchase tax liability by the VAT element of the discount, in this example, £2.00.
Edit your sales invoice layout
To post settlement discounts as batch credits, you must ensure that the invoices you issue:
- Show the rate of settlement discount that will apply if the customer pays within the settlement terms, and when it must be paid
- Advise the customer that they can only recover the actual VAT amount paid and that no credit note will be issued for the discount amount
To edit your invoice layout to show the required settlement discount information
NOTE: These steps assume that you've entered your settlement discount information in the customer records in Settlement Due and Sett. Discount. If your settlement terms are the same on every invoice, you can simply add these as a text box instead.
- Select the required invoice layout then click Edit.
- In the Report menu click Report Properties and enter a new name and description for the layout.
- Click OK.
- In the Toolbox menu click Add Expression.
- Click the area on the layout where you want the settlement terms to appear.
- In the Expression Editor window >enter the following expression:
NOTE: If you add the expression to a footer, to ensure that Function is set to None, highlight the expression > Properties Pane > Function > make sure it's set to None.
FormatString(
"A discount of {0:N2}% of the full price applies if payment is made within {1} days of the invoice date. No credit note will be issued. Following payment you must ensure you've only recovered the VAT actually paid. If you pay within {1} days the discounted price is {2}{3:N2}",
INVOICE.SETTLEMENT_DISC_RATE, INVOICE.SETTLEMENT_DUE_DAYS, (CURRENCY.SYMBOL !="" ? CURRENCY.SYMBOL : CURRENCY.CODE),
(COMPANY.COUNTRY_CODE = "IE"
? (((100-INVOICE.SETTLEMENT_DISC_RATE)/100)*INVOICE.FOREIGN_ITEMS_NET) + INVOICE.FOREIGN_INVOICE_TAX + INVOICE.FOREIGN_CARR_GROSS
: (((100 - INVOICE.SETTLEMENT_DISC_RATE)/100) * INVOICE.FOREIGN_ITEMS_GROSS) + INVOICE.FOREIGN_CARR_GROSS))TIP:If you're viewing this article on-screen, you can copy and paste the expression into the Expression Editor window.
- Click OK then select the new expression. If required, click and drag until the box is wide enough to display the text.
- Click the Properties pane then Conditional Formatting then Edit. If a Modify Filter window appears, click Use Advanced Filter and enter the following expression:
INVOICE.INVOICE_OR_CREDIT NOT LIKE "Invoice" OR INVOICE.SETTLEMENT_DISC_RATE = 0
- Click OK then select the Properties tab, then click Suppress Printing.
- Choose True then click OK.
- Click File then Save As.
- Click File name then enter a new file name, click Save then File then Exit.
You've now amended your invoice layout to display your settlement discount terms on invoices. If you're printing a credit note, or if the settlement discount rate is zero, the text doesn't appear.
Upgrading your licence
Need a little more room? To add extra companies, users, employees or more to your software licence, leave your details and we'll be in touch.
