Update assistant-stock-transaction.cpp - dividend reinvestment

"Company issues dividend, which may be reinvested. Remaining non-reinvested dividends (if any) are paid out as a cash dividend.")
This commit is contained in:
CDB-Man 2022-09-12 02:04:16 -04:00 committed by GitHub
parent f9f3717fdf
commit 6ceee1b850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ static const TxnTypeVec long_types
{
FieldMask::ENABLED_DEBIT, // stock_amt
FieldMask::ENABLED_DEBIT, // stock_val
FieldMask::ENABLED_DEBIT, // cash_amt
FieldMask::ENABLED_DEBIT | FieldMask::ALLOW_ZERO, // cash_amt
FieldMask::ENABLED_DEBIT | FieldMask::ALLOW_ZERO, // fees_amt
true, // fees_capitalize
FieldMask::ENABLED_CREDIT, // dividend_amt
@ -210,7 +210,7 @@ static const TxnTypeVec long_types
// dividend issued to holder, and it may be reinvested. Some
// dividends are distributed as cash.
N_("Dividend reinvestment"),
N_("Company issues dividend, which may be reinvested. Non-reinvested dividends are paid out as cash.")
N_("Company issues dividend, which may be reinvested. Remaining non-reinvested dividends (if any) are paid out as a cash dividend.")
},
{
FieldMask::ENABLED_DEBIT, // stock_amt