lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 8b9b020 3/9: Make an illustration column narr


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8b9b020 3/9: Make an illustration column narrower
Date: Wed, 29 Aug 2018 11:07:54 -0400 (EDT)

branch: master
commit 8b9b0202c3bd5d14113252c6741d9dfe413e3003
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Make an illustration column narrower
    
    Inserted an extra newline in "End of Year Age" for hardcoded reports, as
    had already been done for user-specified supplemental reports in commit
    d3552b46d of 20180423T1701Z. Values in this column never exceed three
    digits, so a needlessly wide header makes the column too wide.
---
 ledger_pdf_generator_wx.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/ledger_pdf_generator_wx.cpp b/ledger_pdf_generator_wx.cpp
index 583ca30..62bf3bf 100644
--- a/ledger_pdf_generator_wx.cpp
+++ b/ledger_pdf_generator_wx.cpp
@@ -1848,7 +1848,7 @@ class ill_reg_tabular_detail_page : public 
page_with_tabular_report
     {
         static illustration_table_columns const columns =
             {{ "PolicyYear"                 , "Policy\nYear"                ,  
       "999" }
-            ,{ "AttainedAge"                , "End of\nYear Age"            ,  
       "999" }
+            ,{ "AttainedAge"                , "End of\nYear\nAge"           ,  
       "999" }
             ,{ "GrossPmt"                   , "Premium\nOutlay"             , 
"999,999,999" }
             ,{ "AcctVal_Guaranteed"         , "Account\nValue"              , 
"999,999,999" }
             ,{ "CSVNet_Guaranteed"          , "Cash Surr\nValue"            , 
"999,999,999" }
@@ -1894,7 +1894,7 @@ class ill_reg_tabular_detail2_page : public 
page_with_tabular_report
     {
         static illustration_table_columns const columns =
             {{ "PolicyYear"                 , "Policy\nYear"                ,  
       "999" }
-            ,{ "AttainedAge"                , "End of\nYear Age"            ,  
       "999" }
+            ,{ "AttainedAge"                , "End of\nYear\nAge"           ,  
       "999" }
             ,{ "AnnGAIntRate_Current"       , "Illustrated\nCrediting Rate" ,  
    "99.99%" }
             ,{ "SpecAmt"                    , "Selected\nFace Amount"       , 
"999,999,999" }
             };
@@ -2187,7 +2187,7 @@ class page_with_basic_tabular_report : public 
page_with_tabular_report
     {
         static illustration_table_columns const columns =
             {{ "PolicyYear"                 , "Policy\nYear"                ,  
       "999" }
-            ,{ "AttainedAge"                , "End of\nYear Age"            ,  
       "999" }
+            ,{ "AttainedAge"                , "End of\nYear\nAge"           ,  
       "999" }
             ,{ "GrossPmt"                   , "Premium\nOutlay"             , 
"999,999,999" }
             ,{ "CSVNet_GuaranteedZero"      , "Cash Surr\nValue"            , 
"999,999,999" }
             ,{ "EOYDeathBft_GuaranteedZero" , "Death\nBenefit"              , 
"999,999,999" }
@@ -2381,7 +2381,7 @@ class nasd_supplemental : public page_with_tabular_report
     {
         static illustration_table_columns const columns =
             {{ "PolicyYear"                 , "Policy\nYear"                ,  
       "999" }
-            ,{ "AttainedAge"                , "End of\nYear Age"            ,  
       "999" }
+            ,{ "AttainedAge"                , "End of\nYear\nAge"           ,  
       "999" }
             ,{ "ErGrossPmt"                 , "ER Gross\nPayment"           , 
"999,999,999" }
             ,{ "EeGrossPmt"                 , "EE Gross\nPayment"           , 
"999,999,999" }
             ,{ "GrossPmt"                   , "Premium\nOutlay"             , 
"999,999,999" }
@@ -2466,7 +2466,7 @@ class nasd_assumption_detail : public 
page_with_tabular_report
     {
         static illustration_table_columns const columns =
             {{ "PolicyYear"                 , "Policy\nYear"                ,  
       "999" }
-            ,{ "AttainedAge"                , "End of\nYear Age"            ,  
       "999" }
+            ,{ "AttainedAge"                , "End of\nYear\nAge"           ,  
       "999" }
             ,{ "AnnSAIntRate_Current"       , "Sep Acct Net\nInt Rate"      ,  
    "99.99%" }
             ,{ "AnnGAIntRate_Current"       , "Gen Acct\nCurrent Rate"      ,  
    "99.99%" }
             ,{ "CurrMandE"                  , "M&E"                         ,  
    "99.99%" }
@@ -2731,7 +2731,7 @@ class reg_d_individual_guar_irr : public 
reg_d_individual_irr_base
     {
         static illustration_table_columns const columns =
             {{ "PolicyYear"                 , "Policy\nYear"                ,  
       "999" }
-            ,{ "AttainedAge"                , "End of\nYear Age"            ,  
       "999" }
+            ,{ "AttainedAge"                , "End of\nYear\nAge"           ,  
       "999" }
             ,{ "GrossPmt"                   , "Premium\nOutlay"             , 
"999,999,999" }
             ,{ "CSVNet_GuaranteedZero"      , "Cash Surr\nValue"            , 
"999,999,999" }
             ,{ "EOYDeathBft_GuaranteedZero" , "Death\nBenefit"              , 
"999,999,999" }
@@ -2765,7 +2765,7 @@ class reg_d_individual_curr_irr : public 
reg_d_individual_irr_base
     {
         static illustration_table_columns const columns =
             {{ "PolicyYear"                 , "Policy\nYear"                ,  
       "999" }
-            ,{ "AttainedAge"                , "End of\nYear Age"            ,  
       "999" }
+            ,{ "AttainedAge"                , "End of\nYear\nAge"           ,  
       "999" }
             ,{ "GrossPmt"                   , "Premium\nOutlay"             , 
"999,999,999" }
             ,{ "CSVNet_CurrentZero"         , "Cash Surr\nValue"            , 
"999,999,999" }
             ,{ "EOYDeathBft_CurrentZero"    , "Death\nBenefit"              , 
"999,999,999" }
@@ -2809,7 +2809,7 @@ class reg_d_individual_curr : public 
page_with_tabular_report
     {
         static illustration_table_columns const columns =
             {{ "PolicyYear"                 , "Policy\nYear"                ,  
       "999" }
-            ,{ "AttainedAge"                , "End of\nYear Age"            ,  
       "999" }
+            ,{ "AttainedAge"                , "End of\nYear\nAge"           ,  
       "999" }
             ,{ "GrossPmt"                   , "Premium\nOutlay"             , 
"999,999,999" }
             ,{ "PremiumLoads"               , "Premium\nLoads"              , 
"999,999,999" }
             ,{ "AdminCharges"               , "Admin\nCharges"              , 
"999,999,999" }



reply via email to

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