mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
move of enums
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@757 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8a7b689bff
commit
a1bc425f11
@ -27,26 +27,9 @@
|
|||||||
#define __ACCOUNT_H__
|
#define __ACCOUNT_H__
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "AccInfo.h"
|
||||||
#include "Transaction.h"
|
#include "Transaction.h"
|
||||||
|
|
||||||
/* The account types.
|
|
||||||
* Note: the actual values of these are *very* important,
|
|
||||||
* as it is the values, not the enums, that are stored
|
|
||||||
* in the file format!
|
|
||||||
*/
|
|
||||||
enum {
|
|
||||||
BANK = 0,
|
|
||||||
CASH = 1,
|
|
||||||
ASSET = 2,
|
|
||||||
CREDIT = 3,
|
|
||||||
LIABILITY = 4,
|
|
||||||
STOCK = 5,
|
|
||||||
MUTUAL= 6,
|
|
||||||
INCOME = 7,
|
|
||||||
EXPENSE = 8,
|
|
||||||
EQUITY = 9,
|
|
||||||
NUM_ACCOUNT_TYPES = 10
|
|
||||||
};
|
|
||||||
|
|
||||||
/** PROTOTYPES ******************************************************/
|
/** PROTOTYPES ******************************************************/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user