Add new Settings related to the remote census
These Settings will store all the values needed to connect to the remote census.
This commit is contained in:
@@ -124,6 +124,38 @@ en:
|
||||
remote_census_description: "Allows to configure the connection to the remote census of each institution"
|
||||
valuation_comment_notification: "Valuation comment notification"
|
||||
valuation_comment_notification_description: "Send an email to all associated users except valuation commenter to budget investment when a new valuation comment is created"
|
||||
remote_census:
|
||||
general:
|
||||
endpoint: "Endpoint"
|
||||
endpoint_description: "Host name where the census service is available (wsdl)"
|
||||
request:
|
||||
method_name: "Request method name"
|
||||
method_name_description: "Request method name accepted by the City Census WebService."
|
||||
structure: "Request Structure"
|
||||
structure_description: 'Request Structure that receives the Census WebService of the City council. The "static" values of this request should be filled. Values related to Document Type, Document Number, Date of Birth and Postal Code should be blank.'
|
||||
document_type: "Path for Document Type"
|
||||
document_type_description: "Path in the request structure that sends the Document Type. DO NOT FILL IN if the WebService does not require the Document Type to verify a user."
|
||||
document_number: "Path for Document Number"
|
||||
document_number_description: "Path in the request structure that sends the Document Number. DO NOT FILL IN if the WebService does not require the Document Number to verify a user."
|
||||
date_of_birth: "Path for Date of Birth"
|
||||
date_of_birth_description: "Path in the request structure that sends the Date of Birth. DO NOT FILL IN if the WebService does not require the Date of Birth to verify a user."
|
||||
postal_code: "Path for Postal Code"
|
||||
postal_code_description: "Path in the request structure that sends the Postal Code. DO NOT FILL IN if the WebService does not require the Postal Code to verify a user."
|
||||
response:
|
||||
date_of_birth: "Path for Date of Birth"
|
||||
date_of_birth_description: "In what path of the response is the user's Date of Birth?"
|
||||
postal_code: "Path for Postal Code"
|
||||
postal_code_description: "In what path of the response is the user's Postal Code?"
|
||||
district: "Path for District"
|
||||
district_description: "In what path of the response is the user's District?"
|
||||
gender: "Path for Gender"
|
||||
gender_description: "In what path of response is the user's Gender?"
|
||||
name: "Path for Name"
|
||||
name_description: "In what path of the response is the user's Name?"
|
||||
surname: "Path for the Last Name"
|
||||
surname_description: "In what path of the response is the user's Last Name?"
|
||||
valid: "Condition for detecting a valid response"
|
||||
valid_description: "What response path has to come informed to be considered a valid response and user verified"
|
||||
map:
|
||||
latitude: "Latitude"
|
||||
latitude_description: "Latitude to show the map position"
|
||||
|
||||
Reference in New Issue
Block a user