Skip to content

Commit

Permalink
#SM-1265 FSM V1.2: ULB collecting advance Receipt Page
Browse files Browse the repository at this point in the history
#SM-1265 FSM V1.2: ULB collecting advance Receipt Page
  • Loading branch information
JithendarKumar-eGov committed Oct 11, 2022
1 parent c69f6c6 commit 57259f7
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions pdf-service/format-config/fsm-receipt.json
Expand Up @@ -228,7 +228,7 @@
"style": "receipt-table"
},
{
"text": "{{paid_amount}}",
"text": "{{due_amount}}",
"border": [
false,
false,
Expand All @@ -238,7 +238,7 @@
"style": "receipt-table-value"
},
{
"text": "₹ {{paidAmount}}",
"text": "₹ {{dueAmount}}",
"border": [
false,
false,
Expand Down Expand Up @@ -268,7 +268,29 @@
true
],
"style": "receipt-table"
},
{
"text": "{{paid_amount}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table-value"
},
{
"text": "₹ {{paidAmount}}",
"border": [
false,
false,
true,
false
],
"style": "receipt-table"
}
],
[
{
"text": "{{transaction_id}}",
"border": [
Expand All @@ -289,6 +311,26 @@
],
"style": "receipt-table",
"font": "Roboto"
},
{
"text": "{{pending_amount}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table-value"
},
{
"text": "₹ {{pendingAmount}}",
"border": [
false,
false,
true,
false
],
"style": "receipt-table"
}
]
]
Expand Down

0 comments on commit 57259f7

Please sign in to comment.