|
GnuCash
2.6.99
|
Constrain Cap Gains to Track Sources of Gains. More...
#include "config.h"#include <glib.h>#include "cap-gains.h"#include "gnc-commodity.h"#include "gnc-engine.h"#include "gnc-lot.h"#include "policy-p.h"#include "Account.h"#include "AccountP.h"#include "Scrub2.h"#include "Scrub3.h"#include "Transaction.h"#include "TransactionP.h"Go to the source code of this file.
Functions | |
| gboolean | xaccScrubLot (GNCLot *lot) |
| void | xaccAccountScrubLots (Account *acc) |
| void | xaccAccountTreeScrubLots (Account *acc) |
Constrain Cap Gains to Track Sources of Gains.
Provides a set of functions and utilities for checking and repairing ('scrubbing clean') the usage of Cap Gains transactions in stock and commodity accounts.
Definition in file Scrub3.c.
1.8.6