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

Implement FIFO Accounting Policy. More...

#include "config.h"
#include <glib.h>
#include "Account.h"
#include "Transaction.h"
#include "TransactionP.h"
#include "cap-gains.h"
#include "gnc-engine.h"
#include "gnc-lot.h"
#include "policy.h"
#include "policy-p.h"

Go to the source code of this file.

Functions

GNCPolicyxaccGetFIFOPolicy (void)
 

Detailed Description

Implement FIFO Accounting Policy.

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

This file implements the FIFO Accounting Policy (and, in the future, others as well). The Accounting Polciy determines how splits are assigned to lots.

Definition in file policy.c.