GnuCashew ~ GnuCash Enabled Web
GCW
Public Attributes | List of all members
GCW::Dbo::Accounts::ACCOUNTDEF_S Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ backendName

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.

◆ colAccount

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

◆ colCr

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

◆ colDr

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

DrCr GCW::Dbo::Accounts::ACCOUNTDEF_S::drcr

indicate if the account is Debit or Credit

Definition at line 136 of file Definition.h.

◆ parentType

Type GCW::Dbo::Accounts::ACCOUNTDEF_S::parentType

acceptable parent account types

Definition at line 151 of file Definition.h.

◆ type

Type GCW::Dbo::Accounts::ACCOUNTDEF_S::type

Account Type as per gnucash.

Definition at line 133 of file Definition.h.


The documentation for this struct was generated from the following file: