GnuCash 2.3.0
Functions
Period.h File Reference

Implement accounting periods, as per design in src/doc/books.txt. More...

#include "gnc-engine.h"

Go to the source code of this file.

Functions

QofBookgnc_book_close_period (QofBook *, Timespec, Account *equity_acct, const char *memo)
void gnc_book_partition_txn (QofBook *dest, QofBook *src, QofQuery *)
void gnc_book_partition_pricedb (QofBook *dest, QofBook *src, QofQuery *)
void gnc_book_insert_trans (QofBook *book, Transaction *trans)
void gnc_book_insert_trans_clobber (QofBook *book, Transaction *trans)
void gnc_book_insert_lot (QofBook *book, GNCLot *lot)
void gnc_book_insert_lot_clobber (QofBook *book, GNCLot *lot)
void gnc_book_insert_price (QofBook *book, GNCPrice *prc)
void gnc_book_insert_price_clobber (QofBook *book, GNCPrice *prc)

Detailed Description

Implement accounting periods, as per design in src/doc/books.txt.

Author:
Copyright (c) 2001,2003 Linas Vepstas <linas@linas.org>

Definition in file Period.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines