GnuCash
5.6-17-gfafc745b1b+
|
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"
#include <glib/gi18n.h>
Go to the source code of this file.
Functions | |
GNCPolicy * | xaccGetFIFOPolicy (void) |
First-in, First-out Policy This policy will create FIFO Lots. More... | |
Implement FIFO Accounting Policy.
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.