lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ce3bf94 3/5: Reorder columns on split-funds r


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ce3bf94 3/5: Reorder columns on split-funds report
Date: Tue, 29 Jan 2019 18:07:36 -0500 (EST)

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

    Reorder columns on split-funds report
---
 pdf_command_wx.cpp | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/pdf_command_wx.cpp b/pdf_command_wx.cpp
index bb9357d..e71c6d1 100644
--- a/pdf_command_wx.cpp
+++ b/pdf_command_wx.cpp
@@ -2657,14 +2657,14 @@ class finra_split_fund_report : public 
page_with_tabular_report
         ,column_er_gross_payment
         ,column_ee_gross_payment
         ,column_premium_outlay
-        ,column_guar0_cash_surr_value
-        ,column_curr0_cash_surr_value
-        ,column_guar0_account_value
-        ,column_curr0_account_value
-        ,column_guar0_av_sep
-        ,column_curr0_av_sep
         ,column_guar0_av_gen
+        ,column_guar0_av_sep
+        ,column_guar0_account_value
+        ,column_guar0_cash_surr_value
         ,column_curr0_av_gen
+        ,column_curr0_av_sep
+        ,column_curr0_account_value
+        ,column_curr0_cash_surr_value
         ,column_max
         };
 
@@ -2685,24 +2685,24 @@ class finra_split_fund_report : public 
page_with_tabular_report
             ,{ "ErGrossPmt"                 , "ER Gross\nPayment"           ,  
"99,999,999" }
             ,{ "EeGrossPmt"                 , "EE Gross\nPayment"           ,  
"99,999,999" }
             ,{ "GrossPmt"                   , "Premium\nOutlay"             , 
"999,999,999" }
-            ,{ "CSVNet_GuaranteedZero"      , "Cash Surr\nValue"            , 
"999,999,999" }
-            ,{ "CSVNet_Current"             , "Cash Surr\nValue"            , 
"999,999,999" }
-            ,{ "AcctVal_GuaranteedZero"     , "Guar\nCharges\n"
-                                              "0% Account\nValue"           , 
"999,999,999" }
-            ,{ "AcctVal_CurrentZero"        , "Curr\nCharges\n"
-                                              "0% Account\nValue"           , 
"999,999,999" }
-            ,{ "AVSepAcct_GuaranteedZero"   , "Guar\nCharges\n"
-                                              "0% Account\nValue\n"
-                                              "Sep Acct"                    , 
"999,999,999" }
-            ,{ "AVSepAcct_CurrentZero"      , "Curr\nCharges\n"
-                                              "0% Account\nValue\n"
-                                              "Sep Acct"                    , 
"999,999,999" }
             ,{ "AVGenAcct_GuaranteedZero"   , "Guar\nCharges\n"
                                               "0% Account\nValue\n"
                                               "Gen Acct"                    , 
"999,999,999" }
+            ,{ "AVSepAcct_GuaranteedZero"   , "Guar\nCharges\n"
+                                              "0% Account\nValue\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" }
             ,{ "AVGenAcct_CurrentZero"      , "Curr\nCharges\n"
                                               "0% Account\nValue\n"
                                               "Gen Acct"                    , 
"999,999,999" }
+            ,{ "AVSepAcct_CurrentZero"      , "Curr\nCharges\n"
+                                              "0% Account\nValue\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" }
             };
 
         return columns;



reply via email to

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