lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 476dd33 4/5: Revise column headers on split-f


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 476dd33 4/5: Revise column headers on split-funds report
Date: Tue, 29 Jan 2019 18:07:36 -0500 (EST)

branch: master
commit 476dd3324a9e00f980b0d1032fc390374cd330d0
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Revise column headers on split-funds report
---
 pdf_command_wx.cpp | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/pdf_command_wx.cpp b/pdf_command_wx.cpp
index e71c6d1..020265b 100644
--- a/pdf_command_wx.cpp
+++ b/pdf_command_wx.cpp
@@ -2686,23 +2686,31 @@ class finra_split_fund_report : public 
page_with_tabular_report
             ,{ "EeGrossPmt"                 , "EE Gross\nPayment"           ,  
"99,999,999" }
             ,{ "GrossPmt"                   , "Premium\nOutlay"             , 
"999,999,999" }
             ,{ "AVGenAcct_GuaranteedZero"   , "Guar\nCharges\n"
-                                              "0% Account\nValue\n"
+                                              "Acct Value\n"
                                               "Gen Acct"                    , 
"999,999,999" }
             ,{ "AVSepAcct_GuaranteedZero"   , "Guar\nCharges\n"
-                                              "0% Account\nValue\n"
+                                              "0% Rate\n"
+                                              "Acct Value\n"
                                               "Sep Acct"                    , 
"999,999,999" }
             ,{ "AcctVal_GuaranteedZero"     , "Guar\nCharges\n"
-                                              "0% Account\nValue"           , 
"999,999,999" }
-            ,{ "CSVNet_GuaranteedZero"      , "Cash Surr\nValue"            , 
"999,999,999" }
+                                              "0% Rate\n"
+                                              "Acct Value"                  , 
"999,999,999" }
+            ,{ "CSVNet_GuaranteedZero"      , "Guar\nCharges\n"
+                                              "0% Rate\n"
+                                              "Cash Surr\nValue"            , 
"999,999,999" }
             ,{ "AVGenAcct_CurrentZero"      , "Curr\nCharges\n"
-                                              "0% Account\nValue\n"
+                                              "Acct Value\n"
                                               "Gen Acct"                    , 
"999,999,999" }
             ,{ "AVSepAcct_CurrentZero"      , "Curr\nCharges\n"
-                                              "0% Account\nValue\n"
+                                              "0% Rate\n"
+                                              "Acct Value\n"
                                               "Sep Acct"                    , 
"999,999,999" }
             ,{ "AcctVal_CurrentZero"        , "Curr\nCharges\n"
-                                              "0% Account\nValue"           , 
"999,999,999" }
-            ,{ "CSVNet_Current"             , "Cash Surr\nValue"            , 
"999,999,999" }
+                                              "0% Rate\n"
+                                              "Acct Value"                  , 
"999,999,999" }
+            ,{ "CSVNet_Current"             , "Curr\nCharges\n"
+                                              "0% Rate\n"
+                                              "Cash Surr\nValue"            , 
"999,999,999" }
             };
 
         return columns;



reply via email to

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