/vat-sign-up-frontend

Primary LanguageScalaApache License 2.0Apache-2.0

Apache-2.0 license Build Status Download

Use software to submit your VAT Returns (MTD VAT)

VAT Sign Up Frontend

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.

Running the sign up vat.business.services locally

You will need sbt

  1. Install Service-Manager

  2. Start the MTD VAT sign up services:

    sm --start VAT_SIGN_UP_ALL -f

  3. 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

  1. Start the frontend service:

    sm --stop VAT_SIGN_UP_FRONTEND

    sbt "run 9566 -Dapplication.router=testOnlyDoNotUseInAppConf.Routes"

  2. Go to the homepage:

    http://localhost:9566/vat-through-software/sign-up/

License

This code is open source software licensed under the Apache 2.0 License