GnuCashew ~ GnuCash Enabled Web
GCW
|
Account Definition. More...
#include <Definition.h>
Public Attributes | |
Type | type |
Account Type as per gnucash. More... | |
DrCr | drcr |
indicate if the account is Debit or Credit More... | |
std::string | backendName |
the 'name' used in the back-end for the account More... | |
std::string | colAccount |
a printable 'label' for the 'account' column in the registers More... | |
std::string | colDr |
a printable 'label' for the 'debit' column in the registers More... | |
std::string | colCr |
a printable 'label' for the 'credit' column in the registers More... | |
Type | parentType |
acceptable parent account types More... | |
Account Definition.
This structure provides a set of account-definitions that are used in the various views and balance calculations.
Definition at line 130 of file Definition.h.
std::string GCW::Dbo::Accounts::ACCOUNTDEF_S::backendName |
the 'name' used in the back-end for the account
Definition at line 139 of file Definition.h.
std::string GCW::Dbo::Accounts::ACCOUNTDEF_S::colAccount |
a printable 'label' for the 'account' column in the registers
Definition at line 142 of file Definition.h.
Referenced by GCW::Eng::AccountRegisterModel::refreshFromDisk().
std::string GCW::Dbo::Accounts::ACCOUNTDEF_S::colCr |
a printable 'label' for the 'credit' column in the registers
Definition at line 148 of file Definition.h.
Referenced by GCW::Eng::AccountRegisterModel::refreshFromDisk().
std::string GCW::Dbo::Accounts::ACCOUNTDEF_S::colDr |
a printable 'label' for the 'debit' column in the registers
Definition at line 145 of file Definition.h.
Referenced by GCW::Eng::AccountRegisterModel::refreshFromDisk().
DrCr GCW::Dbo::Accounts::ACCOUNTDEF_S::drcr |
indicate if the account is Debit or Credit
Definition at line 136 of file Definition.h.
Type GCW::Dbo::Accounts::ACCOUNTDEF_S::parentType |
acceptable parent account types
Definition at line 151 of file Definition.h.
Type GCW::Dbo::Accounts::ACCOUNTDEF_S::type |
Account Type as per gnucash.
Definition at line 133 of file Definition.h.