Corrected report descriptions.
This commit is contained in:
parent
2351db6838
commit
2e843db058
|
@ -220,7 +220,7 @@ pub fn _2_account_lot_summary_to_txt(
|
||||||
|
|
||||||
let length = acct_map.len();
|
let length = acct_map.len();
|
||||||
|
|
||||||
writeln!(file, "Account Listing - All Lots - All Movements - with high level of detail.
|
writeln!(file, "Account Listing - All Lots - No Movements - Summary detail.
|
||||||
\nCosting method used: {}.
|
\nCosting method used: {}.
|
||||||
Home currency: {}
|
Home currency: {}
|
||||||
Enable like-kind treatment: {}",
|
Enable like-kind treatment: {}",
|
||||||
|
@ -302,7 +302,7 @@ pub fn _3_account_lot_summary_non_zero_to_txt(
|
||||||
|
|
||||||
let length = acct_map.len();
|
let length = acct_map.len();
|
||||||
|
|
||||||
writeln!(file, "Account Listing - All Lots - All Movements - with high level of detail.
|
writeln!(file, "Account Listing - Non-zero Lots - No Movements - Summary detail.
|
||||||
\nCosting method used: {}.
|
\nCosting method used: {}.
|
||||||
Home currency: {}
|
Home currency: {}
|
||||||
Enable like-kind treatment: {}",
|
Enable like-kind treatment: {}",
|
||||||
|
|
Loading…
Reference in New Issue