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.
#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 "gnc-lot-p.h"
#include "policy.h"
#include "policy-p.h"
Go to the source code of this file.
Functions | |
| GNCPolicy * | xaccGetFIFOPolicy (void) |
| GNCPolicy * | xaccGetLIFOPolicy (void) |
1.5.2