mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
f9f3717fdf
commit
6ceee1b850
@ -201,7 +201,7 @@ static const TxnTypeVec long_types
|
|||||||
{
|
{
|
||||||
FieldMask::ENABLED_DEBIT, // stock_amt
|
FieldMask::ENABLED_DEBIT, // stock_amt
|
||||||
FieldMask::ENABLED_DEBIT, // stock_val
|
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
|
FieldMask::ENABLED_DEBIT | FieldMask::ALLOW_ZERO, // fees_amt
|
||||||
true, // fees_capitalize
|
true, // fees_capitalize
|
||||||
FieldMask::ENABLED_CREDIT, // dividend_amt
|
FieldMask::ENABLED_CREDIT, // dividend_amt
|
||||||
@ -210,7 +210,7 @@ static const TxnTypeVec long_types
|
|||||||
// dividend issued to holder, and it may be reinvested. Some
|
// dividend issued to holder, and it may be reinvested. Some
|
||||||
// dividends are distributed as cash.
|
// dividends are distributed as cash.
|
||||||
N_("Dividend reinvestment"),
|
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
|
FieldMask::ENABLED_DEBIT, // stock_amt
|
||||||
|
Loading…
Reference in New Issue
Block a user