#include "gnc-engine.h"
Go to the source code of this file.
Functions | |
| gnc_numeric | xaccSplitGetCapGains (Split *) |
| gboolean | xaccAccountHasTrades (const Account *) |
| GNCLot * | xaccAccountFindEarliestOpenLot (Account *acc, gnc_numeric sign, gnc_commodity *currency) |
| GNCLot * | xaccAccountFindLatestOpenLot (Account *acc, gnc_numeric sign, gnc_commodity *currency) |
| Account * | xaccAccountGetDefaultGainAccount (const Account *acc, const gnc_commodity *currency) |
| void | xaccAccountSetDefaultGainAccount (Account *acc, const Account *gains_acct) |
| Split * | xaccSplitGetCapGainsSplit (const Split *) |
| Split * | xaccSplitGetGainsSourceSplit (const Split *) |
| gboolean | xaccSplitAssign (Split *split) |
| Split * | xaccSplitAssignToLot (Split *split, GNCLot *lot) |
| void | xaccSplitComputeCapGains (Split *split, Account *gain_acc) |
| void | xaccLotComputeCapGains (GNCLot *lot, Account *gain_acc) |
Definition in file cap-gains.h.
1.5.7.1