#include <Wt/WFormModel.h>
Go to the source code of this file.
|
enum class | GCW::Dbo::Accounts::DrCr { GCW::Dbo::Accounts::NONE = 0x00
, GCW::Dbo::Accounts::DEBIT = 0x01
, GCW::Dbo::Accounts::CREDIT = 0x02
} |
| Account Debit/Credit Enum. More...
|
|
enum class | GCW::Dbo::Accounts::Type {
GCW::Dbo::Accounts::INVALID = -1
, GCW::Dbo::Accounts::NONE = -1
, GCW::Dbo::Accounts::BANK = 0
, GCW::Dbo::Accounts::CASH = 1
,
GCW::Dbo::Accounts::CREDIT = 3
, GCW::Dbo::Accounts::ASSET = 2
, GCW::Dbo::Accounts::LIABILITY = 4
, GCW::Dbo::Accounts::STOCK = 5
,
GCW::Dbo::Accounts::MUTUAL = 6
, GCW::Dbo::Accounts::CURRENCY = 7
, GCW::Dbo::Accounts::INCOME = 8
, GCW::Dbo::Accounts::EXPENSE = 9
,
GCW::Dbo::Accounts::EQUITY = 10
, GCW::Dbo::Accounts::RECEIVABLE = 11
, GCW::Dbo::Accounts::PAYABLE = 12
, GCW::Dbo::Accounts::ROOT = 13
,
GCW::Dbo::Accounts::TRADING = 14
, GCW::Dbo::Accounts::NUM_ACCOUNT_TYPES = 15
, GCW::Dbo::Accounts::CHECKING = 15
, GCW::Dbo::Accounts::SAVINGS = 16
,
GCW::Dbo::Accounts::MONEYMRKT = 17
, GCW::Dbo::Accounts::CREDITLINE = 18
, GCW::Dbo::Accounts::LAST
} |
| Account Type. More...
|
|