This is a Scala/Play frontend web UI that provides screens for VAT Individual users and VAT Agents acting on behalf of VAT Users to sign up to submit their VAT Returns using software. This is based upon:
- VAT registered businesses with a turnover above £85,000 must use relevant third party software to submit their VAT Returns.
You will need sbt
-
Start the MTD VAT sign up services:
sm --start VAT_SIGN_UP_ALL -f
-
Clone the frontend service:
-
SSH
git clone git@github.com:hmrc/vat-sign-up-frontend.git
-
HTTPS
git clone https://github.com/hmrc/vat-sign-up-frontend.git
-
Start the frontend service:
sm --stop VAT_SIGN_UP_FRONTEND
sbt "run 9566 -Dapplication.router=testOnlyDoNotUseInAppConf.Routes"
-
Go to the homepage:
This code is open source software licensed under the Apache 2.0 License