lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 0af54ae 2/2: Add newlines to zero-percent col


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0af54ae 2/2: Add newlines to zero-percent column headers
Date: Mon, 24 Sep 2018 08:20:07 -0400 (EDT)

branch: master
commit 0af54ae58dc1acadd905c5535118c26077f3144c
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add newlines to zero-percent column headers
    
    Added a newline after "Curr" or "Guar" and before "Charges". The XSL-FO
    original does this implicitly, so this change removes a gratuitous
    difference between old and new PDF implementations. More importantly, it
    makes the headers of these columns narrower so that a full set of zero-
    percent columns can fit in one supplemental report.
---
 ledger_evaluator.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/ledger_evaluator.cpp b/ledger_evaluator.cpp
index 8461b6a..f3c7f35 100644
--- a/ledger_evaluator.cpp
+++ b/ledger_evaluator.cpp
@@ -163,15 +163,15 @@ ledger_evaluator Ledger::make_evaluator() const
     // they are defined only on a current basis--experience-rating
     // columns, e.g.
 
-    title_map["AVGenAcct_CurrentZero"           ] = "Curr Charges\n0% 
Account\nValue\nGen Acct";
-    title_map["AVGenAcct_GuaranteedZero"        ] = "Guar Charges\n0% 
Account\nValue\nGen Acct";
+    title_map["AVGenAcct_CurrentZero"           ] = "Curr\nCharges\n0% 
Account\nValue\nGen Acct";
+    title_map["AVGenAcct_GuaranteedZero"        ] = "Guar\nCharges\n0% 
Account\nValue\nGen Acct";
     title_map["AVRelOnDeath_Current"            ] = 
"Account\nValue\nReleased\non Death";
-    title_map["AVSepAcct_CurrentZero"           ] = "Curr Charges\n0% 
Account\nValue\nSep Acct";
-    title_map["AVSepAcct_GuaranteedZero"        ] = "Guar Charges\n0% 
Account\nValue\nSep Acct";
+    title_map["AVSepAcct_CurrentZero"           ] = "Curr\nCharges\n0% 
Account\nValue\nSep Acct";
+    title_map["AVSepAcct_GuaranteedZero"        ] = "Guar\nCharges\n0% 
Account\nValue\nSep Acct";
     title_map["AcctVal_Current"                 ] = "Curr\nAccount\nValue";
-    title_map["AcctVal_CurrentZero"             ] = "Curr Charges\n0% 
Account\nValue";
+    title_map["AcctVal_CurrentZero"             ] = "Curr\nCharges\n0% 
Account\nValue";
     title_map["AcctVal_Guaranteed"              ] = "Guar\nAccount\nValue";
-    title_map["AcctVal_GuaranteedZero"          ] = "Guar Charges\n0% 
Account\nValue";
+    title_map["AcctVal_GuaranteedZero"          ] = "Guar\nCharges\n0% 
Account\nValue";
     title_map["AddonCompOnAssets"               ] = "Additional\nComp 
on\nAssets";
     title_map["AddonCompOnPremium"              ] = "Additional\nComp 
on\nPremium";
     title_map["AddonMonthlyFee"                 ] = "Additional\nMonthly\nFee";
@@ -191,9 +191,9 @@ ledger_evaluator Ledger::make_evaluator() const
     title_map["COICharge_Current"               ] = "Curr COI\nCharge";
     title_map["COICharge_Guaranteed"            ] = "Guar COI\nCharge";
     title_map["CSVNet_Current"                  ] = "Curr Net\nCash\nSurr 
Value";
-    title_map["CSVNet_CurrentZero"              ] = "Curr Charges\n0% Net 
Cash\nSurr Value";
+    title_map["CSVNet_CurrentZero"              ] = "Curr\nCharges\n0% Net 
Cash\nSurr Value";
     title_map["CSVNet_Guaranteed"               ] = "Guar Net\nCash\nSurr 
Value";
-    title_map["CSVNet_GuaranteedZero"           ] = "Guar Charges\n0% Net 
Cash\nSurr Value";
+    title_map["CSVNet_GuaranteedZero"           ] = "Guar\nCharges\n0% Net 
Cash\nSurr Value";
     title_map["CV7702_Current"                  ] = "Curr 7702\nCash Value";
     title_map["CV7702_Guaranteed"               ] = "Guar 7702\nCash Value";
     title_map["ClaimsPaid_Current"              ] = "Curr\nClaims\nPaid";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]