Skip to content

Commit

Permalink
Update ws-bill.json
Browse files Browse the repository at this point in the history
  • Loading branch information
snehal-eGov committed Dec 12, 2022
1 parent 70cd92d commit ad015dd
Showing 1 changed file with 112 additions and 2 deletions.
114 changes: 112 additions & 2 deletions pdf-service/format-config/ws-bill.json
Expand Up @@ -455,7 +455,7 @@
"style": "receipt-table"
},
{
"text": "₹ {{ws_charge}}",
"text": "₹ {{ws_charge_amt}}",
"border": [
false,
false,
Expand All @@ -477,7 +477,7 @@
"style": "receipt-table"
},
{
"text": "₹ {{totalArrears}}",
"text": "₹ {{totalArrear}}",
"border": [
false,
false,
Expand Down Expand Up @@ -530,6 +530,116 @@
"30%"
],
"body": [
[
{
"text": "{{total_bill_amount}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table"
},
{
"text": "₹ {{totalBillAmount}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table-value"
}
],
[
{
"text": "{{advance_adjusted_amount}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table"
},
{
"text": "₹ {{advanceAdjustedAmount}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table-value"
}
],
[
{
"text": "{{net_amount_due}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table"
},
{
"text": "₹ {{netAmountDue}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table-value"
}
],
[
{
"text": "{{penalty_after_due_date}} {{penaltyDueDate}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table"
},
{
"text": "₹ {{totalApplicablePenalty}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table-value"
}
],
[
{
"text": "{{net_amount_due_with_penalty}} {{penaltyDueDate}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table"
},
{
"text": "₹ {{netAmountDueWithPenalty}}",
"border": [
false,
false,
false,
false
],
"style": "receipt-table-value"
}
],
[
{
"text": "{{total_due}}",
Expand Down

0 comments on commit ad015dd

Please sign in to comment.