GnuCashew ~ GnuCash Enabled Web
GCW
Classes | Namespaces | Typedefs | Enumerations | Variables
Definition.h File Reference
#include <Wt/WFormModel.h>
+ Include dependency graph for Definition.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GCW::Dbo::Accounts::ACCOUNTDEF_S
 Account Definition. More...
 

Namespaces

 GCW
 
 GCW::Dbo
 Database Object Namespace.
 
 GCW::Dbo::Accounts
 
 GCW::Dbo::Accounts::Field
 

Typedefs

typedef struct GCW::Dbo::Accounts::ACCOUNTDEF_S GCW::Dbo::Accounts::AccountDef_t
 Account Definition. More...
 

Enumerations

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...
 

Variables

const char * GCW::Dbo::Accounts::s_tableName = "accounts"
 
const std::vector< AccountDef_t > GCW::Dbo::Accounts::s_accountDefs
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::guid = "guid"
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::name = "name"
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::account_typeName = "account_type"
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::commodity_guid = "commodity_guid"
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::commodity_scu = "commodity_scu"
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::non_std_scu = "non_std_scu"
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::parent_guid = "parent_guid"
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::code = "code"
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::description = "description"
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::hidden = "hidden"
 
const Wt::WFormModel::Field GCW::Dbo::Accounts::Field::placeHolder = "placeholder"