Skip to content

Commit

Permalink
rename guide route, change/add copy on views and EAR
Browse files Browse the repository at this point in the history
  • Loading branch information
sammo1235 committed Oct 22, 2024
1 parent 851ec63 commit 7b2bdc9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/pdf_generators/audit_certificate_pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def generate!

def render_content
render_main_header
render_report_intro
render_applicant_guidance_section
render_accountant_guidance_section
render_financial_table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ def render_main_header
render_urn

move_down 5.mm

render_report_intro

move_down 5.mm
end

def render_certificate_title
Expand Down Expand Up @@ -318,8 +322,13 @@ def render_feedback
render_text_line("FEEDBACK", 5, style: :bold)

render_text_line("We are committed to improving the experience for everyone involved in The King’s Awards for Enterprise process. We want to gather feedback from accountants to make relevant improvements to the verification forms and the financial section of the application form.", 2, default_text_ops)
move_down 2.mm

render_text_line("You can provide feedback anonymously by following the link and filling out the <b><u>King’s Awards for Enterprise Accountant’s Report Feedback Form.</u></b>", 2, default_text_ops.merge(inline_format: true))
move_down 2.mm

render_text_line("Alternatively, please leave feedback in the space below:", 2, default_text_ops)

move_down 60.mm
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ details.govuk-details data-module="govuk-details"
li We recommend that you send the report and the guide to the accountant immediately so that you can agree on the timelines. Let them know if you will be providing revisions to the figures.
li In the External Accountant's Report, provide actual figures if they are different from the estimates submitted at the time of the application or if you made any other changes to the figures. If you make any revisions, you must sign the Applicant's Management's Statement section in the report.
li Once you make the revisions (if any), the accountant may perform their own relevant procedures and will return the completed External Accountant's Report to you.
li Log back to this online portal and follow the "Provide verification of commercial figures" button next to your Shortlisted entries.
li Log back in to this online portal and follow the "Provide verification of commercial figures" button next to your Shortlisted entries.

p.govuk-body
' Please upload the External Accountant's Report provided by the accountant by
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/audit_certificates/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ header.page-header.group class=('page-header-wider govuk-!-margin-bottom-0')
li We recommend that you send the report and the guide to the accountant immediately so that you can agree on the timelines. Let them know if you will be providing revisions to the figures.
li In the External Accountant's Report, provide actual figures if they are different from the estimates submitted at the time of the application or if you made any other changes to the figures. If you make any revisions, you must sign the Applicant's Management's Statement section in the report.
li Once you make the revisions (if any), the accountant may perform their own relevant procedures and will return the completed External Accountant's Report to you.
li Log back to this online portal and click the "Verification of Commercial Figures" button next to your Shortlisted entries.
li Log back in to this online portal and click the "Provide verification of commercial figures" button next to your Shortlisted entries.
br
p.govuk-body = "Please upload the External Accountant's Report provided by the accountant by <strong>#{Settings.current_audit_certificates_deadline.decorate.formatted_trigger_time}</strong>.".html_safe

Expand Down
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

# shortlisted docs block
resource :audit_certificate, only: [:show, :create, :destroy] do
get :guide
get "Guide-to-Editing-External-Accountants-Report-Using-Adobe-PDF-Editor", as: :guide, to: "audit_certificates#guide"
end
resource :figures_and_vat_returns, only: [:show] do
patch :submit, on: :member
Expand Down

0 comments on commit 7b2bdc9

Please sign in to comment.