GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <Wt/WFormModel.h>
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... | |
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" |