@ -5,9 +5,14 @@ class Form::Lettings::Questions::Uprn < ::Form::Question
@check_answer_label="UPRN"
@check_answer_label="UPRN"
@header="What is the property's UPRN"
@header="What is the property's UPRN"
@type="text"
@type="text"
@hint_text="The Unique Property Reference Number (UPRN) is a unique number system created by Ordnance Survey and used by housing providers and sectors UK-wide. For example 10010457355."
@width=10
@width=10
@question_number=11
@question_number=11
@inferred_check_answers_value=[
{
"condition"=>{"uprn_known"=>0},
"value"=>"Not known",
},
]
end
end
defunanswered_error_message
defunanswered_error_message
@ -15,6 +20,8 @@ class Form::Lettings::Questions::Uprn < ::Form::Question
end
end
defget_extra_check_answer_value(log)
defget_extra_check_answer_value(log)
returnunlesslog.uprn_known==1
value=[
value=[
log.address_line1,
log.address_line1,
log.address_line2,
log.address_line2,
@ -28,8 +35,4 @@ class Form::Lettings::Questions::Uprn < ::Form::Question
@ -8,6 +8,8 @@ class Form::Lettings::Questions::UprnKnown < ::Form::Question
@answer_options=ANSWER_OPTIONS
@answer_options=ANSWER_OPTIONS
@hint_text="The Unique Property Reference Number (UPRN) is a unique number system created by Ordnance Survey and used by housing providers and sectors UK-wide. For example 10010457355.<br><br>
@hint_text="The Unique Property Reference Number (UPRN) is a unique number system created by Ordnance Survey and used by housing providers and sectors UK-wide. For example 10010457355.<br><br>
@ -5,9 +5,14 @@ class Form::Sales::Questions::Uprn < ::Form::Question
@check_answer_label="UPRN"
@check_answer_label="UPRN"
@header="What is the property's UPRN"
@header="What is the property's UPRN"
@type="text"
@type="text"
@hint_text="The Unique Property Reference Number (UPRN) is a unique number system created by Ordnance Survey and used by housing providers and sectors UK-wide. For example 10010457355."
@width=10
@width=10
@question_number=14
@question_number=14
@inferred_check_answers_value=[
{
"condition"=>{"uprn_known"=>0},
"value"=>"Not known",
},
]
end
end
defunanswered_error_message
defunanswered_error_message
@ -15,6 +20,8 @@ class Form::Sales::Questions::Uprn < ::Form::Question
end
end
defget_extra_check_answer_value(log)
defget_extra_check_answer_value(log)
returnunlesslog.uprn_known==1
value=[
value=[
log.address_line1,
log.address_line1,
log.address_line2,
log.address_line2,
@ -28,8 +35,4 @@ class Form::Sales::Questions::Uprn < ::Form::Question
@ -8,6 +8,14 @@ class Form::Sales::Questions::UprnKnown < ::Form::Question
@answer_options=ANSWER_OPTIONS
@answer_options=ANSWER_OPTIONS
@hint_text="The Unique Property Reference Number (UPRN) is a unique number system created by Ordnance Survey and used by housing providers and sectors UK-wide. For example 10010457355.<br><br>
@hint_text="The Unique Property Reference Number (UPRN) is a unique number system created by Ordnance Survey and used by housing providers and sectors UK-wide. For example 10010457355.<br><br>
<li>Fill in the template with CORE data from your housing management system according to the <%= govuk_link_to "Lettings #{@form.year_combo} Bulk Upload Specification", @form.specification_path %></li>
<li>Fill in the template with CORE data from your housing management system according to the <%= govuk_link_to "Lettings #{@form.year_combo} Bulk Upload Specification", @form.specification_path %></li>
<li><strong>Username field:</strong> To assign a log to someone else, enter the email address they use to log into CORE</li>
<li>If you have to manually enter large volumes of data into the bulk upload template, we recommend creating logs directly in the service instead. <%= govuk_link_to "Find out more about exporting your data", bulk_upload_lettings_log_path(id: "guidance", form: { year: @form.year }) %></li>
<li>If you have to manually enter large volumes of data into the bulk upload template, we recommend creating logs directly in the service instead. <%= govuk_link_to "Find out more about exporting your data", bulk_upload_lettings_log_path(id: "guidance", form: { year: @form.year }) %></li>
<li>Fill in the template with CORE data from your housing management system according to the <%= govuk_link_to "Sales #{@form.year_combo} Bulk Upload Specification", @form.specification_path %></li>
<li>Fill in the template with CORE data from your housing management system according to the <%= govuk_link_to "Sales #{@form.year_combo} Bulk Upload Specification", @form.specification_path %></li>
<li><strong>Username field:</strong> To assign a log to someone else, enter the email address they use to log into CORE</li>
<li>If you have to manually enter large volumes of data into the bulk upload template, we recommend creating logs directly in the service instead. <%= govuk_link_to "Find out more about exporting your data", bulk_upload_sales_log_path(id: "guidance", form: { year: @form.year }) %></li>
<li>If you have to manually enter large volumes of data into the bulk upload template, we recommend creating logs directly in the service instead. <%= govuk_link_to "Find out more about exporting your data", bulk_upload_sales_log_path(id: "guidance", form: { year: @form.year }) %></li>
Use this service to tell us if your organisation is merging with one or more other organisations. You can also use it to tell us about past merges that have not yet been reported to CORE.
</p>
<h2 class="govuk-heading-m">Before you start</h2>
<p class="govuk-body">Regardless of the merge type, you’ll be asked for:</p>
<ul class="govuk-list govuk-list--bullet">
<li>the organisations merging in CORE</li>
<li>the merge type: for example one organisation absorbing the rest, or them all creating a new organisation</li>
<li>to confirm or update the telephone number</li>
<li>the merge date</li>
<li>if user email addresses will change with this merge</li>
</ul>
<h2 class="govuk-heading-m">If email addresses are changing</h2>
<%= govuk_inset_text(text: "Update all user email addresses on CORE as soon as they change, so that everyone can still access their CORE account. ") %>
<p class="govuk-body">
Users must have access to their old email address, so they can confirm their new one.
</p>
<h2 class="govuk-heading-m">If merging into a new organisation</h2>
<p class="govuk-body">You'll also be asked for the new organisation’s:</p>
<ul class="govuk-list govuk-list--bullet">
<li>name</li>
<li>address</li>
<li>telephone number</li>
<li>housing provider type</li>
<li>Regulator of Social Housing registration number</li>
<li>held stock details</li>
</ul>
<%= govuk_warning_text text: "You will not be able to submit your request without the above information. Do not start the form until you have obtained all of the information. " %>
reactivating_soon:"The scheme %{name} is not available until %{date}. Select another scheme or edit the tenancy start date"
reactivating_soon:"The scheme %{name} is not available until %{date}. Select another scheme or edit the tenancy start date"
activating_soon:"%{name} is not available until %{date}. Enter a tenancy start date after %{date}"
activating_soon:"%{name} is not available until %{date}. Enter a tenancy start date after %{date}"
owning_organisation:
owning_organisation:
invalid:"Please select owning organisation or managing organisation that you belong to"
invalid:"Please select the owning organisation or managing organisation that you belong to"
managing_organisation:
managing_organisation:
invalid:"Please select owning organisation or managing organisation that you belong to"
invalid:"Please select the owning organisation or managing organisation that you belong to"
created_by:
created_by:
invalid:"Please select owning organisation or managing organisation that you belong to"
invalid:"Please select the owning organisation or managing organisation that you belong to"
lettype:
lettype:
general_needs_mismatch:Lettings type must be a general needs type because you selected general needs when uploading the file
general_needs_mismatch:Lettings type must be a general needs type because you selected general needs when uploading the file
supported_housing_mismatch:Lettings type must be a supported housing type because you selected supported housing when uploading the file
supported_housing_mismatch:Lettings type must be a supported housing type because you selected supported housing when uploading the file
@ -253,10 +253,10 @@ en:
freq_missing:"Select how often the household receives income"
freq_missing:"Select how often the household receives income"
earnings_missing:"Enter how much income the household has in total"
earnings_missing:"Enter how much income the household has in total"
income:
income:
over_hard_max_for_london:"Income must not exceed £90,000.00 for properties within London local authorities"
over_hard_max_for_london:"Income must be £90,000 or lower for properties within a London local authority"
over_hard_max_for_outside_london:"Income must not exceed £80,000.00 for properties outside London local authorities"
over_hard_max_for_outside_london:"Income must be £80,000 or lower for properties outside London local authority"
combined_over_hard_max_for_london:"Combined income must not exceed £90,000.00 for properties within London local authorities"
combined_over_hard_max_for_london:"Combined income must be £90,000 or lower for properties within a London local authority"
combined_over_hard_max_for_outside_london:"Combined income must not exceed £80,000.00 for properties outside London local authorities"
combined_over_hard_max_for_outside_london:"Combined income must be £80,000 or lower for properties outside London local authorities"
child_has_income:"Child's income must be £0"
child_has_income:"Child's income must be £0"
negative_currency:"Enter an amount above 0"
negative_currency:"Enter an amount above 0"
rent:
rent:
@ -283,7 +283,7 @@ en:
general_needs:"Enter a value for the support charge between £0 and £60 per week if the landlord is a local authority and it is a general needs letting"
general_needs:"Enter a value for the support charge between £0 and £60 per week if the landlord is a local authority and it is a general needs letting"
supported_housing:"Enter a value for the support charge between £0 and £120 per week if the landlord is a local authority and it is a supported housing letting"
supported_housing:"Enter a value for the support charge between £0 and £120 per week if the landlord is a local authority and it is a supported housing letting"
ecstat:
ecstat:
over_hard_max:"Net income of £%{hard_max} per week is too high for given the tenant’s working situation"
over_hard_max:"Net income of %{hard_max} per week is too high given the tenant’s working situation"
brent:
brent:
below_hard_min:"Rent is below the absolute minimum expected for a property of this type. Please check the rent, rent period, local authority and (if general needs) number of bedrooms"
below_hard_min:"Rent is below the absolute minimum expected for a property of this type. Please check the rent, rent period, local authority and (if general needs) number of bedrooms"
above_hard_max:"Rent is higher than the absolute maximum expected for a property of this type. Please check the rent, rent period, local authority and (if general needs) number of bedrooms"
above_hard_max:"Rent is higher than the absolute maximum expected for a property of this type. Please check the rent, rent period, local authority and (if general needs) number of bedrooms"
@ -314,7 +314,7 @@ en:
charges:
charges:
complete_1_of_3:"Answer either the ‘household rent and charges’ question or ‘is this accommodation a care home‘, or select ‘no’ for ‘does the household pay rent or charges for the accommodation?’"
complete_1_of_3:"Answer either the ‘household rent and charges’ question or ‘is this accommodation a care home‘, or select ‘no’ for ‘does the household pay rent or charges for the accommodation?’"
tcharge:
tcharge:
under_10:"Enter a total charge that is at least £10 per week"
under_10:"Enter a total charge that is at least £10.00 per week"
rent_period:
rent_period:
invalid_for_org:"%{org_name} does not charge rent %{rent_period}"
invalid_for_org:"%{org_name} does not charge rent %{rent_period}"
carehome:
carehome:
@ -466,6 +466,7 @@ en:
during_deactivated_period:"The scheme is already deactivated during this date, please enter a different date"
during_deactivated_period:"The scheme is already deactivated during this date, please enter a different date"
owning_organisation:
owning_organisation:
does_not_own_stock:"Enter an organisation that owns housing stock"
does_not_own_stock:"Enter an organisation that owns housing stock"
no_completed_locations:"This scheme cannot be chosen as it has no completed locations"
location:
location:
postcode_blank:"Enter a postcode"
postcode_blank:"Enter a postcode"
@ -516,8 +517,8 @@ en:
under_soft_min_for_economic_status:"You said income was %{income}, which is below this working situation's minimum (%{minimum})"
under_soft_min_for_economic_status:"You said income was %{income}, which is below this working situation's minimum (%{minimum})"
rent:
rent:
outside_range_title:"You told us the rent is %{brent}"
outside_range_title:"You told us the rent is %{brent}"
min_hint_text:"The minimum rent expected for this type of property in this local authority is £%{soft_min_for_period}."
min_hint_text:"The minimum rent expected for this type of property in this local authority is %{soft_min_for_period}."
max_hint_text:"The maximum rent expected for this type of property in this local authority is £%{soft_max_for_period}."
max_hint_text:"The maximum rent expected for this type of property in this local authority is %{soft_max_for_period}."
purchase_price:
purchase_price:
title_text:"You told us the purchase price is %{value}"
title_text:"You told us the purchase price is %{value}"
hint_text:"The %{min_or_max} purchase price expected for this type of property in this local authority is %{soft_min_or_soft_max}"
hint_text:"The %{min_or_max} purchase price expected for this type of property in this local authority is %{soft_min_or_soft_max}"
@ -539,7 +540,7 @@ en:
void_date:
void_date:
title_text:"You told us the time between the start of the tenancy and the void date is more than 2 years"
title_text:"You told us the time between the start of the tenancy and the void date is more than 2 years"
shared_ownership_deposit:
shared_ownership_deposit:
title_text:"Mortgage, deposit and cash discount total should equal £%{expected_shared_ownership_deposit_value}"
title_text:"Mortgage, deposit and cash discount total should equal %{expected_shared_ownership_deposit_value}"
old_persons_shared_ownership:"At least one buyer should be aged over 64 for Older persons’ shared ownership scheme"
old_persons_shared_ownership:"At least one buyer should be aged over 64 for Older persons’ shared ownership scheme"
staircase_bought_seems_high:"You said %{percentage}% was bought in this staircasing transaction, which seems high. Are you sure?"
staircase_bought_seems_high:"You said %{percentage}% was bought in this staircasing transaction, which seems high. Are you sure?"
monthly_charges_over_soft_max:
monthly_charges_over_soft_max:
@ -547,10 +548,16 @@ en:
student_not_child:
student_not_child:
title_text:"You told us this person is a student aged beween 16 and 19"
title_text:"You told us this person is a student aged beween 16 and 19"
discounted_sale_value:
discounted_sale_value:
title_text:"Mortgage, deposit, and grant total must equal £%{value_with_discount}"
title_text:"Mortgage, deposit, and grant total must equal %{value_with_discount}"
informative_text:"Your given mortgage, deposit and grant total is £%{mortgage_deposit_and_grant_total}"
informative_text:"Your given mortgage, deposit and grant total is %{mortgage_deposit_and_grant_total}"
care_home_charges:
care_home_charges:
title_text:"Care home charges should be provided if this is a care home accommodation"
title_text:"Care home charges should be provided if this is a care home accommodation"
buyer1_livein_wrong_for_ownership_type:
title_text:"You told us that buyer 1 will not live in the property. For %{ownership_scheme} types, the buyer usually lives in the property."
buyer2_livein_wrong_for_ownership_type:
title_text:"You told us that buyer 2 will not live in the property. For %{ownership_scheme} types, the buyer usually lives in the property."
percentage_discount_value:
title_text:"You told us that the percentage discount was %{discount}. This seems high for this type of property."