Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
INSERT INTO core_ModuleConfiguration (id,module,version,config,is_disabled_until,is_exposed,layer) VALUES
	 (N'f2af690413ee420b98374a82ec037b74',N'fe-claim',N'1.0.0',N'{
 "claimForm.autoGenerateClaimCode" : 1, "ClaimMasterPanelExt.isAdditionalPanelEnabled": 1 ,"claimForm.numberOfAdditionalDiagnosis": 2, "claimForm.isCareTypeMandatory" : 1,"claimForm.isExplanationMandatoryForIPD": 1, "claimForm.showOrdinalNumber" : 1, "claimValidationMultipleServicesExplanationRequired": 1, "claimForm.isClaimedDateFixed": 1,         "reviews.defaultFilters" : {
            "claimStatus": {
                "value": 4,
                "filter": "status: 4"
            },
            "claimedUnder": {
                "value": 1000000,
                "filter": "claimed_Lte: \"1000000\""
            }
        }
}',NULL,1,N'fe'),
	 (N'f2af6904131b420b98374a82fd147b74',N'fe-core',N'1.0.0',N'{
 "allowSecondCalendar" : 1, "currency" : "NPR", "secondCalendarFormattingLang": "en", "secondCalendarFormatting": "DD-MM-YYYY"
}',NULL,1,N'fe'),
	 (N'f2af9604242b420b98374a82ef037b74',N'fe-insuree',N'1.0.0',N'{
 "insureeForm.isInsureeFirstServicePointRequired": 1, "showInsureeSummaryAddress":1, "InsureeSummary.showInsureeProfileLink": true
}',NULL,1,N'fe'),
	 (N'f2af9604242b420b98374a82ef037c86',N'fe-location',N'1.0.0',N'{
 "healthFacilityForm.isHealthFacilityStatusEnabled": 1, "healthFacilityForm.isHealthFacilityContractMandatory":1
}',NULL,1,N'fe'),
	 (N'f2af9604242b431b98374a82ef038d86',N'fe-home',N'1.0.0',N'{"HomePageContainer.showHomeMessage": true, "HomePageContainer.homeMessageURL": "https://claimdoc.hib.gov.np/notice/get.php", "HomePageContainer.showHealthFacilityMessage": 1}',NULL,1,N'fe'),
	 (N'f2af9604398b431b98374a82ef038d86',N'fe-policy',N'1.0.0',N'{"familyOrInsureePoliciesSummary.defaultPageSize": 2, "familyOrInsureePoliciesSummary.rowsPerPageOptions": [2,5,10], "familyOrInsureePoliciesSummary.onlyActiveOrLastExpired": false, "familyOrInsureePoliciesSummary.orderByExpiryDate": "-expiryDate"}',NULL,1,N'fe');

...