GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
Scrub3.c File Reference

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)
 

Detailed Description

Constrain Cap Gains to Track Sources of Gains.

Author
Created by Linas Vepstas Sept 2003
Copyright (c) 2003,2004 Linas Vepstas linas.nosp@m.@lin.nosp@m.as.or.nosp@m.g

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.