<!DOCTYPE html><!-- Last Published: Thu Mar 19 2026 12:38:00 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.lilesmorris.co.uk" data-wf-page="65e9ea0f82d4865f58884a47" data-wf-site="65e9ea0f82d4865f588849d3" lang="en"><head><meta charset="utf-8"/><link href="https://cdn.prod.website-files.com" rel="preconnect" crossorigin="anonymous"/><title>News</title><meta content="News" property="og:title"/><meta content="News" name="twitter:title"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d3/css/lilesmorris.shared.e6de759a1.css" rel="stylesheet" type="text/css" integrity="sha384-5t51mhnBZBj0vWzSRSCl4AmMZeH1R1I0cnBs983XSoipEbiwIBePjFZu1T+w5EO9" crossorigin="anonymous"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({  google: {    families: ["Merriweather:300,300italic,400,400italic,700,700italic,900,900italic","Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic","Inconsolata:400,700"]  }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d3/65e9ebcecfb4b592881a8eb7_32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d3/65e9ebd17b272d53118656eb_Icon_450px.png" rel="apple-touch-icon"/><script src="https://www.google.com/recaptcha/api.js" type="text/javascript"></script></head><body><div class="page-wrapper"><div class="global-styles w-embed"><style>

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/

/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}


.header_bg-shape3{
	clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);
}

.header_bg-shape2{
	clip-path: polygon(0 0, 100% 0, 74.5% 100%, 0% 100%);
}

.header_bg-shape1{
	clip-path: polygon(0 0, 29% 0, 100% 100%, 0% 100%);
}

.section_background-triangle{
	clip-path: polygon(71% 0, 100% 0, 100% 100%, 0% 100%);
}

.section_background-triangle2nd{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 31% 100%);
}
/*
.tax-data_table-row:not(.hide):nth-child(odd){
  background: rgba(110, 200, 87, .2);
}

.tax-data_table-row:not(.hide):nth-child(even){
  background: #FFFFFF;
}
*/
.tax-data_table-row.is--first-row{
  background: #2965a4 !important;
}


</style></div><div data-animation="default" class="navbar_component w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" data-w-id="cbc115ad-d052-9251-6bc8-cce3df895945" role="banner" data-duration="400"><div class="navbar_container"><a href="/" class="navbar_logo-link w-nav-brand"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d3/65e9ec3f65aa5adb1b3107ca_Main_logo.png" loading="lazy" alt="" class="navbar_logo"/></a><nav role="navigation" class="navbar_menu is-page-height-tablet w-nav-menu"><div data-hover="false" data-delay="200" data-w-id="cbc115ad-d052-9251-6bc8-cce3df89594e" class="navbar_menu-dropdown w-dropdown"><div class="navbar_dropdown-toggle w-dropdown-toggle"><div>About</div></div><nav class="navbar_dropdown-list w-dropdown-list"><a href="/about/about-us" class="navbar_dropdown-link w-dropdown-link">About us</a><a href="/about/meet-the-team" class="navbar_dropdown-link w-dropdown-link">Meet the team</a></nav></div><div data-hover="false" data-delay="200" data-w-id="cbc115ad-d052-9251-6bc8-cce3df895959" class="navbar_menu-dropdown w-dropdown"><div class="navbar_dropdown-toggle w-dropdown-toggle"><div>Services</div></div><nav class="navbar_dropdown-list w-dropdown-list"><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="/services/tax" class="navbar_dropdown-link w-dropdown-link">Tax</a></div><div role="listitem" class="w-dyn-item"><a href="/services/vat" class="navbar_dropdown-link w-dropdown-link">VAT</a></div><div role="listitem" class="w-dyn-item"><a href="/services/audits" class="navbar_dropdown-link w-dropdown-link">Audits</a></div><div role="listitem" class="w-dyn-item"><a href="/services/payroll" class="navbar_dropdown-link w-dropdown-link">Payroll</a></div><div role="listitem" class="w-dyn-item"><a href="/services/accounting" class="navbar_dropdown-link w-dropdown-link">Accounting</a></div><div role="listitem" class="w-dyn-item"><a href="/services/start-up" class="navbar_dropdown-link w-dropdown-link">Business Start-Up</a></div><div role="listitem" class="w-dyn-item"><a href="/services/making-tax-digital" class="navbar_dropdown-link w-dropdown-link">Making Tax Digital</a></div><div role="listitem" class="w-dyn-item"><a href="/services/probate" class="navbar_dropdown-link w-dropdown-link">Probate</a></div><div role="listitem" class="w-dyn-item"><a href="/services/bookkeeping" class="navbar_dropdown-link w-dropdown-link">Bookkeeping  </a></div></div></div></nav></div><div data-hover="false" data-delay="200" data-w-id="cbc115ad-d052-9251-6bc8-cce3df895971" class="navbar_menu-dropdown w-dropdown"><div class="navbar_dropdown-toggle w-dropdown-toggle"><div>Resources</div></div><nav class="navbar_dropdown-list resource w-dropdown-list"><a href="/resources/hmrc-links" class="navbar_dropdown-link w-dropdown-link">HMRC Links</a><a href="/resources/key-tax-dates" class="navbar_dropdown-link w-dropdown-link">Key Tax Dates</a><div data-hover="false" data-delay="0" class="sub-dropdown w-dropdown"><div class="dropdown-toggle w-dropdown-toggle"><div>Calculators</div></div><nav class="navbar_dropdown-list _2nd w-dropdown-list"><ul role="list" class="navbar_sub-dropdown-list w-list-unstyled"><li><a href="/resources/sdlt-calculator" class="text-color-white">SDLT Calculator</a></li><li><a href="/resources/vat" class="text-color-white">VAT Calculator</a></li><li><a href="/resources/payroll" class="text-color-white">Payroll Calculator</a></li><li><a href="/resources/startup" class="text-color-white">Startup calculator</a></li><li><a href="/resources/cis" class="text-color-white">CIS Calculator</a></li></ul></nav></div><div data-hover="false" data-delay="0" class="sub-dropdown w-dropdown"><div class="dropdown-toggle w-dropdown-toggle"><div>Tax data</div></div><nav class="navbar_dropdown-list is--tax-data _2nd w-dropdown-list"><ul role="list" class="navbar_sub-dropdown-list w-list-unstyled"><li class="list-item-2"><a href="/resources/income-tax-rates-and-allowances" incometaxrates="" class="menu">Income Tax Rates and Allowances</a></li><li><a href="/resources/registered-pension-scheme-limits" registeredpension="" class="menu">Registered Pension Scheme Limits</a></li><li><a href="/resources/car-and-fuel-benefits" carfuel="" class="menu">Car and Fuel Benefits</a></li><li><a href="/resources/national-insurance-contributions" nationalinsurance="" class="menu">2022/23 National Insurance Contributions</a></li><li><a href="/resources/capital-gains-tax-and-inheritance-tax-rates" capitalgaintax="" class="menu">Capital Gains Tax and Inheritance Tax Rates</a></li><li><a href="/resources/stamp-duty-land-tax-rates-and-bandings" sdltrb="" class="menu">Stamp Duty Land Tax Rates and Bandings</a></li><li><a href="/resources/annual-tax-on-enveloped-dwellings-ated-rates" annualtax="" class="menu">Annual Tax on Enveloped Dwellings (ATED) Rates 2022/23</a></li><li><a href="/resources/corporation-tax" corporationtax="" class="menu">Corporation Tax</a></li></ul></nav></div></nav></div><div data-hover="false" data-delay="200" data-w-id="9c2c53fb-587b-0d04-c9a1-c5ead8edad39" class="navbar_menu-dropdown w-dropdown"><div class="navbar_dropdown-toggle w-dropdown-toggle"><div>News</div></div><nav class="navbar_dropdown-list w-dropdown-list"><a href="/news" aria-current="page" class="navbar_dropdown-link w-dropdown-link w--current">News</a><a href="/monthly-newsletter" class="navbar_dropdown-link w-dropdown-link">Monthly Newsletter</a><a href="/budget-report" class="navbar_dropdown-link w-dropdown-link">Budget Reports</a></nav></div><a href="/blog" class="navbar_link w-nav-link">Blog</a><a href="/portal" class="navbar_link w-nav-link">Portal</a><div class="navbar_button-wrapperr"><div class="navbar_button-wrapper"><a href="/contact" class="button is--green w-button">Contact</a></div></div><div data-hover="false" data-delay="200" data-w-id="cbc115ad-d052-9251-6bc8-cce3df895965" class="navbar_menu-dropdown w-dropdown"><nav class="navbar_dropdown-list w-dropdown-list"><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="/specialism/construction" class="navbar_dropdown-link w-dropdown-link">Construction</a></div><div role="listitem" class="w-dyn-item"><a href="/specialism/property-landlords" class="navbar_dropdown-link w-dropdown-link">Property &amp; Landlords</a></div><div role="listitem" class="w-dyn-item"><a href="/specialism/charities" class="navbar_dropdown-link w-dropdown-link">Charities</a></div></div></div></nav></div><div class="w-layout-grid social-list"><a href="https://twitter.com/lilesmorris" target="_blank" class="footer2_social-link w-inline-block"></a><a href="https://www.facebook.com/lilesmorris" target="_blank" class="footer2_social-link w-inline-block"><div class="social-icon dark w-embed"><svg width="100%" height="100%" style="" viewBox="0 0 40 40" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_312796_480)">
<path d="M39.375 20C39.375 9.29688 30.7031 0.625 20 0.625C9.29688 0.625 0.625 9.29688 0.625 20C0.625 29.6703 7.71016 37.6859 16.9727 39.1406V25.6008H12.0508V20H16.9727V15.7312C16.9727 10.8758 19.8633 8.19375 24.2906 8.19375C26.4109 8.19375 28.6281 8.57188 28.6281 8.57188V13.3375H26.1844C23.7781 13.3375 23.0273 14.8312 23.0273 16.3633V20H28.4008L27.5414 25.6008H23.0273V39.1406C32.2898 37.6859 39.375 29.6703 39.375 20Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_312796_480">
<rect width="40" height="40" fill="currentColor"/>
</clipPath>
</defs>
</svg></div></a><a href="https://www.linkedin.com/company/liles-morris-ltd/mycompany/" target="_blank" class="footer2_social-link w-inline-block"><div class="social-icon dark w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3ZM8 18C8.27614 18 8.5 17.7761 8.5 17.5V10.5C8.5 10.2239 8.27614 10 8 10H6.5C6.22386 10 6 10.2239 6 10.5V17.5C6 17.7761 6.22386 18 6.5 18H8ZM7.25 9C6.42157 9 5.75 8.32843 5.75 7.5C5.75 6.67157 6.42157 6 7.25 6C8.07843 6 8.75 6.67157 8.75 7.5C8.75 8.32843 8.07843 9 7.25 9ZM17.5 18C17.7761 18 18 17.7761 18 17.5V12.9C18.0325 11.3108 16.8576 9.95452 15.28 9.76C14.177 9.65925 13.1083 10.1744 12.5 11.1V10.5C12.5 10.2239 12.2761 10 12 10H10.5C10.2239 10 10 10.2239 10 10.5V17.5C10 17.7761 10.2239 18 10.5 18H12C12.2761 18 12.5 17.7761 12.5 17.5V13.75C12.5 12.9216 13.1716 12.25 14 12.25C14.8284 12.25 15.5 12.9216 15.5 13.75V17.5C15.5 17.7761 15.7239 18 16 18H17.5Z" fill="CurrentColor"/>
</svg></div></a></div><form action="/search" class="search w-form"><label for="search" class="field-label-4">Search</label><input class="search-input w-input" maxlength="256" name="query" placeholder="Search…" type="search" id="search" required=""/><input type="submit" class="search-button w-button" value="Search"/></form></nav><div class="navbar_menu-button w-nav-button"><div class="menu-icon1"><div class="menu-icon1_line-top"></div><div class="menu-icon1_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon1_line-bottom"></div></div></div></div></div><main class="main-wrapper"><section class="section_header-no-image"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="margin-bottom margin-small"><div class="text-color-white page-load-animation-text1">Liles Morris</div></div><div class="margin-bottom margin-medium"><h1 style="opacity:0;-webkit-transform:translate3d(0, 10rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 10rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 10rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 10rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="page-load-animation-text2">Latest News and Industry Insights</h1></div><a href="/contact" class="button page-load-animation-text3 w-button">Talk to an expert</a></div></div></div><div class="header_background-image-wrapper"><div class="section_background-triangle"></div><div class="section_background-triangle2nd"></div></div></section><section class="section_news-full"><div class="padding-global"><div class="container-large"><div class="padding-section-medium animation-first-section"><div class="w-dyn-list"><div role="list" class="news_collection-list w-dyn-items"><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a267d04ff38220ba3685961_rSDWCyo4KmQ-gSVQVHjsxV1THgzaGsoSomUEs0H-7tg.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>June 8, 2026</div><div class="text-size-medium">why-every-growing-business-needs-a-business-plan</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>You have the idea, the energy, and maybe even your first customers. So why slow down to write a business plan? It can seem like something banks ask for, but not something that really helps you run your business.</p></div><a href="/news/why-every-growing-business-needs-a-business-plan" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a21333302f60f386aca4bb6_3qB2i1hQhrSrxsiHaoMYrQAKl_bfR1LAh-Z-SXP5RaQ.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>June 4, 2026</div><div class="text-size-medium">temporary-vat-reduction-on-children-s-meals-tickets-and-family-attractions</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>The government has announced a temporary reduced rate of VAT for children’s meals in restaurants and family leisure activities over the summer.</p></div><a href="/news/temporary-vat-reduction-on-children-s-meals-tickets-and-family-attractions" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a1fe06fb104856699ee58f7_Xcu9JAo8wvr4jiQWVQDK1lJb8_sBVgan80LKypxStOk.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>June 3, 2026</div><div class="text-size-medium">companies-house-and-the-ipo-warn-about-fake-payment-requests</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>Companies House and the Intellectual Property Office (IPO) are asking businesses to take special care of misleading requests for payment sent by fraudulent organisations.</p></div><a href="/news/companies-house-and-the-ipo-warn-about-fake-payment-requests" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a1d567e21d23ee6d3865fc8_WprL_-SBFvxD7e4OYot6IMT0kGj9RY7ybUmXcOylh_s.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>June 1, 2026</div><div class="text-size-medium">late-payment-legislation-laid-before-parliament</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>Following its mention in the King’s Speech, the Small Business Protections Bill has now been put before Parliament.</p></div><a href="/news/late-payment-legislation-laid-before-parliament" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a17f86166332b82c537cf4c_FoYlHsPiwx-QnYz7fq4Ra4Dme3hOjAA1LUWYcSy8QP4.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 28, 2026</div><div class="text-size-medium">uk-unemployment-rises-to-5-but-inflation-drops-to-2-8</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>Official figures from the Office for National Statistics (ONS) show that the unemployment rate in the three months to March 2026 has risen to 5% from 4.9%. </p></div><a href="/news/uk-unemployment-rises-to-5-but-inflation-drops-to-2-8" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a16a58c5ba3e1588562c62b_MdRGv0zhzxzPkVIGqPprwIiQ2-KWFfz2hqHRuEvTGFg.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 27, 2026</div><div class="text-size-medium">hmrc-introduces-targeted-advance-assurance-service-for-r-d-claims</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>Originally proposed in last autumn’s Budget, HM Revenue &amp; Customs (HMRC) have introduced a targeted advance assurance service for Research and Development (R&amp;D) tax relief claims. The service, which is a pilot, aims to provide businesses with clarity on complex or high-risk areas before they make a claim.</p></div><a href="/news/hmrc-introduces-targeted-advance-assurance-service-for-r-d-claims" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a157501acd07210af467513_0IYlVDeESb7JFBAWQtRHLESRu9sGP7h7hb5PTT9C0Y4.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 26, 2026</div><div class="text-size-medium">nationwide-crackdown-on-dodgy-high-street-shops</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>A major police offensive was announced last week that will tackle dodgy shops linked to organised crime. Rogue high street businesses will face raids, closures and cash seizures.</p></div><a href="/news/nationwide-crackdown-on-dodgy-high-street-shops" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a0ebe49896626af258c3df2_ciyHAoFVVbDvJfVuiA5f3z3pauEEOOY5q4OM8Efk7_4.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 21, 2026</div><div class="text-size-medium">ai-providing-misleading-advice-on-vat-return-filing</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>Incorrect advice provided by Artificial Intelligence (AI) and other websites is contributing to a growing trend of late VAT return filing and payment.</p></div><a href="/news/ai-providing-misleading-advice-on-vat-return-filing" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a0d6b348dbd43b5fa120fc5_pzyzcGySOMcYid29RRiuYk_ls069GARe5q_JOqNduYA.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 20, 2026</div><div class="text-size-medium">four-simple-ways-to-improve-business-profit-within-12-months</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>Most businesses don’t need big ideas or complicated plans to improve profit. In practice, profits will usually increase by tightening up a few everyday things and being more deliberate about how time and effort are applied.</p></div><a href="/news/four-simple-ways-to-improve-business-profit-within-12-months" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a0aca8cd89f4efc279d006e_wYM3edUVKVl1AYTMUGoDWuMEiOI-754gHzn21J4lC5k.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 18, 2026</div><div class="text-size-medium">government-commits-to-self-driving-technology</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>The government has announced it has signed a new partnership with Wayve, a British company that is developing self-driving vehicle technologies.</p></div><a href="/news/government-commits-to-self-driving-technology" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a05843e55cf77ec843d1c0f_JZzdAlY4iUzPWCfatWmWbtWGeCocWomRpsh5A57fuOI.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 14, 2026</div><div class="text-size-medium">what-will-happen-to-interest-rates-in-2026</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>The ongoing Middle East conflict has raised concerns over its effect on UK inflation and interest rates in the coming months.</p></div><a href="/news/what-will-happen-to-interest-rates-in-2026" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a043ad16a1aca5024edd65d_OtoAvjK34D7cCiKTfUYE8Aqwwmzal0mgQqM8-g2JVrg.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 13, 2026</div><div class="text-size-medium">credit-control-the-quiet-discipline-that-keeps-a-business-alive</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>Running a business in recent times has been a lesson in resilience. Costs continue to increase and customers are cautious. Cash is proving tight for many businesses and credit control is a core discipline for keeping a business afloat in such times.</p></div><a href="/news/credit-control-the-quiet-discipline-that-keeps-a-business-alive" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/6a01900bc2724f62665b4281_db8VmY_99uR8kFu338fDvE6iOCTCOUmongbN4aonxuI.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 11, 2026</div><div class="text-size-medium">pub-closures-blamed-on-costs-and-disproportionate-tax-burden</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>The British Beer and Pub Association (BBPA) have reported that 161 pubs closed across the country in the first three months of 2026. It is estimated that this has led to the loss of 2,400 jobs. Scotland has been the most heavily affected, with 41 closures between January and March.</p></div><a href="/news/pub-closures-blamed-on-costs-and-disproportionate-tax-burden" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/69fc47980a4eecf195ea8770_pPz-Gu2hS4929mssirld5OUSz6vgQSeNZ_W5Rv5dRzk.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 7, 2026</div><div class="text-size-medium">data-law-change-relaxes-consent-rules-for-charities</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>The Information Commissioner&#x27;s Office (ICO) has published final guidance on the new ‘charitable purposes soft opt-in’ provision introduced by the Data (Use and Access) Act 2025.</p></div><a href="/news/data-law-change-relaxes-consent-rules-for-charities" class="button green-border w-button">Read article</a></div></div></div><div role="listitem" class="w-dyn-item"><div class="news_item"><div class="news_image-wrapper"><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d1/69faf5de65138814c7045455_O1mSFHZa3OssuLm548sUkahedLy-vaoWo4Vr_hmEMJg.png" loading="lazy" alt="" class="news_image"/></div><div class="news_right-wrapper"><div>May 6, 2026</div><div class="text-size-medium">the-ncsc-to-begin-recommending-use-of-passkeys</div><div class="news_item-divider"></div><div class="margin-bottom margin-small"><p>The National Cyber Security Centre (NCSC) announced at CYBERUK 2026 in Glasgow that it will begin recommending the use of passkeys wherever a service supports them, and two-step verification (2SV) where it does not.</p></div><a href="/news/the-ncsc-to-begin-recommending-use-of-passkeys" class="button green-border w-button">Read article</a></div></div></div></div><div role="navigation" aria-label="List" class="w-pagination-wrapper pagination"><a href="?9b4b20ed_page=2" aria-label="Next Page" class="w-pagination-next news-button"><div class="w-inline-block">Next</div><svg class="w-pagination-next-icon" height="12px" width="12px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" transform="translate(0, 1)"><path fill="none" stroke="currentColor" fill-rule="evenodd" d="M4 2l4 4-4 4"></path></svg></a><link rel="prerender" href="?9b4b20ed_page=2"/></div></div></div></div></div></section><div class="footer_component"><div class="padding-global"><div class="container-large"><div class="padding-vertical padding-xxlarge"><div class="w-layout-grid footer_top-wrapper"><div class="w-layout-grid footer_left-wrapper"><div class="footer_link-list"><div class="text-color-light-green">Address</div><p class="text-color-white">Liles Morris Ltd, <br/>First Floor, <br/>80 Coombe Road, <br/>New Malden, <br/>Surrey <br/>KT3 4QS</p><div class="footer_column-divider"></div><a href="/privacy-policy" class="w-inline-block"><p class="text-color-white">Privacy policy</p></a><div class="footer_column-divider"></div><div class="footer_contact-row"><div class="footer_contact-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.9993 15.9999C13.1228 15.9831 11.2764 15.5265 9.60847 14.6666C7.82816 13.7796 6.20405 12.6087 4.79984 11.2C3.39113 9.7957 2.22033 8.17152 1.33335 6.39113C0.473519 4.72309 0.0168698 2.87663 9.13353e-05 1.00008C-0.00170227 0.868263 0.0229371 0.737423 0.0725541 0.615289C0.122171 0.493154 0.195759 0.382202 0.288973 0.288985C0.382186 0.195767 0.493134 0.122176 0.615264 0.072557C0.737393 0.022938 0.868227 -0.00170234 1.00004 9.13391e-05H4.11099C4.31288 -0.000946905 4.50787 0.0735625 4.65762 0.208978C4.8154 0.361699 4.91981 0.561171 4.95539 0.77786L5.55535 3.57783C5.58909 3.76446 5.58909 3.95563 5.55535 4.14227C5.52127 4.31 5.43948 4.46433 5.31981 4.58671L3.09771 6.83112C3.87582 8.14175 4.81328 9.35094 5.88867 10.4311C6.92298 11.4557 8.09762 12.3281 9.37738 13.0222L11.4884 10.8444C11.6251 10.6868 11.8016 10.5686 11.9995 10.5022C12.1846 10.4352 12.3852 10.4228 12.5772 10.4666L15.2437 11.0444C15.4625 11.0864 15.6593 11.2045 15.7993 11.3777C15.9373 11.555 16.0082 11.7754 15.9992 12V14.9999C16.001 15.1317 15.9764 15.2626 15.9268 15.3847C15.8772 15.5068 15.8036 15.6178 15.7104 15.711C15.6172 15.8042 15.5062 15.8778 15.3841 15.9274C15.2619 15.9771 15.1311 16.0017 14.9993 15.9999ZM2.42219 5.60003L4.22209 3.77783L3.71101 1.33341H1.33335C1.34214 1.97469 1.43173 2.6123 1.60001 3.23117C1.81913 4.0388 2.09385 4.8303 2.42219 5.60003ZM10.6218 13.6666C11.2581 13.9572 11.9202 14.1878 12.5994 14.3555C13.2763 14.5274 13.9685 14.6316 14.666 14.6666V12.2888L12.3772 11.8444L10.6218 13.6666Z" fill="currentColor"/>
</svg></div><div class="text-color-white text-size-medium-2"><a href="tel:02087854690" class="link-2">020 8785 4690</a></div></div><div class="footer_contact-row"><div class="footer_contact-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.595 0.39375C17.325 0.13125 17.01 0 16.65 0H1.35C0.99 0 0.675 0.13125 0.405 0.39375C0.135 0.65625 0 0.9625 0 1.3125V12.6875C0 13.0375 0.135 13.3438 0.405 13.6062C0.675 13.8688 0.99 14 1.35 14H16.65C17.01 14 17.325 13.8688 17.595 13.6062C17.865 13.3438 18 13.0375 18 12.6875V1.3125C18 0.9625 17.865 0.65625 17.595 0.39375ZM16.56 1.3125L9 6.08125L1.4625 1.3125H16.56ZM16.65 12.6875H1.35V2.51562L9 7.39375L16.65 2.51562V12.6875Z" fill="currentColor"/>
</svg></div><div class="text-color-white"><a href="mailto:email@lilesmorris.co.uk" class="link-2">email@lilesmorris.co.uk</a></div></div></div><div><img src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d3/65eed22e657ddf42e6fffa90_ICAEW_CharteredAccountants_BLK_RGB%20(1).png" loading="lazy" alt="" class="image-10"/></div></div><div class="footer_right-wrapper"><div class="text-color-light-green">Sign up to receive our newsletter</div><div class="footer_form-block w-form"><form id="email-form" name="email-form" data-name="Email Form" method="get" class="footer_form" data-wf-page-id="65e9ea0f82d4865f58884a47" data-wf-element-id="008f403d-b5f6-f263-6789-fe490dde1b46"><input class="form-input w-input" maxlength="256" name="Name" data-name="Name" placeholder="Name" type="text" id="Name-2" required=""/><input class="form-input w-input" maxlength="256" name="Email" data-name="Email" placeholder="Email address" type="email" id="Email-7" required=""/><div data-sitekey="6Lc62yQqAAAAAHNjOPCjXuMDVzhJdejDp5b9uyZ5" class="w-form-formrecaptcha g-recaptcha g-recaptcha-error g-recaptcha-disabled"></div><a href="#" class="button is--submit w-button">Register</a></form><div class="success-message w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="error-message w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div></div></div></div></div><div class="footer_bottom-wrapper"><div class="padding-global"><div class="container-large"><div class="padding-vertical padding-medium"><div class="footer_bottom"><div id="w-node-_008f403d-b5f6-f263-6789-fe490dde1b56-0dde1b00" class="footer2_credit-text">© 2024-2025  Liles Morris. All right reserved.</div><div class="w-layout-grid social-list"><a href="https://twitter.com/lilesmorris" target="_blank" class="footer2_social-link w-inline-block"></a><a href="https://www.facebook.com/lilesmorris" target="_blank" class="footer2_social-link w-inline-block"><div class="social-icon w-embed"><svg width="100%" height="100%" style="" viewBox="0 0 40 40" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_312796_480)">
<path d="M39.375 20C39.375 9.29688 30.7031 0.625 20 0.625C9.29688 0.625 0.625 9.29688 0.625 20C0.625 29.6703 7.71016 37.6859 16.9727 39.1406V25.6008H12.0508V20H16.9727V15.7312C16.9727 10.8758 19.8633 8.19375 24.2906 8.19375C26.4109 8.19375 28.6281 8.57188 28.6281 8.57188V13.3375H26.1844C23.7781 13.3375 23.0273 14.8312 23.0273 16.3633V20H28.4008L27.5414 25.6008H23.0273V39.1406C32.2898 37.6859 39.375 29.6703 39.375 20Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_312796_480">
<rect width="40" height="40" fill="currentColor"/>
</clipPath>
</defs>
</svg></div></a><a href="https://www.linkedin.com/company/liles-morris-ltd/mycompany/" target="_blank" class="footer2_social-link w-inline-block"><div class="social-icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3ZM8 18C8.27614 18 8.5 17.7761 8.5 17.5V10.5C8.5 10.2239 8.27614 10 8 10H6.5C6.22386 10 6 10.2239 6 10.5V17.5C6 17.7761 6.22386 18 6.5 18H8ZM7.25 9C6.42157 9 5.75 8.32843 5.75 7.5C5.75 6.67157 6.42157 6 7.25 6C8.07843 6 8.75 6.67157 8.75 7.5C8.75 8.32843 8.07843 9 7.25 9ZM17.5 18C17.7761 18 18 17.7761 18 17.5V12.9C18.0325 11.3108 16.8576 9.95452 15.28 9.76C14.177 9.65925 13.1083 10.1744 12.5 11.1V10.5C12.5 10.2239 12.2761 10 12 10H10.5C10.2239 10 10 10.2239 10 10.5V17.5C10 17.7761 10.2239 18 10.5 18H12C12.2761 18 12.5 17.7761 12.5 17.5V13.75C12.5 12.9216 13.1716 12.25 14 12.25C14.8284 12.25 15.5 12.9216 15.5 13.75V17.5C15.5 17.7761 15.7239 18 16 18H17.5Z" fill="CurrentColor"/>
</svg></div></a></div></div></div></div></div></div></div></main></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=65e9ea0f82d4865f588849d3" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d3/js/lilesmorris.schunk.36b8fb49256177c8.js" type="text/javascript" integrity="sha384-4abIlA5/v7XaW1HMXKBgnUuhnjBYJ/Z9C1OSg4OhmVw9O3QeHJ/qJqFBERCDPv7G" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d3/js/lilesmorris.schunk.6e8a0f91169fdb9e.js" type="text/javascript" integrity="sha384-7I3l+I2OrHJqAyMRmh+bmlEFZtuONNavBPTLLK6Nkjj+iOik6TvfJaHAZeJ6Ex10" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65e9ea0f82d4865f588849d3/js/lilesmorris.a7e8d07a.ddb6430cbf807a49.js" type="text/javascript" integrity="sha384-YqyAI073TT/tcqnawF3xxSjXMF4WHAGpmbU+WE8gyTDSqSHHZUz8v2XjQQofztia" crossorigin="anonymous"></script><!--🤙 https://slater.app/6592/31479.js-->
<script>document.addEventListener("DOMContentLoaded", function() {function loadmenu(e){let t=document.createElement("script");t.setAttribute("src",e),t.setAttribute("type","text/javascript"),document.body.appendChild(t),t.addEventListener("load",()=>{console.log("Slater loaded menu.js: https://slater.app/6592/31479.js 🤙")}),t.addEventListener("error",e=>{console.log("Error loading file",e)})}let src=window.location.host.includes("webflow.io")?"https://slater.app/6592/31479.js":"https://assets.slater.app/slater/6592/31479.js?v=1.0";loadmenu(src);})</script>
</body></html>