-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added segment code for parent tenant and update data security
- Loading branch information
1 parent
98b947c
commit 622a729
Showing
7 changed files
with
190 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"tenantId": "od", | ||
"moduleName": "segment-codes", | ||
"AdministrativeCodes": [ | ||
{ | ||
"id": "15301", | ||
"code": "MU-UD-CUTTACK", | ||
"name": "Ministry of urban, Urban development, Cuttack" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"tenantId": "od", | ||
"moduleName": "segment-codes", | ||
"EconomicSegmentCodes": [ | ||
{ | ||
"id": "552", | ||
"code": "CAPEX-IFAS-OTCON", | ||
"name": "Capital Expenditure, Infrastructure Assets, Other Constructions" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"tenantId": "od", | ||
"moduleName": "segment-codes", | ||
"FunctionCodes": [ | ||
{ | ||
"id": "490600", | ||
"code": "OT-GEN-ECO-SVC", | ||
"name": "Other General Economic Services, Sub scheme" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"tenantId": "od", | ||
"moduleName": "segment-codes", | ||
"RecipientSegmentCodes": [ | ||
{ | ||
"id": "26", | ||
"code": "IND", | ||
"name": " Individual" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"tenantId": "od", | ||
"moduleName": "segment-codes", | ||
"SourceOfFundCodes": [ | ||
{ | ||
"id": "0402", | ||
"code": "CSS", | ||
"name": "Centrally Sponsored Schemes" | ||
}, | ||
{ | ||
"id": "0403", | ||
"code": "GSS", | ||
"name": "Government Sponsored Schemes" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"tenantId": "od", | ||
"moduleName": "segment-codes", | ||
"TargetSegmentCodes": [ | ||
{ | ||
"id": "0401", | ||
"code": "WC", | ||
"name": "Women Centric expenditures" | ||
}, | ||
{ | ||
"id": "0402", | ||
"code": "SC", | ||
"name": "Schedule Castes" | ||
}, | ||
{ | ||
"id": "0403", | ||
"code": "ST", | ||
"name": "Schedule Tribes" | ||
}, | ||
{ | ||
"id": "0404", | ||
"code": "BPL", | ||
"name": "Below Poverty Line" | ||
} | ||
] | ||
} |