diff --git a/mdms/HCM/ONDO-DELIVERYFLOW.json b/mdms/HCM/ONDO-DELIVERYFLOW.json index 0ea1180..0a5d011 100644 --- a/mdms/HCM/ONDO-DELIVERYFLOW.json +++ b/mdms/HCM/ONDO-DELIVERYFLOW.json @@ -5,7 +5,7 @@ { "page": "BeneficiaryDetails", "type": "template", - "label": "APPONE_REGISTRATION_BENEFICIARYDETAILS_SCREEN_HEADING", + "label": "APPONE_DELIVERY_BENEFICIARYDETAILS_SCREEN_HEADING", "order": 1, "navigateTo": { "name": "DELIVERYFLOW", @@ -30,21 +30,14 @@ "mandatory": "false" }, { - "code": "Individual.dateOfBirth", - "name": "dateOfBirth", - "fieldKey": "dateOfBirth", - "jsonPath": "Individual.dateOfBirth", - "mandatory": "false" - }, - { - "code": "Individual.identifierId", - "name": "identifierId", - "fieldKey": "identifierId", - "jsonPath": "Individual.identifiers[0].identifierId", + "code": "Household.memberCount", + "name": "memberCount", + "fieldKey": "memberCount", + "jsonPath": "Household.memberCount", "mandatory": "false" } ], - "label": "APPONE_REGISTRATION_BENEFICIARYDETAILS_TITLE", + "label": "APPONE_DELIVERY_BENEFICIARYDETAILS_TITLE", "order": 1, "value": "", "format": "DetailsCard", @@ -59,7 +52,9 @@ "systemDate": false, "validations": [], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -87,7 +82,7 @@ "mandatory": "false" } ], - "label": "BENEFICIARYDETAILS_TABLE_HEADER", + "label": "DELIVERY_BENEFICIARYDETAILS_TABLE_HEADER", "order": 2, "value": "", "format": "Table", @@ -102,11 +97,13 @@ "systemDate": false, "validations": [], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", - "label": "BENEFICIARYDETAILS_RECORD_DELIVERY_PRIMARY_LABEL", + "label": "DELIVERY_BENEFICIARYDETAILS_RECORD_DELIVERY_PRIMARY_LABEL", "order": 3, "value": "", "format": "PrimaryButton", @@ -119,18 +116,26 @@ "deleteFlag": false, "innerLabel": "", "systemDate": false, - "validations": [], + "validations": [ + { + "type": "required", + "value": true, + "message": "DELIVERY_BENEFICIARYDETAILS_RECORD_DELIVERY_PRIMARY_LABEL_mandatory_message" + } + ], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true } ], "actionLabel": "", - "description": "APPONE_REGISTRATION_BENEFICIARYDETAILS_SCREEN_DESCRIPTION" + "description": "APPONE_DELIVERY_BENEFICIARYDETAILS_SCREEN_DESCRIPTION" }, { "page": "DeliveryDetails", "type": "object", - "label": "APPONE_REGISTRATION_DELIVERYDETAILS_SCREEN_HEADING", + "label": "APPONE_DELIVERY_DELIVERYDETAILS_SCREEN_HEADING", "order": 2, "navigateTo": { "name": "household-acknowledgement", @@ -139,7 +144,7 @@ "properties": [ { "type": "integer", - "label": "APPONE_REGISTRATION_DELIVERYDETAILS_label_dateOfDelivery", + "label": "APPONE_DELIVERY_DELIVERYDETAILS_label_dateOfDelivery", "order": 1, "value": "", "format": "date", @@ -154,7 +159,9 @@ "systemDate": true, "validations": [], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "dynamic", @@ -176,7 +183,7 @@ "name": "AQ2" } ], - "label": "APPONE_REGISTRATION_DELIVERYDETAILS_label_resource", + "label": "APPONE_DELIVERY_DELIVERYDETAILS_label_resource", "order": 2, "value": "", "format": "custom", @@ -189,17 +196,25 @@ "deleteFlag": false, "innerLabel": "", "systemDate": false, - "validations": [], + "validations": [ + { + "type": "required", + "value": true, + "message": "APPONE_DELIVERY_DELIVERYDETAILS_label_resource_mandatory_message" + } + ], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "string", - "label": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_deliveryComments", + "label": "APPONE_DELIVERY_BENEFICIARYDETAILS_label_deliveryComments", "order": 3, "value": "", "format": "dropdown", - "hidden": false, + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", @@ -211,15 +226,17 @@ "systemDate": false, "validations": [], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "string", - "label": "APPONE_REGISTRATION_DELIVERYDETAILS_label_scanner", + "label": "APPONE_DELIVERY_DELIVERYDETAILS_label_scanner", "order": 4, "value": "", "format": "scanner", - "hidden": false, + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", @@ -230,17 +247,222 @@ "systemDate": false, "validations": [], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true + } + ], + "actionLabel": "APPONE_DELIVERY_DELIVERYDETAILS_ACTION_BUTTON_LABEL_1", + "description": "APPONE_DELIVERY_DELIVERYDETAILS_SCREEN_DESCRIPTION" + }, + { + "page": "beneficiaryChecklist", + "type": "object", + "label": "APPONE_DELIVERY_BENEFICIARYCHECKLIST_SCREEN_HEADING", + "order": 3, + "navigateTo": { + "name": "household-acknowledgement", + "type": "template" + }, + "properties": [ + { + "type": "boolean", + "label": "DELIVERYFLOW_beneficiaryChecklist_c94e6e46-0295-40bd-99ec-82423d6a4b68", + "order": 1, + "value": "", + "format": "checkbox", + "hidden": false, + "tooltip": "", + "helpText": "", + "infoText": "", + "readOnly": false, + "fieldName": "beneficiaryChecklist_e2bcd79b-db07-44f8-a29b-d9ca18cbdd5b_newField1", + "deleteFlag": true, + "innerLabel": "", + "systemDate": false, + "validations": [ + { + "type": "required", + "value": true, + "message": "Required" + } + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true + }, + { + "type": "boolean", + "label": "DELIVERYFLOW_beneficiaryChecklist_b9d17971-becc-4089-bf03-cbb51ae49442", + "order": 2, + "value": "", + "format": "checkbox", + "hidden": false, + "tooltip": "", + "helpText": "", + "infoText": "", + "readOnly": false, + "fieldName": "beneficiaryChecklist_e2bcd79b-db07-44f8-a29b-d9ca18cbdd5b_newField2", + "deleteFlag": true, + "innerLabel": "", + "systemDate": false, + "validations": [ + { + "type": "required", + "value": true, + "message": "Required" + } + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true + }, + { + "type": "boolean", + "label": "DELIVERYFLOW_beneficiaryChecklist_a20fcab6-e597-4af4-8022-1961fd3afdc8", + "order": 3, + "value": "", + "format": "checkbox", + "hidden": false, + "tooltip": "", + "helpText": "", + "infoText": "", + "readOnly": false, + "fieldName": "beneficiaryChecklist_e2bcd79b-db07-44f8-a29b-d9ca18cbdd5b_newField3", + "deleteFlag": true, + "innerLabel": "", + "systemDate": false, + "validations": [ + { + "type": "required", + "value": true, + "message": "Required" + } + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true + }, + { + "type": "boolean", + "label": "DELIVERYFLOW_beneficiaryChecklist_71695da4-e447-4e36-b062-c567024b0e1b", + "order": 4, + "value": "", + "format": "checkbox", + "hidden": false, + "tooltip": "", + "helpText": "", + "infoText": "", + "readOnly": false, + "fieldName": "beneficiaryChecklist_e2bcd79b-db07-44f8-a29b-d9ca18cbdd5b_newField4", + "deleteFlag": true, + "innerLabel": "", + "systemDate": false, + "validations": [ + { + "type": "required", + "value": true, + "message": "Required" + } + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true + }, + { + "type": "boolean", + "label": "DELIVERYFLOW_beneficiaryChecklist_9a8710a7-85a4-4cde-a0a8-d1d5ac0907d2", + "order": 5, + "value": "", + "format": "checkbox", + "hidden": false, + "tooltip": "", + "helpText": "", + "infoText": "", + "readOnly": false, + "fieldName": "beneficiaryChecklist_e2bcd79b-db07-44f8-a29b-d9ca18cbdd5b_newField5", + "deleteFlag": true, + "innerLabel": "", + "systemDate": false, + "validations": [ + { + "type": "required", + "value": true, + "message": "Required" + } + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true + }, + { + "type": "boolean", + "label": "DELIVERYFLOW_beneficiaryChecklist_3b62cb7a-46c7-4fb9-b17f-cc9176ca09ce", + "order": 6, + "value": "", + "format": "checkbox", + "hidden": false, + "tooltip": "", + "helpText": "", + "infoText": "", + "readOnly": false, + "fieldName": "beneficiaryChecklist_e2bcd79b-db07-44f8-a29b-d9ca18cbdd5b_newField6", + "deleteFlag": true, + "innerLabel": "", + "systemDate": false, + "validations": [ + { + "type": "required", + "value": true, + "message": "Required" + } + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true + }, + { + "type": "boolean", + "label": "DELIVERYFLOW_beneficiaryChecklist_efadb5d9-ca1e-41e4-bc06-e16fb7909c11", + "order": 7, + "value": "", + "format": "checkbox", + "hidden": false, + "tooltip": "", + "helpText": "", + "infoText": "", + "readOnly": false, + "fieldName": "beneficiaryChecklist_e2bcd79b-db07-44f8-a29b-d9ca18cbdd5b_newField7", + "deleteFlag": true, + "innerLabel": "", + "systemDate": false, + "validations": [ + { + "type": "required", + "value": true, + "message": "Required" + } + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true } ], - "actionLabel": "APPONE_REGISTRATION_DELIVERYDETAILS_ACTION_BUTTON_LABEL_1", - "description": "APPONE_REGISTRATION_DELIVERYDETAILS_SCREEN_DESCRIPTION" + "actionLabel": "APPONE_DELIVERY_BENEFICIARYLOCATION_ACTION_BUTTON_LABEL_1", + "description": "APPONE_DELIVERY_BENEFICIARYLOCATION_SCREEN_DESCRIPTION" }, { "page": "HouseholdAcknowledgement", "type": "template", "label": "APPONE_REGISTRATION_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_HEADING", - "order": 3, + "order": 4, "navigateTo": { "name": "search-household", "type": "template" @@ -261,9 +483,17 @@ "deleteFlag": false, "innerLabel": "", "systemDate": false, - "validations": [], + "validations": [ + { + "type": "required", + "value": true, + "message": "HOUSEHOLDACKNOWLEDGEMENT_TITLE_mandatory_message" + } + ], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -282,7 +512,9 @@ "systemDate": false, "validations": [], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -301,7 +533,9 @@ "systemDate": false, "validations": [], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -322,18 +556,21 @@ { "type": "required", "value": true, - "message": "Required field cannot be empty" + "message": "HOUSEHOLDACKNOWLEDGEMENT_PRIMARY_LABEL_mandatory_message" } ], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true } ], "actionLabel": "", - "description": "APPONE_REGISTRATION_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_DESCRIPTION" + "description": "APPONE_DELIVERY_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_DESCRIPTION" } ], - "project": "LLIN", - "version": 1, - "disabled": false + "project": "CMP-2025-09-06-000068", + "version": 17, + "disabled": false, + "isSelected": true } diff --git a/mdms/HCM/ONDO-REGISTRATIONFLOW.json b/mdms/HCM/ONDO-REGISTRATIONFLOW.json index 003407a..d2c0e4e 100644 --- a/mdms/HCM/ONDO-REGISTRATIONFLOW.json +++ b/mdms/HCM/ONDO-REGISTRATIONFLOW.json @@ -28,7 +28,10 @@ "innerLabel": "", "systemDate": false, "validations": [], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -49,10 +52,13 @@ { "type": "required", "value": true, - "message": "Required field cannot be empty" + "message": "APPONE_REGISTRATION_SEARCHBENEFICIARY_BAR_mandatory_message" } ], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -70,7 +76,10 @@ "innerLabel": "", "systemDate": false, "validations": [], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -91,18 +100,21 @@ { "type": "required", "value": true, - "message": "Required field cannot be empty" + "message": "APPONE_REGISTRATION_SEARCHBENEFICIARY_REGISTRATION_LABEL_mandatory_message" } ], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { - "type": "button", + "type": "template", "label": "APPONE_REGISTRATION_SEARCHBENEFICIARY_QR_LABEL", "order": 5, "value": true, - "format": "qrscanner", - "hidden": false, + "format": "SecondaryButton", + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", @@ -112,7 +124,10 @@ "innerLabel": "", "systemDate": false, "validations": [], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true } ], "actionLabel": "", @@ -136,20 +151,24 @@ "format": "locality", "hidden": false, "tooltip": "", - "helpText": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_administrativeArea_helpText", + "helpText": "", "infoText": "", "readOnly": true, "fieldName": "administrativeArea", "deleteFlag": false, "innerLabel": "", + "systemDate": false, "validations": [ { "type": "required", "value": true, - "message": "Required field cannot be empty" + "message": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_administrativeArea_mandatory_message" } ], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "string", @@ -159,19 +178,24 @@ "format": "latLng", "hidden": false, "tooltip": "", - "helpText": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_latlong_helpText", + "helpText": "", "infoText": "", "readOnly": true, "fieldName": "latLng", + "deleteFlag": false, "innerLabel": "", + "systemDate": false, "validations": [ { "type": "required", "value": true, - "message": "Required field cannot be empty" + "message": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_latlong_mandatory_message" } ], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "string", @@ -185,9 +209,14 @@ "infoText": "", "readOnly": false, "fieldName": "addressLine1", + "deleteFlag": false, "innerLabel": "", + "systemDate": false, "validations": [], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "string", @@ -199,10 +228,16 @@ "tooltip": "", "helpText": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_addressLine2_helpText", "infoText": "", + "readOnly": false, "fieldName": "addressLine2", + "deleteFlag": false, "innerLabel": "", + "systemDate": false, "validations": [], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "string", @@ -214,11 +249,16 @@ "tooltip": "", "helpText": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_landmark_helpText", "infoText": "", + "readOnly": false, "fieldName": "landmark", "deleteFlag": false, "innerLabel": "", + "systemDate": false, "validations": [], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "integer", @@ -230,10 +270,16 @@ "tooltip": "", "helpText": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_pincode_helpText", "infoText": "", + "readOnly": false, "fieldName": "pincode", + "deleteFlag": false, "innerLabel": "", "systemDate": false, - "validations": [] + "validations": [], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "string", @@ -255,14 +301,19 @@ "order": 7, "value": "PERMANENT", "format": "dropdown", - "hidden": false, + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", + "readOnly": false, "fieldName": "typeOfAddress", + "deleteFlag": false, "innerLabel": "", + "systemDate": false, "validations": [], + "errorMessage": "", "includeInForm": true, + "isMultiSelect": false, "includeInSummary": false } ], @@ -291,15 +342,20 @@ "infoText": "", "readOnly": true, "fieldName": "dateOfRegistration", + "deleteFlag": false, "innerLabel": "", "systemDate": true, "validations": [ { "type": "required", "value": true, - "message": "Required field cannot be empty" + "message": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_dateOfRegistration_mandatory_message" } - ] + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "integer", @@ -307,12 +363,20 @@ "order": 2, "value": "0", "format": "numeric", - "hidden": false, + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", + "readOnly": false, "fieldName": "childrenCount", - "innerLabel": "" + "deleteFlag": false, + "innerLabel": "", + "systemDate": false, + "validations": [], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "integer", @@ -320,12 +384,20 @@ "order": 3, "value": "0", "format": "numeric", - "hidden": false, + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", + "readOnly": false, "fieldName": "pregnantWomenCount", - "innerLabel": "" + "deleteFlag": false, + "innerLabel": "", + "systemDate": false, + "validations": [], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "integer", @@ -337,25 +409,32 @@ "tooltip": "", "helpText": "", "infoText": "", + "readOnly": false, "fieldName": "memberCount", + "deleteFlag": false, "innerLabel": "", + "systemDate": false, "validations": [ { - "type": "required", - "value": true, - "message": "Please fill the required field." + "type": "max", + "value": false, + "message": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount_max_message" }, { "type": "min", "value": "1", - "message": "Total household members cannot be less than 1" + "message": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount_min_message" }, { - "type": "max", - "value": "10", - "message": "Total household members cannot be more than 10" + "type": "required", + "value": true, + "message": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount_mandatory_message" } - ] + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true } ], "actionLabel": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_ACTION_BUTTON_LABEL_1", @@ -381,50 +460,91 @@ "tooltip": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_tooltip", "helpText": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_helpText", "infoText": "", + "readOnly": false, "fieldName": "nameOfIndividual", + "deleteFlag": false, "innerLabel": "", + "systemDate": false, "validations": [ { "type": "required", "value": true, - "message": "Required field cannot be empty" + "message": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_mandatory_message" + }, + { + "type": "maxLength", + "value": "200", + "message": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_max_message" }, { "type": "minLength", "value": "2", - "message": "Size must be 2 to 200 characters" - }, + "message": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_min_message" + } + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true + }, + { + "type": "string", + "label": "REGISTRATIONFLOW_beneficiaryDetails_3f69f406-8387-4f03-a7a9-0b8327f65ccb", + "order": 2, + "value": "", + "format": "text", + "hidden": false, + "tooltip": "", + "helpText": "", + "infoText": "", + "readOnly": false, + "fieldName": "beneficiaryDetails_473ac77e-eb2e-4dce-92be-b21b99727c90_newField1", + "deleteFlag": true, + "innerLabel": "", + "systemDate": false, + "validations": [ { - "type": "maxLength", - "value": "200", - "message": "Size must be 2 to 200 characters" + "type": "required", + "value": true, + "message": "CMP-2025-08-28-000056_REGISTRATIONFLOW_beneficiaryDetails_toArray.required.message_beneficiaryDetails_473ac77e-eb2e-4dce-92be-b21b99727c90_newField1" } - ] + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "boolean", "label": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_isHeadOfFamily", - "order": 2, - "value": false, + "order": 3, + "value": "true", "format": "checkbox", "hidden": false, "tooltip": "", "helpText": "", "infoText": "", + "readOnly": false, "fieldName": "isHeadOfFamily", + "deleteFlag": false, "innerLabel": "", + "systemDate": false, "validations": [ { "type": "required", "value": true, - "message": "Required field cannot be empty" + "message": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_isHeadOfFamily_mandatory_message" } - ] + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "string", "label": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_identifiers", - "order": 3, + "order": 4, "value": "", "format": "idPopulator", "hidden": true, @@ -433,16 +553,14 @@ "infoText": "", "readOnly": false, "fieldName": "identifiers", + "deleteFlag": false, "innerLabel": "", "schemaCode": "HCM.ID_TYPE_OPTIONS_POPULATOR", - "validations": [ - { - "type": "required", - "value": true, - "message": "Required field cannot be empty" - } - ], + "systemDate": false, + "validations": [], + "errorMessage": "", "includeInForm": true, + "isMultiSelect": false, "includeInSummary": false }, { @@ -451,13 +569,20 @@ "order": 5, "value": "", "format": "dob", - "hidden": false, + "hidden": true, "tooltip": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_dobPicker_tooltip", "helpText": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_dobPicker_helpText", "infoText": "", + "readOnly": false, "fieldName": "dobPicker", + "deleteFlag": false, "innerLabel": "", - "validations": [] + "systemDate": false, + "validations": [], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "string", @@ -465,14 +590,21 @@ "order": 6, "value": "", "format": "select", - "hidden": false, + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", + "readOnly": false, "fieldName": "gender", + "deleteFlag": false, "innerLabel": "", "schemaCode": "common-masters.GenderType", - "validations": [] + "systemDate": false, + "validations": [], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "integer", @@ -484,8 +616,27 @@ "tooltip": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_phone_tooltip", "helpText": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_phone_helpText", "infoText": "", + "readOnly": false, "fieldName": "phone", - "innerLabel": "" + "deleteFlag": false, + "innerLabel": "", + "systemDate": false, + "validations": [ + { + "type": "max", + "value": false, + "message": "Should have 11 digits" + }, + { + "type": "maxLength", + "value": "11", + "message": "Should have 11 digits" + } + ], + "errorMessage": "CMP-2025-08-18-000034_REGISTRATIONFLOW_beneficiaryDetails_errorMessage_phone", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "string", @@ -493,12 +644,20 @@ "order": 8, "value": "", "format": "scanner", - "hidden": false, + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", + "readOnly": false, "fieldName": "scanner", - "innerLabel": "" + "deleteFlag": false, + "innerLabel": "", + "systemDate": false, + "validations": [], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true } ], "actionLabel": "APPONE_REGISTRATION_BENEFICIARYDETAILS_ACTION_BUTTON_LABEL_1", @@ -520,7 +679,7 @@ "order": 1, "value": true, "format": "editHousehold", - "hidden": false, + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", @@ -530,7 +689,10 @@ "innerLabel": "", "systemDate": false, "validations": [], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -555,7 +717,7 @@ "name": "memberCount", "fieldKey": "memberCount", "jsonPath": "Household.memberCount", - "mandatory": "true" + "mandatory": "false" } ], "label": " ", @@ -573,7 +735,9 @@ "systemDate": false, "validations": [], "errorMessage": "", - "isMultiSelect": false + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -581,7 +745,7 @@ "order": 3, "value": "", "format": "editIndividual", - "hidden": false, + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", @@ -591,7 +755,10 @@ "innerLabel": "", "systemDate": false, "validations": [], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -599,7 +766,7 @@ "order": 4, "value": [], "format": "addMember", - "hidden": false, + "hidden": true, "tooltip": "", "helpText": "", "infoText": "", @@ -609,7 +776,10 @@ "innerLabel": "", "systemDate": false, "validations": [], - "isMultiSelect": false + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true }, { "type": "template", @@ -626,16 +796,26 @@ "deleteFlag": false, "innerLabel": "", "systemDate": false, - "validations": [], - "isMultiSelect": false + "validations": [ + { + "type": "required", + "value": true, + "message": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_DELIVERY_DETAILS_LABEL_mandatory_message" + } + ], + "errorMessage": "", + "includeInForm": true, + "isMultiSelect": false, + "includeInSummary": true } ], "actionLabel": "", "description": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_SCREEN_DESCRIPTION" } ], - "project": "LLIN", + "project": "CMP-2025-09-06-000068", "summary": true, - "version": 1, - "disabled": false + "version": 22, + "disabled": false, + "isSelected": true } diff --git a/mdms/HCM/hcm-base-deliveryflow-bednet-ondo b/mdms/HCM/hcm-base-deliveryflow-bednet-ondo index a490f52..babc518 100644 --- a/mdms/HCM/hcm-base-deliveryflow-bednet-ondo +++ b/mdms/HCM/hcm-base-deliveryflow-bednet-ondo @@ -1,528 +1,590 @@ -[ + [ { - "code": "RESOURCE1", - "message": "Bednet Grade 1", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_ACTION_BUTTON_LABEL_1", + "message": "Submit", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "RESOURCE2", - "message": "Bednet Grade 2", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_SCREEN_DESCRIPTION", + "message": "Capture resources to be delivered details", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "SUCCESSFULDELIVERY", - "message": "Successful Delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_SCREEN_HEADING", + "message": "Deliver Intervention", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "UNSUCCESSFULDELIVERY", - "message": "Unsuccessful Delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_label_dateOfRegistration", + "message": "Date of delivery", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "INSUFFICIENTRESOURCE", - "message": "Insufficient Resource", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_label_deliveryComments", + "message": "Delivery comments", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_dateOfDELIVERY", - "message": "Date of delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_label_resource", + "message": "Vaccination details", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, - - { - "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_scannerac", - "message": "Scan Resources", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_label_scanner", + "message": "Scan resources", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "HCM.DELIVERY_COMMENT_OPTIONS_POPULATOR", - "message": "Delivery Comments", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERYFLOW_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_DESCRIPTION", + "message": " ", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "BENEFICIARY_ABSENT", - "message": "Beneficiary Absent", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERYFLOW_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_HEADING", + "message": " ", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "INSUFFICIENT_RESOURCES", - "message": "Insufficient Resource", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERY_BENEFICIARYCHECKLIST_SCREEN_HEADING", + "message": "Please Inform the Household of the following.", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "SUCCESSFUL_DELIVERY", - "message": "Successful Delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERY_BENEFICIARYDETAILS_SCREEN_DESCRIPTION", + "message": "Overview of beneficiary's delivery", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_label_deliveryComments", + "code": "APPONE_DELIVERY_BENEFICIARYDETAILS_SCREEN_HEADING", + "message": "Beneficiary Details", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_DELIVERY_BENEFICIARYDETAILS_TITLE", + "message": " ", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_DELIVERY_BENEFICIARYDETAILS_label_deliveryComments", "message": "Delivery comments", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_ACTION_BUTTON_LABEL_1", + "code": "APPONE_DELIVERY_BENEFICIARYLOCATION_ACTION_BUTTON_LABEL_1", "message": "Submit", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_SCREEN_DESCRIPTION", + "code": "APPONE_DELIVERY_BENEFICIARYLOCATION_SCREEN_DESCRIPTION", + "message": " ", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_DELIVERY_DELIVERYDETAILS_ACTION_BUTTON_LABEL_1", + "message": "Submit", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_DELIVERY_DELIVERYDETAILS_SCREEN_DESCRIPTION", "message": "Capture resources to be delivered details", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_SCREEN_HEADING", + "code": "APPONE_DELIVERY_DELIVERYDETAILS_SCREEN_HEADING", "message": "Deliver Intervention", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_label_dateOfRegistration", + "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_dateOfDELIVERY", "message": "Date of delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_label_resource", - "message": "Vaccination details", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_dateOfDelivery", + "message": "Date of delivery", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERYFLOW_DELIVERYDETAILS_label_scanner", - "message": "Scan resources", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_resource", + "message": "Resource", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERYFLOW_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_DESCRIPTION", + "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_resource_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_scanner", + "message": "Scan Resources", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_scannerac", + "message": "Scan Resources", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_DELIVERY_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_DESCRIPTION", "message": " ", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERYFLOW_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_HEADING", + "code": "APPONE_DELIVERY_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_HEADING", "message": " ", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "HOUSEHOLDACKNOWLEDGEMENT_DESCRIPTION", - "message": "Data has been recorded successfully. Background sync will start soon", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARY_DETAILS_SCREEN_DESCRIPTION", + "message": "Overview of Household overview", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "HOUSEHOLDACKNOWLEDGEMENT_PRIMARY_LABEL", - "message": "View Beneficiary Details", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARY_DETAILS_SCREEN_HEADING", + "message": "Beneficiary Details", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "HOUSEHOLDACKNOWLEDGEMENT_SECONDARY_LABEL", - "message": "Go Back", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_HEADING", + "message": " ", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "HOUSEHOLDACKNOWLEDGEMENT_TITLE", - "message": "Data recorded successfully", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "BENEFICIARY_ABSENT", + "message": "Beneficiary Absent", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "DELIVERYDETAILS_INSUFFICIENTRESOURCE", "message": "Insufficient Resource", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "DELIVERYDETAILS_RESOURCE1", "message": "Bednet Grade 1", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "DELIVERYDETAILS_RESOURCE2", "message": "Bednet Grade 2", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "DELIVERYDETAILS_SUCCESSFULDELIVERY", "message": "Successful Delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "DELIVERYDETAILS_UNSUCCESSFULDELIVERY", "message": "Unsuccessful Delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task", - "message": "Task", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERYFLOW_beneficiaryChecklist_2a9baa67-cb9e-47b0-ab63-7e85cfad2e70", + "message": "“View Household Button” should show", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task.en_MZIndex", - "message": "Delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERYFLOW_beneficiaryChecklist_3b62cb7a-46c7-4fb9-b17f-cc9176ca09ce", + "message": "The net protects you and your family from mosquitoes that spread malaria.", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "en_MZIndex", - "message": "Delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERYFLOW_beneficiaryChecklist_71695da4-e447-4e36-b062-c567024b0e1b", + "message": "When the net is dirty, wash with mild soap; spread under a shade to dry; avoid spreading under the sun.", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task.status", - "message": "Status", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERYFLOW_beneficiaryChecklist_9a8710a7-85a4-4cde-a0a8-d1d5ac0907d2", + "message": "Mend your nets when torn by sewing with thread and needle.", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "status", - "message": "Administration status", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERYFLOW_beneficiaryChecklist_a20fcab6-e597-4af4-8022-1961fd3afdc8", + "message": "Roll up net when not in use.", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task.createdTime", - "message": "Completed on", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERYFLOW_beneficiaryChecklist_b9d17971-becc-4089-bf03-cbb51ae49442", + "message": "Tuck in the net properly under your sleeping material and sleep inside every night.", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "createdTime", - "message": "Completed on", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERYFLOW_beneficiaryChecklist_c0f3e239-7f4f-471a-a0a4-2c052e20ac4a", + "message": "“Data Recorded Successfully” Screen to show the generated e-token with a message “ITNs Delivered Successfully” as well as View Household and Back to Search Buttons", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task.cycleIndex", - "message": "Delivery Cycle", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERYFLOW_beneficiaryChecklist_c94e6e46-0295-40bd-99ec-82423d6a4b68", + "message": "When you receive your net, air it under a shade for 24 hours before you hang over your mat, mattress or bed.", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "cycleIndex", - "message": "Delivery Cycle", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERYFLOW_beneficiaryChecklist_efadb5d9-ca1e-41e4-bc06-e16fb7909c11", + "message": "When you and your family sleep inside the net every night, all of you will be protected from malaria.", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task.deliveryComment", - "message": "Delivery comments", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERY_BENEFICIARYDETAILS_RECORD_DELIVERY_PRIMARY_LABEL", + "message": "Record Delivery", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "deliveryComment", - "message": "Delivery comments", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERY_BENEFICIARYDETAILS_RECORD_DELIVERY_PRIMARY_LABEL_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Household", - "message": "Household", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "DELIVERY_BENEFICIARYDETAILS_TABLE_HEADER", + "message": "Resource Details", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Household.memberCount", - "message": "Number of members", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "HCM.DELIVERY_COMMENT_OPTIONS_POPULATOR", + "message": "Delivery Comments", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual", - "message": "Individual", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "HOUSEHOLDACKNOWLEDGEMENT_DESCRIPTION", + "message": "Data has been recorded successfully. Background sync will start soon", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.gender", - "message": "Gender", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "HOUSEHOLDACKNOWLEDGEMENT_PRIMARY_LABEL", + "message": "View Beneficiary Details", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.identifierId", - "message": "ID number", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "HOUSEHOLDACKNOWLEDGEMENT_PRIMARY_LABEL_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.identifierType", - "message": "ID type", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "HOUSEHOLDACKNOWLEDGEMENT_SECONDARY_LABEL", + "message": "Go to Home screen ", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.mobileNumber", - "message": "Mobile number", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "HOUSEHOLDACKNOWLEDGEMENT_TITLE", + "message": "Data recorded successfully", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Household.pregnantWomenCount", - "message": "Number of pregnant women", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "HOUSEHOLDACKNOWLEDGEMENT_TITLE_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "Household", + "message": "Household", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "Household.childrenCount", "message": "Number of children", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "pregnantWomenCount", - "message": "Number of pregnant women", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Household.locality", + "message": "Settlement", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "childrenCount", - "message": "Number of children", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Household.memberCount", + "message": "Number of members", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "mobileNumber", - "message": "Mobile Number", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Household.pregnantWomenCount", + "message": "Number of pregnant women", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "identifierType", - "message": "ID Type", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "INSUFFICIENTRESOURCE", + "message": "Insufficient Resource", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "identifierId", - "message": "ID number", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "INSUFFICIENT_RESOURCES", + "message": "Insufficient Resource", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "gender", - "message": "Gender", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Individual", + "message": "Individual", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "name", - "message": "Name", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Individual.dateOfBirth", + "message": "Date of Birth", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "memberCount", - "message": "Number of members", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Individual.gender", + "message": "Gender", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "RECORD_DELIVERY_PRIMARY_LABEL", - "message": "Record Delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Individual.identifierId", + "message": "ID number", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "resourceCard", - "message": "Card", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Individual.identifierType", + "message": "ID type", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "locality", + "code": "Individual.locality", "message": "Locality", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "dateOfBirth", - "message": "Date of Birth", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Individual.mobileNumber", + "message": "Mobile number", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "Individual.name", "message": "Name", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Household.locality", - "message": "Locality", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "RECORD_DELIVERY_PRIMARY_LABEL", + "message": "Record Delivery", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.dateOfBirth", - "message": "Date of Birth", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "RESOURCE1", + "message": "Bednet Grade 1", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARY_DETAILS_SCREEN_HEADING", - "message": "Beneficiary Details", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "RESOURCE2", + "message": "Bednet Grade 2", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARY_DETAILS_SCREEN_DESCRIPTION", - "message": "Overview of Household overview", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "SUCCESSFULDELIVERY", + "message": "Successful Delivery", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_dateOfDelivery", - "message": "Date of delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "SUCCESSFUL_DELIVERY", + "message": "Successful Delivery", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "DELIVERY_BENEFICIARYDETAILS_RECORD_DELIVERY_PRIMARY_LABEL", - "message": "Record Delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Task", + "message": "Task", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERY_BENEFICIARYDETAILS_SCREEN_HEADING", - "message": "Beneficiary Details", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Task.createdTime", + "message": "Completed on", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERY_BENEFICIARYDETAILS_TITLE", - "message": " ", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Task.cycleIndex", + "message": "Delivery Cycle", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "DELIVERY_BENEFICIARYDETAILS_TABLE_HEADER", - "message": "Resource Details", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Task.deliveryComment", + "message": "Delivery comments", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERY_BENEFICIARYDETAILS_SCREEN_DESCRIPTION", - "message": "Overview of beneficiary's delivery", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Task.en_NGIndex", + "message": "Delivery", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, - { - "code": "Individual.locality", - "message": "Locality", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "Task.status", + "message": "Status", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERY_DELIVERYDETAILS_SCREEN_HEADING", - "message": "Deliver Intervention", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "UNSUCCESSFULDELIVERY", + "message": "Unsuccessful Delivery", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, - { - "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_resource", - "message": "Resource", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "childrenCount", + "message": "Number of children", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERY_BENEFICIARYDETAILS_label_deliveryComments", + "code": "createdTime", + "message": "Completed on", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "cycleIndex", + "message": "Delivery Cycle", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "dateOfBirth", + "message": "Date of Birth", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "deliveryComment", "message": "Delivery comments", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_scanner", - "message": "Scan Resources", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "en_NGIndex", + "message": "Delivery", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERY_DELIVERYDETAILS_ACTION_BUTTON_LABEL_1", - "message": "Submit", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "gender", + "message": "Gender", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_DELIVERY_DELIVERYDETAILS_SCREEN_DESCRIPTION", - "message": "Capture resources to be delivered details", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "identifierId", + "message": "ID number", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, - { - "code": "DELIVERY_BENEFICIARYDETAILS_RECORD_DELIVERY_PRIMARY_LABEL_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + { + "code": "identifierType", + "message": "ID Type", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, - { - "code": "HOUSEHOLDACKNOWLEDGEMENT_PRIMARY_LABEL_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + { + "code": "locality", + "message": "Locality", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, - { - "code": "APPONE_DELIVERY_DELIVERYDETAILS_label_resource_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" - }, { - "code": "HOUSEHOLDACKNOWLEDGEMENT_TITLE_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + { + "code": "memberCount", + "message": "Number of members", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, - { - "code": "APPONE_DELIVERY_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_HEADING", - "message": " ", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" - } -, - { - "code": "APPONE_DELIVERY_HOUSEHOLDACKNOWLEDGEMENT_SCREEN_DESCRIPTION", - "message": " ", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + { + "code": "mobileNumber", + "message": "Mobile Number", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "name", + "message": "Name", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "pregnantWomenCount", + "message": "Number of pregnant women", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, - { - "code": "APPONE_DELIVERY_BENEFICIARY_DETAILS_deliveryConditiondialog_label", - "message": "Delivery Conditions", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + { + "code": "resourceCard", + "message": "Card", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "deliveryConditiondialog", - "message": "Delivery conditions", - "module": "hcm-base-deliveryflow-bednet", - "locale": "en_MZ" + "code": "status", + "message": "Administration status", + "module": "hcm-deliveryflow-CMP-2025-09-06-000068", + "locale": "en_NG" } - ] + ] \ No newline at end of file diff --git a/mdms/HCM/hcm-base-registrationflow-bednet-ondo b/mdms/HCM/hcm-base-registrationflow-bednet-ondo index d7519ad..45aab38 100644 --- a/mdms/HCM/hcm-base-registrationflow-bednet-ondo +++ b/mdms/HCM/hcm-base-registrationflow-bednet-ondo @@ -1,674 +1,692 @@ - [ +[ + { + "code": " ", + "message": " ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, { "code": "APPONE_REGISTRATION_BENEFICIARYACKNOWLEDGEMENT_SCREEN_DESCRIPTION", "message": " ", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYACKNOWLEDGEMENT_SCREEN_HEADING", "message": " ", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARY_BENEFICIARYACKNOWLEDGEMENT_DESCRIPTION", - "message": "Data has been recorded successfully. Background sync will start soon", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_ACTION_BUTTON_LABEL_1", + "message": "Next", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARY_BENEFICIARYACKNOWLEDGEMENT_PRIMARY_LABEL", - "message": "View Beneficiary Details", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_SCREEN_DESCRIPTION", + "message": " ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARY_BENEFICIARYACKNOWLEDGEMENT_SECONDARY_LABEL", - "message": "Go Back", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_SCREEN_HEADING", + "message": "Household Head Registration ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARY_BENEFICIARYACKNOWLEDGEMENT_TITLE", - "message": "Data recorded successfully!", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_dobPicker", + "message": "Date of birth", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_FILTER_LABEL", - "message": "Filter", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_dobPicker_helpText", + "message": "Select the date of birth from the calendar.", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_dobPicker_tooltip", + "message": "Used for age-based program eligibility.", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_gender", + "message": "Gender", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_identifiers", + "message": "ID populator", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_isHeadOfFamily", + "message": "Head of household/ Caregiver", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_isHeadOfFamily_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual", + "message": "First Name ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_helpText", + "message": "Enter the legal name of the individual.", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_max_message", + "message": "Size must be 2 to 200 characters", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_min_message", + "message": "Size must be 2 to 200 characters", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_tooltip", + "message": "Name should match official identity documents.", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_phone", + "message": "Mobile number", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_phone_helpText", + "message": "Enter a valid mobile number.", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_phone_tooltip", + "message": "Will be used for communication and OTP-based verification.", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_scanner", + "message": "QR Scan", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_ACTION_BUTTON_LABEL_1", - "message": "Submit", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "message": "Next", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_SCREEN_DESCRIPTION", - "message": "Please provide the beneficiary's current address and location details.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "message": " ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_SCREEN_HEADING", - "message": "Beneficiary Location", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "message": "Household Location", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_addressLine1", "message": "Address line 1", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_addressLine1_helpText", "message": "Provide the primary street address or house number.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_addressLine2", "message": "Address line 2", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_addressLine2_helpText", "message": "Additional address information, like block or apartment name.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_administrativeArea", - "message": "Administrative area", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "message": "Settlement ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_administrativeArea_helpText", - "message": "Enter the region or ward name where the beneficiary resides.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "message": " ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_administrativeArea_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_landmark", "message": "Landmark", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_landmark_helpText", "message": "Mention a nearby landmark to help locate the address.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_latlong", - "message": "Lat/Long", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "message": "GPS Coordinate Accuracy", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_latlong_helpText", "message": "Provide latitude and longitude of the address, if available.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" + }, + { + "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_latlong_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_pincode", "message": "Pincode", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_pincode_helpText", "message": "Enter the area postal code (PIN Code)", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_typeOfAddress", "message": "Type of address", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_QR_LABEL", - "message": "Scan QR Code", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_REGISTRATION_LABEL", - "message": "Register New Household", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_BAR", - "message": "Search by Household Head", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_BY_PROXIMITY", - "message": "Search Near By Households", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARY_BENEFICIARYACKNOWLEDGEMENT_DESCRIPTION", + "message": "Data has been recorded successfully. Background sync will start soon", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_SCREEN_DESCRIPTION", - "message": "Search Beneficiary Description", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARY_BENEFICIARYACKNOWLEDGEMENT_PRIMARY_LABEL", + "message": "View Beneficiary Details", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_SCREEN_HEADING", - "message": "Search Beneficiary", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARY_BENEFICIARYACKNOWLEDGEMENT_SECONDARY_LABEL", + "message": "Go Back", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_SCREEN_HEADING", - "message": "Household Overview", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_BENEFICIARY_BENEFICIARYACKNOWLEDGEMENT_TITLE", + "message": "Data recorded successfully!", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "BENEFICIARYLOCATION_CORRESPONDENCE", - "message": "Correspondence", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_ACTION_BUTTON_LABEL_1", + "message": "Next", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "BENEFICIARYLOCATION_OTHER", - "message": "Other", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_SCREEN_DESCRIPTION", + "message": " ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "BENEFICIARYLOCATION_PERMANENT", - "message": "Permanent", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_SCREEN_HEADING", + "message": "Household Details", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_EDIT_HOUSEHOLD", - "message": "Edit Household", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_childrenCount", + "message": "Number of children", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_EDIT_INDIVIDUAL", - "message": "Edit Individual", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_dateOfRegistration", + "message": "Date of registration", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_ADD_MEMBER", - "message": "Add Member", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_dateOfRegistration_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_DELIVERY_DETAILS_LABEL", - "message": "Record Data", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount", + "message": "Number of members currently living in the household", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_SCREEN_DESCRIPTION", - "message": "Overview of beneficiary ", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount_mandatory_message", + "message": "Please fill the required field", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task", - "message": "Task", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount_max_message", + "message": "Total household members cannot be more than 10", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task.status", - "message": "Status", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount_min_message", + "message": "Total household members cannot be less than 1", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "status", - "message": "Administration status", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_pregnantWomenCount", + "message": "Number of pregnant women", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task.createdTime", - "message": "Completed on", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_ADD_MEMBER", + "message": "Add Member", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "createdTime", - "message": "Completed on", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_DELIVERY_DETAILS_LABEL", + "message": "Next", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task.cycleIndex", - "message": "Delivery Cycle", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_DELIVERY_DETAILS_LABEL_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "cycleIndex", - "message": "Delivery Cycle", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_EDIT_HOUSEHOLD", + "message": "Edit Household", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task.deliveryComment", - "message": "Delivery Comment", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_EDIT_INDIVIDUAL", + "message": "Edit Individual", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Task.doseIndex", - "message": "Delivery", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_SCREEN_DESCRIPTION", + "message": "Overview of beneficiary ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "doseIndex", - "message": "Delivery", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_SCREEN_HEADING", + "message": "Summary Details", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "deliveryComment", - "message": "Delivery comments", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_BAR", + "message": "To Start, enter the name of individual", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Household", - "message": "Household", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_BAR_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Household.memberCount", - "message": "Number of members", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_BY_PROXIMITY", + "message": "NearBy Households", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual", - "message": "Individual", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_FILTER_LABEL", + "message": "Filter", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.name", - "message": "Name", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_QR_LABEL", + "message": "Scan QR Code", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.gender", - "message": "Gender", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_REGISTRATION_LABEL", + "message": "Register New Household", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.identifierId", - "message": "ID number", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_REGISTRATION_LABEL_mandatory_message", + "message": "Required field cannot be empty", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.identifierType", - "message": "ID type", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_SCREEN_DESCRIPTION", + "message": " ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.mobileNumber", - "message": "Mobile number", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_SCREEN_HEADING", + "message": "Search Individuals", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Household.childrenCount", - "message": "Number of children", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "BENEFICIARYLOCATION_CORRESPONDENCE", + "message": "Correspondence", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "childrenCount", - "message": "Number of children", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "BENEFICIARYLOCATION_OTHER", + "message": "Other", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "mobileNumber", - "message": "Mobile Number", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "BENEFICIARYLOCATION_PERMANENT", + "message": "Permanent", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "identifierType", - "message": "ID Type", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "CMP-2025-08-18-000034_REGISTRATIONFLOW_beneficiaryDetails_errorMessage_phone", + "message": "Mobile Number should be 11 digits ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "identifierId", - "message": "ID number", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "CMP-2025-08-28-000056_REGISTRATIONFLOW_beneficiaryDetails_toArray.required.message_beneficiaryDetails_473ac77e-eb2e-4dce-92be-b21b99727c90_newField1", + "message": "Please Surname to proceed ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "gender", - "message": "Gender", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Household", + "message": "Household", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "name", - "message": "Name", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Household.childrenCount", + "message": "Number of children", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "locality", - "message": "Locality", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Household.locality", + "message": "Settlement", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "memberCount", + "code": "Household.memberCount", "message": "Number of members", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "RECORD_DELIVERY_PRIMARY_LABEL", - "message": "Record Data", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Household.pregnantWomenCount", + "message": "Number of pregnant women", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "resourceCard", - "message": "Card", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Individual", + "message": "Individual", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "dateOfBirth", + "code": "Individual.dateOfBirth", "message": "Date of Birth", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Household.locality", - "message": "Locality", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Individual.gender", + "message": "Gender", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "Individual.dateOfBirth", - "message": "Date of Birth", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Individual.identifierId", + "message": "ID number", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "pregnantWomenCount", - "message": "Number of pregnant women", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Individual.identifierType", + "message": "ID type", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { "code": "Individual.locality", "message": "Locality", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "Household.pregnantWomenCount", - "message": "Number of pregnant women", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_SCREEN_HEADING", - "message": "Household Details", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_dateOfRegistration", - "message": "Date of registration", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount", - "message": "Total household members", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_SCREEN_DESCRIPTION", - "message": "Enter family size, registration date, and demographics.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_SCREEN_HEADING", - "message": "Beneficiary Details", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_tooltip", - "message": "Name should match official identity documents.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual", - "message": "Full name", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_helpText", - "message": "Enter the full legal name of the individual.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_isHeadOfFamily", - "message": "Is head of family?", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_identifiers", - "message": "ID populator", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_dobPicker", - "message": "Date of birth", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Individual.mobileNumber", + "message": "Mobile number", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_dobPicker_helpText", - "message": "Select the date of birth from the calendar.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Individual.name", + "message": "Name", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_dobPicker_tooltip", - "message": "Used for age-based program eligibility.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "RECORD_DELIVERY_PRIMARY_LABEL", + "message": "Record Data", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_gender", - "message": "Gender", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "REGISTRATIONFLOW_beneficiaryDetails_3f69f406-8387-4f03-a7a9-0b8327f65ccb", + "message": "Surname", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_phone", - "message": "Mobile number", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Task", + "message": "Task", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_phone_tooltip", - "message": "Will be used for communication and OTP-based verification.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Task.createdTime", + "message": "Completed on", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_phone_helpText", - "message": "Enter a valid mobile number.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Task.cycleIndex", + "message": "Delivery Cycle", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_scanner", - "message": "QR Scan", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Task.deliveryComment", + "message": "Delivery Comment", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_ACTION_BUTTON_LABEL_1", - "message": "Save Beneficiary", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Task.doseIndex", + "message": "Delivery", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_SCREEN_DESCRIPTION", - "message": "Enter details of each individual in the household.", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "Task.status", + "message": "Status", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_childrenCount", + "code": "childrenCount", "message": "Number of children", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_pregnantWomenCount", - "message": "Number of pregnant women", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "createdTime", + "message": "Completed on", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_ACTION_BUTTON_LABEL_1", - "message": "Save Household Details", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "cycleIndex", + "message": "Delivery Cycle", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_BAR_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "dateOfBirth", + "message": "Date of Birth", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_REGISTRATION_LABEL_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "deliveryComment", + "message": "Delivery comments", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_administrativeArea_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "doseIndex", + "message": "Delivery", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYLOCATION_label_latlong_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "enter the name of household", + "message": " ", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_dateOfRegistration_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "gender", + "message": "Gender", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount_mandatory_message", - "message": "Please fill the required field", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "identifierId", + "message": "ID number", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount_min_message", - "message": "Total household members cannot be less than 1", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "identifierType", + "message": "ID Type", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDDETAILS_label_memberCount_max_message", - "message": "Total household members cannot be more than 10", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "locality", + "message": "Locality", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "memberCount", + "message": "Number of members", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_min_message", - "message": "Size must be 2 to 200 characters", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "mobileNumber", + "message": "Mobile Number", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_nameOfIndividual_max_message", - "message": "Size must be 2 to 200 characters", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "name", + "message": "Name", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_BENEFICIARYDETAILS_label_isHeadOfFamily_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "pregnantWomenCount", + "message": "Number of pregnant women", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_HOUSEHOLDOVERVIEW_DELIVERY_DETAILS_LABEL_mandatory_message", - "message": "Required field cannot be empty", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "resourceCard", + "message": "Card", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" }, { - "code": "APPONE_REGISTRATION_SEARCHBENEFICIARY_BY_ID_SEARCH", - "message": "Search by ID", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" - }, - { - "code": "REGISTRATIONFLOW_beneficiaryLocation_71b53895", - "message": "Required field cannot be empty", - "module": "hcm-base-registrationflow-bednet", - "locale": "en_MZ" + "code": "status", + "message": "Administration status", + "module": "hcm-registrationflow-CMP-2025-09-06-000068", + "locale": "en_NG" } - ] + ] \ No newline at end of file