Skip to content

Commit

Permalink
RAIN-2164 Added FSM persister changes completed flow and updated FSM …
Browse files Browse the repository at this point in the history
…receipt pdf (#735)
  • Loading branch information
LataNaik-eGov authored Mar 8, 2021
1 parent 26f067e commit 4ca823f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions egov-persister/fsm-persister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ serviceMaps:
jsonMaps:
- jsonPath: $.fsm.id

- query: UPDATE eg_fsm_application SET additionaldetails=?, description=?, applicationstatus=?, source=?, sanitationtype=?, propertyusage=?, nooftrips=?, status=?, vehicle_id=?, vehicletype=?, createdby=?, lastmodifiedby=?, createdtime=?, lastmodifiedtime=?, possible_srv_date=?, dso_id=? where id=?
- query: UPDATE eg_fsm_application SET additionaldetails=?, description=?, applicationstatus=?, source=?, sanitationtype=?, propertyusage=?, nooftrips=?, status=?, vehicle_id=?, vehicletype=?, createdby=?, lastmodifiedby=?, createdtime=?, lastmodifiedtime=?, possible_srv_date=?, dso_id=?, completed_on=? where id=?
basePath: fsm
jsonMaps:
- jsonPath: $.fsm.additionalDetails
Expand Down Expand Up @@ -192,6 +192,8 @@ serviceMaps:
- jsonPath: $.fsm.possibleServiceDate

- jsonPath: $.fsm.dsoId

- jsonPath: $.fsm.completedOn

- jsonPath: $.fsm.id

Expand Down Expand Up @@ -307,7 +309,7 @@ serviceMaps:
- jsonPath: $.fsm.id


- query: UPDATE eg_fsm_application SET additionaldetails=?, applicationstatus=?, vehicle_id =?, vehicletype=?, lastmodifiedby=?, lastmodifiedtime=?, possible_srv_date=?, dso_id=? where id=?
- query: UPDATE eg_fsm_application SET additionaldetails=?, applicationstatus=?, vehicle_id =?, vehicletype=?, lastmodifiedby=?, lastmodifiedtime=?, possible_srv_date=?, dso_id=?, completed_on=? where id=?
basePath: fsm
jsonMaps:
- jsonPath: $.fsm.additionalDetails
Expand All @@ -327,5 +329,7 @@ serviceMaps:
- jsonPath: $.fsm.possibleServiceDate

- jsonPath: $.fsm.dsoId

- jsonPath: $.fsm.completedOn

- jsonPath: $.fsm.id
12 changes: 6 additions & 6 deletions pdf-service/format-config/fsm-receipt.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,25 +407,25 @@
"receipt-table-value": {
"color": "#000000",
"bold": true,
"fontSize": 12,
"fontSize": 11,
"fontWeight": 500,
"margin": [
-2,
8,
2,
0,
8
2
]
},
"receipt-table": {
"color": "#000000",
"bold": false,
"fontSize": 12,
"fontSize": 11,
"fontWeight": 400,
"margin": [
-30,
8,
2,
0,
8
2
]
},
"receipt-approver": {
Expand Down

0 comments on commit 4ca823f

Please sign in to comment.