Skip to content

Commit

Permalink
Merge pull request #189 from hmrc/DDCNOS-873
Browse files Browse the repository at this point in the history
DDCNOS-873 - Upgrade to new build
  • Loading branch information
wolfendale authored Oct 10, 2018
2 parents bb96c45 + ef3df37 commit 86fff14
Show file tree
Hide file tree
Showing 106 changed files with 1,642 additions and 65 deletions.
16 changes: 16 additions & 0 deletions app/views/_accountSummary_sideBar.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@(balance: Option[BigDecimal], correspondence: Option[Address], organisationName: Option[String])(implicit atedContext: AtedContext, messages: Messages)
@import views.html.helpers._
Expand Down
16 changes: 16 additions & 0 deletions app/views/accountSummary.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@(summaryReturnsWithDrafts: SummaryReturnsModel, correspondence: Option[Address], organisationName: Option[String], clientBanner: Html)(implicit atedContext: AtedContext, messages: Messages)
@import utils._
Expand Down
16 changes: 16 additions & 0 deletions app/views/atedMain.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@(title: String,
userLoggedIn: Boolean = true,
hasBanner: Boolean = false,
Expand Down
16 changes: 16 additions & 0 deletions app/views/atedNoAuthMain.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@(title: String,
userLoggedIn: Boolean = true,
supportLinkEnabled: Boolean = true,
Expand Down
16 changes: 16 additions & 0 deletions app/views/confirmDeleteDraft.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@import forms.AtedForms._
@import uk.gov.hmrc.play.views.html._
Expand Down
16 changes: 16 additions & 0 deletions app/views/confirmPastReturn.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@import forms.AtedForms._
@import uk.gov.hmrc.play.views.html._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/bankDetails.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@(bankDetailsForm: Form[BankDetails], oldFormBundleNo: String, backLink: Option[String])(implicit atedContext: AtedContext, messages: Messages)
@import uk.gov.hmrc.play.views.html._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/dataOfDisposal.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@(disposeLiabilityForm: Form[DisposeLiability], oldFormBundleNo: String, backLink: Option[String])(implicit atedContext: AtedContext, messages: Messages)
@import uk.gov.hmrc.play.views.html._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/disposeLiabilityBankDetails.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@(bankDetailsForm: Form[BankDetails], oldFormBundleNo: String, backLink: Option[String])(implicit atedContext: AtedContext, messages: Messages)
@import uk.gov.hmrc.play.views.html._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/disposeLiabilityDeclaration.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@(oldFormBundleNum: String, backLink: Option[String])(implicit atedContext: AtedContext, messages: Messages)
@import uk.gov.hmrc.play.views.html._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/disposeLiabilityHasBankDetails.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@(bankDetailsForm: Form[HasBankDetails], oldFormBundleNo: String, backLink: Option[String])(implicit atedContext: AtedContext, messages: Messages)
@import uk.gov.hmrc.play.views.html._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/disposeLiabilityPrintFriendly.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@(disposeLiability: models.DisposeLiabilityReturn, organisationName: Option[String])(implicit atedContext: AtedContext, messages: Messages)

@import views.html.helpers._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/disposeLiabilitySent.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@(formBundleNum:String, amountDueOrRefund: BigDecimal, liabilityAmount: BigDecimal, paymentReference: Option[String])(implicit atedContext: AtedContext, messages: Messages)
@import models._
@import uk.gov.hmrc.play.views.html._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@(submittedReturnResponse: Option[EditLiabilityReturnsResponseModel], returnType: String, organisationName: Option[String], paymentReference: Option[String], amountDueOrRefund: BigDecimal, liabilityAmount : BigDecimal)(implicit atedContext: AtedContext, messages: Messages)

@import utils.AtedUtils._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/disposeLiabilitySummary.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@(disposeLiability: models.DisposeLiabilityReturn, backLink: Option[String])(implicit atedContext: AtedContext, messages: Messages)

@import uk.gov.hmrc.play.views.html.helpers._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/editLiability.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@(editLiabilityReturnTypeForm: Form[EditLiabilityReturnType], oldFormBundleNo: String, periodKey: Int, editAllowed: Boolean, backLink:Option[String])(implicit atedContext: AtedContext, messages: Messages)
@import uk.gov.hmrc.play.views.html._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/editLiabilityDatesLiable.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@import org.joda.time.LocalDate
@(formBundleNo: String, periodKey: Int, propertyDetailsForm: Form[PropertyDetailsDatesLiable], backLink: Option[String])(implicit atedContext: AtedContext, messages: Messages)
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/editLiabilityDeclaration.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@(oldFormBundleNum: String, returnType: String, backLink: Option[String])(implicit atedContext: AtedContext, messages: Messages)
@import uk.gov.hmrc.play.views.html._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/editLiabilityHasValueChanged.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@import models._
@(oldLiabilityAmount: Option[BigDecimal], oldFormBundleNo: String, liabilityValueDetailsForm: Form[HasValueChanged], mode: Option[String], backLink: Option[String])(implicit atedContext: AtedContext, messages: Messages)
@import uk.gov.hmrc.play.views.html._
Expand Down
16 changes: 16 additions & 0 deletions app/views/editLiability/editLiabilityPrintFriendly.scala.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@*
* Copyright 2018 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@

@(changeLiability : PropertyDetails, returnType: String, periods : Seq[models.LineItem], valuesToDisplay: Seq[models.LineItemValue], organisationName: Option[String])(implicit atedContext: AtedContext, messages: Messages)

@import views.html.helpers._
Expand Down
Loading

0 comments on commit 86fff14

Please sign in to comment.