Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
336 changes: 168 additions & 168 deletions egov-persister/apportion-persister.yml

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions egov-persister/case-persister.yml
Original file line number Diff line number Diff line change
Expand Up @@ -813,11 +813,10 @@ serviceMaps:
transactionCodeJsonPath: $.filingNumber
auditAttributeBasePath: caseOverallStatus
queryMaps:
- query: UPDATE dristi_cases SET stage =?, stageBackup =?, lastmodifiedby = ?, lastmodifiedtime = ? where filingnumber =? and tenantid =?;
- query: UPDATE dristi_cases SET stage =?, lastmodifiedby = ?, lastmodifiedtime = ? where filingnumber =? and tenantid =?;
basePath: caseOverallStatus
jsonMaps:
- jsonPath: $.caseOverallStatus.stage
- jsonPath: $.caseOverallStatus.stageBackup
- jsonPath: $.caseOverallStatus.auditDetails.lastModifiedBy
- jsonPath: $.caseOverallStatus.auditDetails.lastModifiedTime
- jsonPath: $.caseOverallStatus.filingNumber
Expand Down Expand Up @@ -996,11 +995,11 @@ serviceMaps:
transactionCodeJsonPath: $.filingNumber
auditAttributeBasePath: $
queryMaps:
- query: UPDATE dristi_cases SET lprNumber = ?, isLPRCase = ?, courtCaseNumber = ?, courtCaseNumberBackup = ? WHERE filingNumber = ?;
- query: UPDATE dristi_cases SET lprNumber = ?, lifecycleStatus = ?, courtCaseNumber = ?, courtCaseNumberBackup = ? WHERE filingNumber = ?;
basePath: cases
jsonMaps:
- jsonPath: $.cases.lprNumber
- jsonPath: $.cases.isLPRCase
- jsonPath: $.cases.lifecycleStatus
- jsonPath: $.cases.courtCaseNumber
- jsonPath: $.cases.courtCaseNumberBackup
- jsonPath: $.cases.filingNumber
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"value": {
"path": "$.documentList.*"
},
"type": "index",
"type": "function",
"format": "var i = 0; for (i=0;i< type.length;i++) {type[i]['index'] = i + 1;} return type;"
},
{
Expand Down
24 changes: 24 additions & 0 deletions pdf-service/data-config/application-profile-edit-qr.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,30 @@
"path": "$.newResedentialAddress"
}
},
{
"variable": "currentAddressCompanyDetails",
"value": {
"path": "$.currentAddressCompanyDetails"
}
},
{
"variable": "newAddressCompanyDetails",
"value": {
"path": "$.newAddressCompanyDetails"
}
},
{
"variable": "newCompanyName",
"value": {
"path": "$.newCompanyName"
}
},
{
"variable": "newEntityType",
"value": {
"path": "$.newEntityType"
}
},
{
"variable": "reasonForEditing",
"value": {
Expand Down
24 changes: 24 additions & 0 deletions pdf-service/data-config/application-profile-edit.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,30 @@
"path": "$.newResedentialAddress"
}
},
{
"variable": "currentAddressCompanyDetails",
"value": {
"path": "$.currentAddressCompanyDetails"
}
},
{
"variable": "newAddressCompanyDetails",
"value": {
"path": "$.newAddressCompanyDetails"
}
},
{
"variable": "newCompanyName",
"value": {
"path": "$.newCompanyName"
}
},
{
"variable": "newEntityType",
"value": {
"path": "$.newEntityType"
}
},
{
"variable": "reasonForEditing",
"value": {
Expand Down
1 change: 0 additions & 1 deletion pdf-service/data-config/etreasury-receipt.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,3 @@
]
}
}

1 change: 0 additions & 1 deletion pdf-service/data-config/summons-accused-qr.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,3 @@
]
}
}

1 change: 0 additions & 1 deletion pdf-service/data-config/summons-accused.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,3 @@
]
}
}

1 change: 0 additions & 1 deletion pdf-service/data-config/summons-witness.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,3 @@
]
}
}

22 changes: 22 additions & 0 deletions pdf-service/format-config/application-profile-edit-qr.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@
"text": " Entity Type: {{currentEntityType}}",
"style": "bodyText"
},
"{{#currentAddressCompanyDetails}}",
{
"text": "{{address}}",
"style": "bodyText"
},
"{{/currentAddressCompanyDetails}}",
"{{/isEntity}}",
{
"text": "New Details: ",
Expand Down Expand Up @@ -234,6 +240,22 @@
"style": "bodyText"
},
"{{/newResedentialAddress}}",
"{{#isEntity}}",
{
"text": " Company Name: {{newCompanyName}}",
"style": "bodyText"
},
{
"text": " Entity Type: {{newEntityType}}",
"style": "bodyText"
},
"{{#newAddressCompanyDetails}}",
{
"text": "{{address}}",
"style": "bodyText"
},
"{{/newAddressCompanyDetails}}",
"{{/isEntity}}",
{
"text": "The petitioner assures and undertakes to the Honorable Court that this request is made in good faith and will not prejudice the other party.",
"style": "bodyText"
Expand Down
42 changes: 40 additions & 2 deletions pdf-service/format-config/application-profile-edit.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,17 +172,21 @@
"text": "Email ID: {{currentEmailId}}",
"style": "bodyText"
},
"{{#currentPermanentAddress}}",
{
"text": "Addresses:",
"style": "bodyText"
},
"{{#currentPermanentAddress}}",
{
"text": "{{address}}",
"style": "bodyText"
},
"{{/currentPermanentAddress}}",
"{{#currentResedentialAddress}}",
{
"text": "Addresses:",
"style": "bodyText"
},
{
"text": "{{address}}",
"style": "bodyText"
Expand All @@ -197,6 +201,16 @@
"text": " Entity Type: {{currentEntityType}}",
"style": "bodyText"
},
"{{#currentAddressCompanyDetails}}",
{
"text": "Addresses:",
"style": "bodyText"
},
{
"text": "{{address}}",
"style": "bodyText"
},
"{{/currentAddressCompanyDetails}}",
"{{/isEntity}}",
{
"text": "New Details: ",
Expand All @@ -218,22 +232,46 @@
"text": "Email ID: {{newEmailId}}",
"style": "bodyText"
},
"{{#newPermanentAddress}}",
{
"text": "Addresses:",
"style": "bodyText"
},
"{{#newPermanentAddress}}",
{
"text": "{{address}}",
"style": "bodyText"
},
"{{/newPermanentAddress}}",
"{{#newResedentialAddress}}",
{
"text": "Addresses:",
"style": "bodyText"
},
{
"text": "{{address}}",
"style": "bodyText"
},
"{{/newResedentialAddress}}",
"{{#isEntity}}",
{
"text": " Company Name: {{newCompanyName}}",
"style": "bodyText"
},
{
"text": " Entity Type: {{newEntityType}}",
"style": "bodyText"
},
"{{#newAddressCompanyDetails}}",
{
"text": "Addresses:",
"style": "bodyText"
},
{
"text": "{{address}}",
"style": "bodyText"
},
"{{/newAddressCompanyDetails}}",
"{{/isEntity}}",
{
"text": "The petitioner assures and undertakes to the Honorable Court that this request is made in good faith and will not prejudice the other party.",
"style": "bodyText"
Expand Down
12 changes: 12 additions & 0 deletions pdf-service/format-config/bnss-notice-epost.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
],
"margin": [0, 10]
},
{
"text": "Next Hearing Date: {{hearingDate}}",
"style": "next-hearing-date",
"layout": "noBorders"
},
{
"table": {
"widths": ["*"],
Expand Down Expand Up @@ -410,6 +415,13 @@
}
],
"styles": {
"next-hearing-date": {
"fontSize": 12,
"bold": true,
"color": "#000000",
"alignment": "right",
"margin": [0, 0, 0, 10]
},
"form-header": {
"color": "#252525",
"fontFamily": "Roboto",
Expand Down
12 changes: 12 additions & 0 deletions pdf-service/format-config/bnss-notice.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
],
"margin": [0, 10]
},
{
"text": "Next Hearing Date: {{hearingDate}}",
"style": "next-hearing-date",
"layout": "noBorders"
},
{
"table": {
"widths": ["*"],
Expand Down Expand Up @@ -384,6 +389,13 @@
}
],
"styles": {
"next-hearing-date": {
"fontSize": 12,
"bold": true,
"color": "#000000",
"alignment": "right",
"margin": [0, 0, 0, 10]
},
"form-header": {
"color": "#252525",
"fontFamily": "Roboto",
Expand Down
12 changes: 12 additions & 0 deletions pdf-service/format-config/dca-notice-epost.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
],
"margin": [0, 10]
},
{
"text": "Next Hearing Date: {{hearingDate}}",
"style": "next-hearing-date",
"layout": "noBorders"
},
{
"table": {
"widths": ["*"],
Expand Down Expand Up @@ -411,6 +416,13 @@
}
],
"styles": {
"next-hearing-date": {
"fontSize": 12,
"bold": true,
"color": "#000000",
"alignment": "right",
"margin": [0, 0, 0, 10]
},
"form-header": {
"color": "#252525",
"fontFamily": "Roboto",
Expand Down
12 changes: 12 additions & 0 deletions pdf-service/format-config/dca-notice.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
],
"margin": [0, 10]
},
{
"text": "Next Hearing Date: {{hearingDate}}",
"style": "next-hearing-date",
"layout": "noBorders"
},
{
"table": {
"widths": ["*"],
Expand Down Expand Up @@ -385,6 +390,13 @@
}
],
"styles": {
"next-hearing-date": {
"fontSize": 12,
"bold": true,
"color": "#000000",
"alignment": "right",
"margin": [0, 0, 0, 10]
},
"form-header": {
"color": "#252525",
"fontFamily": "Roboto",
Expand Down
14 changes: 13 additions & 1 deletion pdf-service/format-config/summons-accused.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
},
"layout": "noBorders"
},
{
"text": "Next Hearing Date: {{hearingDate}}",
"style": "next-hearing-date",
"layout": "noBorders"
},
{
"style": "form-body",
"table": {
Expand Down Expand Up @@ -437,6 +442,13 @@
}
],
"styles": {
"next-hearing-date": {
"fontSize": 12,
"bold": true,
"color": "#000000",
"alignment": "right",
"margin": [0, 0, 0, 10]
},
"form-header": {
"color": "#484848",
"fontFamily": "Roboto",
Expand Down Expand Up @@ -525,4 +537,4 @@
}
}
}
}
}
Loading
Loading