Skip to content

Commit

Permalink
Merge pull request #127 from upyog/tl-tradetype
Browse files Browse the repository at this point in the history
Update tradetype and enable reports
  • Loading branch information
upyog-central-git authored Jun 15, 2023
2 parents 4d24743 + c529db4 commit cd176fd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -12613,7 +12613,7 @@
"displayName": "Birth-Death Payment Report",
"orderNumber": 3,
"parentModule": "",
"enabled": false,
"enabled": true,
"serviceCode": "report",
"code": "null",
"path": ""
Expand All @@ -12625,7 +12625,7 @@
"displayName": "BnD Paid and Downloaded Records",
"orderNumber": 9,
"parentModule": "rainmaker-bnd",
"enabled": false,
"enabled": true,
"serviceCode": "bnd",
"code": "null",
"path": "cbbnd.BirthAndDeathCertificatePayment",
Expand Down
6 changes: 6 additions & 0 deletions data/pg/ACCESSCONTROL-ROLEACTIONS/roleactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24187,6 +24187,12 @@
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "DEATH_REPORT_VIEWER",
"actionid": 2360,
"actioncode": "",
"tenantId": "pg"
},
{
"rolecode": "BND_CEMP",
"actionid": 2361,
Expand Down
4 changes: 2 additions & 2 deletions data/pg/TradeLicense/TradeType.json
Original file line number Diff line number Diff line change
Expand Up @@ -3057,7 +3057,7 @@
{
"name":"Audio cassettes",
"code": "GOODS.RETAIL.TST-117",
"uom": null,
"uom": "GROSSUNITS",
"applicationDocument": [
{
"applicationType": "NEW",
Expand Down Expand Up @@ -6139,4 +6139,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion data/pg/common-masters/StateInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Demo",
"code": "pg",
"qrCodeURL":"https://lh3.googleusercontent.com/-311gz2-xcHw/X6KRNSQTkWI/AAAAAAAAAKU/JmHSj-6rKPMVFbo6oL5x4JhYTTg8-UHmwCK8BGAsYHg/s0/2020-11-04.png",
"bannerUrl": null,
"bannerUrl": "https://upyog-assets.s3.ap-south-1.amazonaws.com/bannerImage.png",
"logoUrl": "https://in-egov-assets.s3.ap-south-1.amazonaws.com/nugp.png",
"logoUrlWhite": "https://in-egov-assets.s3.ap-south-1.amazonaws.com/nugp.png",
"statelogo":"https://s3.ap-south-1.amazonaws.com/pg-egov-assets/pg.citya/logo.png",
Expand Down

0 comments on commit cd176fd

Please sign in to comment.